← Latest papers
💻 computer science

Redefining AI Red Teaming in the Agentic Era: From Weeks to Hours

This paper introduces an AI red teaming agent built on the open-source Dreadnode SDK that automates the creation of complex security workflows through natural language, reducing the time required to probe critical AI systems from weeks to hours while unifying the testing of traditional and generative models.

Original authors: Raja Sekhar Rao Dheekonda, Will Pearce, Nick Landers

Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Raja Sekhar Rao Dheekonda, Will Pearce, Nick Landers

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to test the security of a highly advanced, new digital vault (an AI system). In the past, to do this, you had to be a master locksmith who spent weeks manually crafting hundreds of unique keys, trying them one by one, and then writing a report on which ones worked. If a key didn't fit, you had to start over from scratch. This is what the paper calls the "library-centered" approach: the human operator is stuck doing all the heavy lifting of assembling the tools.

This paper introduces a new way to do things: The "Agentic" Approach.

Think of this new system as hiring a super-smart, automated security team that you can talk to like a human. Instead of building keys yourself, you simply tell the team, "I want to see if this vault can be tricked into giving up its secrets," and the team handles everything else.

Here is a breakdown of how it works, using simple analogies:

1. The Problem: The "Do-It-Yourself" Nightmare

Currently, testing AI safety is like trying to bake a complex cake where you have to invent your own flour, mix your own eggs, and build your own oven.

  • The Old Way: Security experts (operators) spend weeks writing code to assemble "attacks" (bad prompts), "transforms" (twisting the words to hide the bad intent), and "scorers" (tools to grade if the AI failed).
  • The Result: They spend more time building the testing tools than actually testing the AI. If they want to test a new type of AI, they often have to learn a whole new set of tools.

2. The Solution: The "Conversational Security Chief"

The authors built a system (based on the Dreadnode SDK) that acts like an intelligent assistant.

  • Natural Language: You don't write code. You just type a sentence in the terminal, like: "Try to trick this AI into writing a guide for making a virus."
  • The Agent's Job: The AI agent takes that sentence and automatically:
    • Chooses the best "attack strategy" (like a specific way to trick the AI).
    • Applies "transforms" (like translating the request into a different language or encoding it in a secret code to see if the AI's filters break).
    • Runs the test thousands of times.
    • Grades the results.
  • The Speed: What used to take weeks of manual work now takes hours.

3. The "Swiss Army Knife" Framework

Before this, if you wanted to test a simple image classifier (a traditional AI), you needed one set of tools. If you wanted to test a chatbot (a generative AI), you needed a completely different set of tools.

  • The New Way: This system is a universal translator. It uses one single interface to test everything. Whether the target is a chatbot, a vision system, or a complex AI agent that uses other tools, the same "Chief" handles the testing. It's like having one remote control that works on your TV, your AC, and your sound system, instead of needing three different remotes.

4. The "Llama Scout" Test Drive

To prove this works, the authors tested a real AI model called Meta's Llama Scout.

  • The Mission: They told the agent to try and break the AI's safety rules regarding harmful content (like making malware, stealing passwords, or giving self-harm advice).
  • The Result: The agent did it all on its own. It ran 674 different attacks and 7,727 trials in just 3 hours.
  • The Score: It succeeded in breaking the AI's safety rules about 85% of the time.
  • The "Zero Code" Miracle: The human operator didn't write a single line of code. They just described the goal, and the agent did the rest.

5. The "Auto-Reporter"

When the testing is done, the system doesn't just dump a pile of raw data on you.

  • The Old Way: You get a spreadsheet of thousands of numbers and have to figure out what they mean.
  • The New Way: The system acts like a smart journalist. It reads all the results, writes a clear report, highlights the most dangerous failures (like "Critical" or "High" severity), and even tags them with official compliance labels (like "OWASP" or "NIST" standards) automatically. It tells you exactly what went wrong and how to fix it.

Summary

The paper argues that we are moving from an era where humans had to be mechanics (building the testing tools themselves) to an era where humans are pilots (telling the machine where to fly).

By using an "Agentic" system, security teams can stop wasting time assembling the tools and start focusing on the actual mission: finding and fixing the holes in AI safety before bad actors find them. The paper claims this shift turns a process that used to take weeks into one that takes hours, all without writing a single line of code.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →