Search papers, labs, and topics across Lattice.
This paper introduces REDAgentBench, an executable framework designed for autonomous red-teaming and accurate measurement of LLM agent systems, addressing the shortcomings of existing evaluations that oversimplify safety assessments. By deriving attacks from explicit safety constraints and testing them in isolated environments, the framework reveals a macro-average attack success rate of 65.69%, with significant variations based on the agent harness and evidence visibility. Notably, the study uncovers a Recognition-Execution Gap, where nearly 20% of confirmed violations occur after agents articulate relevant safety constraints, and demonstrates that a training-free policy reminder can substantially reduce violations by over 70 percentage points in matched replay scenarios.
Nearly 20% of LLM agent violations occur even after agents acknowledge safety constraints, highlighting a critical gap in execution awareness.
Large language model (LLM) agents combine language-based reasoning with external tools to perform complex tasks. Adversarial inputs can exploit interactions between the agent and its environment, causing the agent to violate safety policies during execution. Yet existing evaluations often reduce agent safety to a single attack success rate (ASR), collapsing exposure, execution, observation, and adjudication and potentially conflating actual violations with evidence visibility. We introduce REDAgentBench, an executable framework for autonomous red-teaming and faithful measurement. It derives attacks from explicit safety constraints and associated agent-system vulnerabilities, runs them in isolated service sandboxes, and verifies harmful effects from service receipts and final-state changes. The benchmark contains 1,661 cases across five service surfaces. Across six models and three agent harnesses, macro-average ASR is 65.69%; reported ASR varies with harness and evidence view, while evaluation-context disclosure changes execution behavior. In a state-grounded diagnostic cohort, almost one in five confirmed violations with resolved action anchors occurs after the agent states the relevant constraint or risk, revealing a Recognition--Execution Gap. Finally, a training-free policy reminder reduces confirmed violations by more than 70 percentage points in matched replay. These findings show that executable evaluation can improve safety measurement and identify actionable intervention points.