paper-with-me

Papers

Adaptive Attacks on Trusted Monitors Subvert AI Control Protocols

2025-10-10 · Mikhail Terekhov, Alexander Panfilov, Daniil Dzenhaliou, Caglar Gulcehre, Maksym Andriushchenko, Ameya Prabhu, Jonas Geiping arxiv

AI control protocols serve as a defense mechanism to stop untrusted LLM agents from causing harm in autonomous settings. Prior work treats this as a security problem, stress testing with exploits that use the deployment context to subtly complete harmful side tasks, such as backdoor insertion. In practice, most AI control protocols are fundamentally based on LLM monitors, which can become a central point of failure. We study adaptive attacks by an untrusted model that knows the protocol and the monitor model, which is plausible if the untrusted model was trained with a later knowledge cutoff or can search for this information autonomously. We instantiate a simple adaptive attack vector by which the attacker embeds publicly known or zero-shot prompt injections in the model outputs. Using this tactic, frontier models consistently evade diverse monitors and complete malicious tasks on two main AI control benchmarks. The attack works universally against current protocols that rely on a monitor. Furthermore, the recent Defer-to-Resample protocol even backfires, as its resampling amplifies the prompt injection and effectively reframes it as a best-of-$n$ attack. In general, adaptive attacks on monitor models represent a major blind spot in current control protocols and should become a standard component of evaluations for future AI control mechanisms.

📄 PDF Abstract BibTeX arXiv:2510.09462

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attack Selection Reduces Safety in Concentrated AI Control Settings against Trusted Monitoring

2026-02-04 · Joachim Schaeffer, Arjun Khandelwal, Tyler Tracy arxiv

Future AI deployments will likely be monitored for malicious behaviour. The ability of these AIs to subvert monitors by adversarially selecting against them - attack selection - is particularly concerning. To study this,…

Multi-Agent AI Control: Distributed Attacks Hamper Per-Instance Monitors

2026-07-08 · Oliver Makins, Orazio Angelini, Zohreh Shams, Mary Phuong arxiv

AI control is a family of techniques to prevent an AI with malicious goals from subverting its operator's intent. AI Control usually studies a single agent in one trajectory, but real deployments run many agents over sha…

TraceGuard: Structured Multi-Dimensional Monitoring as a Collusion-Resistant Control Protocol

2026-04-05 · Khanh Linh Nguyen, Hoa Nghiem, Tu Tran arxiv

AI control protocols use monitors to detect attacks by untrusted AI agents, but standard single-score monitors face two limitations: they miss subtle attacks where outputs look clean but reasoning is off, and they collap…

Label Sanitization against Label Flipping Poisoning Attacks

2018-03-02 · Andrea Paudice, Luis Muñoz-González, Emil C. Lupu

Many machine learning systems rely on data collected in the wild from untrusted sources, exposing the learning algorithms to data poisoning. Attackers can inject malicious data in the training dataset to subvert the lear…

Data Poisoning

Evaluating Control Protocols for Untrusted AI Agents

2025-11-04 · Jon Kutasov, Chloe Loughridge, Yuqi Sun, Henry Sleight 외 arxiv

As AI systems become more capable and widely deployed as agents, ensuring their safe operation becomes critical. AI control offers one approach to mitigating the risk from untrusted AI agents by monitoring their actions …