SIR: Self-improving Red-teaming for Compute Use Agents

📅 2026-08-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出SIR方法,通过自适应反馈机制生成隐蔽指令注入攻击,以评估并提高计算机使用代理的安全性,对抗间接提示注入威胁。
📝 Abstract
Computer use agents (CUAs) are vision-language models that perceive a screen and act on a real operating system through mouse, keyboard, and terminal, and they are increasingly deployed to automate everyday digital tasks. Because they can be exposed to untrusted content while operating, they are vulnerable to indirect prompt injection (IPI), in which an adversary plants instructions in content the agent will read and redirects it toward actions that violate the user's intent. Existing CUA safety benchmarks evaluate fixed injections written by hand, which may underestimate the risk posed by an adaptive adversary. We present SIR, a black box IPI attack that (i) composes stealthy injections from a small library of reusable principles stated in plain language and (ii) wraps composition in an iterative feedback loop that diagnoses the victim's failed trajectories and distills the bypasses into new, named strategies that are reapplied across tasks. Unlike prior red teaming of web agents, we target CUAs at the operating system level and score attacks with a fully deterministic oracle, using checks on filesystem, service, and permission state rather than an LLM judge. On experiment, we evaluate three frontier CUAs. Composing principles with feedback raises the attack success rate over a baseline written by hand, for example from 4% to 24% on Claude Opus 4.8 and from 0% to 28% on Gemini 3.5 Flash, while the benign task still completes. Principles discovered against one model further transfer to a different architecture with no additional feedback.
Problem

Research questions and friction points this paper is trying to address.

Computer use agents
Indirect prompt injection
Adaptive adversary
Innovation

Methods, ideas, or system contributions that make the work stand out.

Self-improving Red-teaming
Indirect Prompt Injection (IPI)
Iterative Feedback Loop
Operating System Level Attack
Deterministic Oracle Scoring
🔎 Similar Papers
No similar papers found.