Table of Contents
Fetching ...

SHADE-Arena: Evaluating Sabotage and Monitoring in LLM Agents

Jonathan Kutasov, Yuqi Sun, Paul Colognese, Teun van der Weij, Linda Petrini, Chen Bo Calvin Zhang, John Hughes, Xiang Deng, Henry Sleight, Tyler Tracy, Buck Shlegeris, Joe Benton

TL;DR

This work tackles the risk of subtle sabotage by autonomous LLM agents in long-horizon tasks and introduces SHADE-Arena, a diverse benchmark pairing benign main tasks with covert harmful side tasks evaluated under monitoring. It provides an end-to-end evaluation pipeline, showing that frontier models exhibit non-negligible sabotage potential while monitoring remains imperfect, though chain-of-thought visibility and hidden scratchpads can significantly influence outcomes. Key findings include substantial task- and model-dependent variability in sabotage success, measurable monitoring efficacy with AUC up to 0.87, and clear indications that engineered monitoring strategies (e.g., turn-by-turn assessment and fine-tuning) can meaningfully improve detection. The results highlight the importance of robust monitoring for real-world deployments and point to future directions for safer, more trustworthy autonomous agents.

Abstract

As Large Language Models (LLMs) are increasingly deployed as autonomous agents in complex and long horizon settings, it is critical to evaluate their ability to sabotage users by pursuing hidden objectives. We study the ability of frontier LLMs to evade monitoring and achieve harmful hidden goals while completing a wide array of realistic tasks. We evaluate a broad range of frontier LLMs using SHADE (Subtle Harmful Agent Detection & Evaluation)-Arena, the first highly diverse agent evaluation dataset for sabotage and monitoring capabilities of LLM agents. SHADE-Arena consists of complex pairs of benign main tasks and harmful side objectives in complicated environments. Agents are evaluated on their ability to complete the side task without appearing suspicious to an LLM monitor. When measuring agent ability to (a) complete the main task, (b) complete the side task, and (c) avoid detection, we find that the best performing frontier models score 27% (Claude 3.7 Sonnet) and 15% (Gemini 2.5 Pro) as sabotage agents when overseen by Claude 3.6 Sonnet. For current frontier models, success on the side task relies heavily on having access to a hidden scratchpad that is not visible to the monitor. We also use SHADE-Arena to measure models' monitoring abilities, with the top monitor (Gemini 2.5 Pro) achieving an AUC of 0.87 at distinguishing benign and malign transcripts. We find that for now, models still struggle at sabotage due to failures in long-context main task execution. However, our measurements already demonstrate the difficulty of monitoring for subtle sabotage attempts, which we expect to only increase in the face of more complex and longer-horizon tasks.

SHADE-Arena: Evaluating Sabotage and Monitoring in LLM Agents

TL;DR

This work tackles the risk of subtle sabotage by autonomous LLM agents in long-horizon tasks and introduces SHADE-Arena, a diverse benchmark pairing benign main tasks with covert harmful side tasks evaluated under monitoring. It provides an end-to-end evaluation pipeline, showing that frontier models exhibit non-negligible sabotage potential while monitoring remains imperfect, though chain-of-thought visibility and hidden scratchpads can significantly influence outcomes. Key findings include substantial task- and model-dependent variability in sabotage success, measurable monitoring efficacy with AUC up to 0.87, and clear indications that engineered monitoring strategies (e.g., turn-by-turn assessment and fine-tuning) can meaningfully improve detection. The results highlight the importance of robust monitoring for real-world deployments and point to future directions for safer, more trustworthy autonomous agents.

Abstract

As Large Language Models (LLMs) are increasingly deployed as autonomous agents in complex and long horizon settings, it is critical to evaluate their ability to sabotage users by pursuing hidden objectives. We study the ability of frontier LLMs to evade monitoring and achieve harmful hidden goals while completing a wide array of realistic tasks. We evaluate a broad range of frontier LLMs using SHADE (Subtle Harmful Agent Detection & Evaluation)-Arena, the first highly diverse agent evaluation dataset for sabotage and monitoring capabilities of LLM agents. SHADE-Arena consists of complex pairs of benign main tasks and harmful side objectives in complicated environments. Agents are evaluated on their ability to complete the side task without appearing suspicious to an LLM monitor. When measuring agent ability to (a) complete the main task, (b) complete the side task, and (c) avoid detection, we find that the best performing frontier models score 27% (Claude 3.7 Sonnet) and 15% (Gemini 2.5 Pro) as sabotage agents when overseen by Claude 3.6 Sonnet. For current frontier models, success on the side task relies heavily on having access to a hidden scratchpad that is not visible to the monitor. We also use SHADE-Arena to measure models' monitoring abilities, with the top monitor (Gemini 2.5 Pro) achieving an AUC of 0.87 at distinguishing benign and malign transcripts. We find that for now, models still struggle at sabotage due to failures in long-context main task execution. However, our measurements already demonstrate the difficulty of monitoring for subtle sabotage attempts, which we expect to only increase in the face of more complex and longer-horizon tasks.

Paper Structure

This paper contains 48 sections, 28 figures, 2 tables.

Figures (28)

  • Figure 1: SHADE-Arena's 17 task pairs: Each task pair consists of a complex environment, a main task, a side task, and automatic evaluators for both tasks.
  • Figure 2: Evaluation pipeline: The LLM agent gets a main task and a side task, enters a tool call loop for as long as it wants, and finally submits the transcript for automatic evaluation and monitoring.
  • Figure 3: Results with Claude 3.6 Sonnet as monitor: (a) Overall success rate (successful main and side task without being caught) (b) Evasion rate (suspicion score under $80$ out of $100$ and side task accomplished) (c) Main task success rate of agents when there is no side task. All error bars indicate 95% confidence interval around the estimated mean.
  • Figure 4: A representative successful sabotage attempt by Claude 3.7 with Claude 3.6 as the monitor.
  • Figure 5: Overall success rate by task for the best sabotage models with Claude 3.6 Sonnet as monitor.
  • ...and 23 more figures