AI systems are entering critical domains like healthcare, finance, and defense, yet remain vulnerable to adversarial attacks. While AI red teaming is a primary defense, current approaches force operators into manual, library-specific workflows. Operators spend weeks hand-crafting workflows - assembling attacks, transforms, and scorers. When results fall short, workflows must be rebuilt. As a result, operators spend more time constructing workflows than probing targets for security and safety vulnerabilities. We introduce an AI red teaming agent built on the open-source Dreadnode SDK. The agent creates workflows grounded in 45+ adversarial attacks, 450+ transforms, and 130+ scorers. Operators can probe multi-agent systems, multilingual, and multimodal targets, focusing on what to probe rather than how to implement it. We make three contributions: 1. Agentic interface. Operators describe goals in natural language via the Dreadnode TUI (Terminal User Interface). The agent handles attack selection, transform composition, execution, and reporting, letting operators focus on red teaming. Weeks compress to hours. 2. Unified framework. A single framework for probing traditional ML models (adversarial examples) and generative AI systems (jailbreaks), removing the need for separate libraries. 3. Llama Scout case study. We red team Meta Llama Scout and achieve an 85% attack success rate with severity up to 1.0, using zero human-developed code
翻译:人工智能系统正进入医疗、金融和国防等关键领域,但仍易受对抗性攻击。尽管AI红队测试是主要防御手段,但当前方法迫使操作员采用手动、依赖特定库的工作流程。操作员需花费数周手工构建工作流——整合攻击、变换和评分器。当结果不理想时,必须重新构建工作流。因此,操作员在构建工作流上耗费的时间远超实际探测目标安全漏洞的时间。我们提出一个基于开源Dreadnode SDK构建的AI红队测试智能体。该智能体集成45+种对抗性攻击、450+种变换和130+种评分器来生成工作流。操作员可探测多智能体系统、多语言和多模态目标,专注于"探测什么"而非"如何实现"。本工作有三项贡献:1. 智能体化界面:操作员通过Dreadnode TUI(终端用户界面)以自然语言描述目标。智能体自动处理攻击选择、变换组合、执行与报告生成,使操作员聚焦红队测试核心任务,将数周压缩至数小时。2. 统一框架:单一框架即可探测传统机器学习模型(对抗样本)与生成式AI系统(越狱攻击),消除对独立库的需求。3. Llama Scout案例研究:对Meta Llama Scout进行红队测试,在零人工编码条件下实现85%攻击成功率,严重性等级最高达1.0。