π€ AI Summary
This study addresses a critical limitation in current AI safety evaluations, which assume indiscriminate adversarial attacks and thereby overestimate system robustness by neglecting attackersβ strategic timing. We propose the first decomposition of adversarial strategy into initiation and termination mechanisms, significantly reducing empirical safety without enhancing attack capabilities. Implementing this approach within a red-teaming framework, we conduct stress tests in BashArena and LinuxArena under constrained human auditing budgets. Experimental results demonstrate that, with only a 1% audit budget, the initiation strategy reduces safety by 20 percentage points in both environments, while the termination strategy further decreases safety by 20 and 28 percentage points, respectively. These findings reveal a substantial misalignment between prevailing evaluation paradigms and realistic threat models.
π Abstract
An attacker that strategically chooses when to attack is much harder to catch than one that attacks indiscriminately. AI control is a safety framework for deploying capable but untrusted AI agents under the oversight of a weaker, trusted monitor and a limited human audit budget. Control evaluations stress-test these protocols by pitting a red-team attack policy against the blue-team monitor, but current evaluations typically assume attackers that do not strategically select when to attack. We study this capability, attack selection, in agentic settings by decomposing attack decisions into a start policy, which decides when an attacker should attack, and a stop policy, which decides when an attacker should abort an ongoing attack. Across two agentic settings, BashArena and LinuxArena, both policies substantially lower measured empirical safety without changing the underlying attack capability. At a 1% audit budget, our start policy reduces safety by 20pp on both BashArena and LinuxArena, and our stop policy reduces safety by 20pp on BashArena and 28pp on LinuxArena. These reductions should be interpreted as upper bounds on the effect of attack selection. Existing control evaluations may therefore yield overly optimistic safety estimates against selective attackers. We recommend that future evaluations, system cards, and safety cases elicit attack selection to produce more realistic safety estimates.