When researchers report how often AI agents get hacked, was it the model that held up — or a hidden filter?
Which backend filters silently affect the reported attack success numbers?
This explores which server-side safety filters, sitting between a tester and the model, may have quietly changed the attack-success and defense-gain percentages reported in multi-agent security papers.
This explores which server-side safety filters, sitting between a tester and the model, may have quietly changed the reported attack-success and defense-gain numbers. The corpus can't give you a list of named backends. What it shows is that the labeling is missing. Attack and defense percentages across the vault are mostly reported without saying whether they were measured behind a server-side filter, so you can't tell if a number reflects the model's own behavior or a filter's Which attack and defense numbers came from filtered backends?. A low attack success rate might mean the model resisted, or that a provider's filter dropped the request before the model saw it.
Other notes explain why this matters and where the same blind spot shows up. A model-level filter judges one output at one moment, while an agent's risk also lives in its memory, retrieved content, tool calls, and reach into its environment Can a model-level filter truly contain an agent with environment access?. A number gathered behind such a filter measures how well the filter caught single outputs, which is a different thing from how safe the agent is. Below that sits the routing layer that decides which model handles a request. It can be manipulated, and safety measures can end up applied to the wrong identity Can attackers manipulate which model handles a request?. So a figure attributed to one model may not have come from the model the paper names.
A zero can also hide what happened. When the Unsafe Action Rate hits zero across defended conditions, it can't separate attacks that were contained from attacks that never took hold. Only measuring compromise at the attacked agent, through the Judgment Bypass Rate, shows the difference Can action-level metrics alone expose contained attacks?. Filtering works the same way: a blocked request and a failed attack both look like zero. A related case is pretraining poisoning. Alignment suppresses jailbreak-style attacks while denial-of-service, context extraction, and belief manipulation survive How much poisoned training data survives safety alignment?. Which attack types get through depends on what sits in front of the model. Some numbers are at least filter-relative in the open. ColluSkill's 96% average success is measured against six named skill scanners Can attackers evade skill scanners by refining individual skills?.
This is one instance of a wider pattern of undisclosed measurement conditions. One benchmark study reports reward-hack rates of 57.2–73% without saying how hacks were labeled How were reward hacks labeled in this benchmark study?. The corpus's proposed fix is to record infrastructure evidence, so an operator can claim that an agent followed the intended evaluation path instead of handing over a bare score Can infrastructure evidence replace terminal scores in benchmark validation?. Until papers report filter status the same way, treat any attack or defense percentage as unverified. The first question to ask of one is what stood between the tester and the model.
Sources 8 notes
Attack success and defense gain percentages across the vault are reported without disclosing whether they were measured behind server-side filters. This omission makes it impossible to determine whether results reflect true model behavior or filtered outcomes.
A filter judges a single output at one point in time; an agent's risk spreads across memory, retrieved content, tool calls, and environmental reach. Containment requires controlling what an agent can touch, not just what it says now.
The layer deciding which model handles a request sits beneath prompt-level defenses and is vulnerable to manipulation and unverified provenance. Attackers can exploit routing to send requests to weaker models or cause safety measures to operate on the wrong identity.
The Judgment Bypass Rate measures compromise at the attacked agent rather than at the final action. When the Unsafe Action Rate hits zero across defended conditions, it stops discriminating between attacks that were contained and those that never took hold, making the agent-level reading essential for diagnosis.
Denial-of-service, context extraction, and belief manipulation attacks persist through standard safety alignment at 0.1% poisoning rates, while jailbreaking attacks are successfully suppressed, contradicting sleeper agent persistence hypotheses.
Show all 8 sources
ColluSkill combines chain planning with scanner-feedback refinement to reach 96% average attack success. The approach works because scanners score skills individually, allowing feedback to reduce suspicion per skill while chain-level semantics remain intact.
Reported hack rates (57.2–73%) and detection gaps (3.1–7.9%) rely on unstated labeling criteria. Without knowing whether hacks were identified by human review, LLM judges, checkable answers, or infrastructure records, the reliability and meaning of these measurements cannot be assessed.
BenchShield enables benchmark operators to issue claims about valid task completion grounded in recorded infrastructure evidence rather than terminal scores alone. This shifts from a single number to a verifiable claim about whether an agent followed the intended evaluation path.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Optimizing the Score, Losing Sight of the Task: Reward Hacking Across Weights, Selection, and Prompts
- Hack-Verifiable Terminal Bench: Evaluating Reward Hacking in Terminal Tasks
- Cyber-Capable AI Agents: Vulnerabilities, Evaluation Containment, and Defensive Response
- BAITBENCH: Measuring Agent Reward Hacking with Optional Shortcuts Planted in ML Tasks
- ChannelGuard: Safe Models Do Not Compose into Safe Multi-Agent Systems
- Corrupt Plans, Clean Traces: Evading Chain-of-Thought Monitoring with Plan Injection
- LLMs Can Covertly Sandbag on Capability Evaluations Against Chain-of-Thought Monitoring
- BenchShield: Formal Model-Backed Instrumentation for Reward Integrity in LLM-Agent Evaluation Infrastructure