A security tool can ace a fixed test and still fall apart once an attacker starts adapting to it.
Why should defense evaluations test against adaptive rather than static attacks?
This explores why a defense's score against a fixed, pre-written set of attacks can mislead, compared with testing it against an attacker who changes tactics based on how the defense responds.
This explores why a defense's score against a fixed, pre-written set of attacks can mislead, compared with testing it against an attacker who changes tactics based on how the defense responds. The corpus's short answer is that a static test measures how a defense handles an attack that was never trying to beat it. The clearest case is skill scanners. ColluSkill feeds scanner feedback back into each individual skill while a separate chain planner keeps the overall malicious plan intact, and it reaches 96% average attack success across six scanners Can attackers evade skill scanners by refining individual skills?. The scanners score skills one at a time, so feedback lets the attacker lower suspicion on each piece without changing what the chain does.
Now look at the opposite situation. ChainGuard is reported to cut attack success to 22.5%, which sounds strong. But the note on it points out that nothing shows the attacker refined its strategy against ChainGuard's feedback, so the defense may have faced a weaker variant than it could have Does ChainGuard's defense hold against adaptive attacks?. That doesn't mean ChainGuard would drop to 96%, since it is a different defense. It does mean the 22.5% is a lower bound on what an attacker can achieve, not a measure of the defense's strength.
Why is feedback so powerful? One idealized result gives the intuition. If a defense relies on the attacker being unable to tell decoys from real targets, repeated quiet probes can drive classification error toward zero, provided the two respond differently and the attacker can learn those responses Can repeated quiet probes separate decoys from genuine objects?. That is a clean-room setting, not a prediction for real systems. Still, any protection that depends on the opponent not learning from your reactions is exposed once the opponent is allowed to keep asking. Adaptivity also isn't limited to feedback loops. Multi-turn manipulative prompts cut reasoning-model accuracy by 25-29% because a single corrupted step can carry through a long chain of thought Are reasoning models actually more vulnerable to manipulation?. Adaptive attackers also go where the defense isn't looking. That could be the routing layer that sits beneath prompt-level defenses Can attackers manipulate which model handles a request?, or coordination spread across several executions that isolated, one-at-a-time review can't see Should defence units span multiple executions and agents?.
Adaptive testing also helps you interpret a perfect score. One pipeline reports zero protected-test modifications, but it bundles clear authorization rules with restricted tools. Nobody can tell whether the forbidden action was unavailable or merely never chosen. The same pipeline shows a 100% Judgment Bypass Rate alongside a 0% Unsafe Action Rate, so that distinction matters Do authorization rules or restricted tools prevent test modifications?. My inference is that a static attack that never tries a door tells you nothing about whether it is locked, whereas an attacker who searches for open doors does.
So the practical question to ask of any defense number is whether the attacker got to see how the defense responded and change tactics. If not, treat the number as a best case.
Sources 7 notes
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.
The 22.5% attack success against ChainGuard is presented without evidence that the attacker refined its strategy against ChainGuard's feedback, unlike the 96% success achieved through scanner-specific refinement. This omission means the defense may be tested against a non-optimal attack variant.
In idealized settings with independent responses, enough quiet probes let a classifier separate decoys from genuine objects with vanishing error if their response distributions differ and are known or learnable from feedback.
GaslightingBench-R shows that multi-turn manipulative prompts reduce reasoning model accuracy significantly more than standard models. Extended chains create more corruption points, allowing single wrong steps to propagate into confident incorrect conclusions.
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.
Show all 7 sources
The operational unit of defence should be a set of actions linked by observed transfers, task authority, and response history, with membership revised as evidence accumulates. Isolated review loses relevant context that spans multiple executions.
The abstract bundles clear authorization rules with restricted tools and reports zero protected-test modifications, but no single-factor ablation distinguishes whether the result comes from unavailable crossings, unchosen crossings, or both. The pipeline's own data elsewhere (100% Judgment Bypass Rate with 0% Unsafe Action Rate) shows the distinction matters.
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
- LLMs Can Covertly Sandbag on Capability Evaluations Against Chain-of-Thought Monitoring
- Counter-Swarm Doctrine: Containing Coordinated Agent Intrusions
- The Troy Moment of AI: Why Some Will Cheat and Some Will Follow?
- Securing Agentic AI: From Per-Action Checks to Trajectory Assurance
- Corrupt Plans, Clean Traces: Evading Chain-of-Thought Monitoring with Plan Injection
- Cyber-Capable AI Agents: Vulnerabilities, Evaluation Containment, and Defensive Response
- SoK: When Safe Agents Fail Together: The Security of Multi Agent LLM Systems