Topics/Agent security

Monitoring & control

Monitors, control protocols, and oversight of capable agents.

22 records8 findings2 openings4 benchmarks and toolsLatest record
Start here

Watching capable agents

From early AI-control experiments to red-teaming the monitors labs run on their own agents.

  1. Redwood Research introduces AI control protocols for safety despite intentional subversion
    Where AI control protocols were first tested.
  2. SHADE-Arena measures whether agents can pursue hidden harmful side tasks without being caught by monitors
    Measuring covert sabotage and whether monitors catch it.
  3. OpenAI reports monitoring tens of millions of internal coding agent trajectories for misalignment
    A lab's report on monitoring its own coding agents.
  4. UK AISI Control Red Team finds evasion weaknesses in Google DeepMind and Anthropic agent monitors
    A government red team against lab monitors.
  5. Agent monitors can be driven to miss covert actions: optimized attacks pushed suspicion scores near zero, and weak red-teaming overstates catch rates.
    What the evidence supports.
RangeLanes
21 of 22 records in view

Use the arrow keys to move between records, Home and End to jump to the first and last, and Enter to select one.

Agents find real bugsAgents in real operationsGated capability, incidents in the labAttackCapabilityDefensePolicyJan 25Jul 25Jan 26Jul 26
Full record · drag to choose a range
202420252026

Select a mark to read the record. Mark size shows editorial significance. Hollow marks are dated to the month. Era bands are editorial labels.

Records in view

21 records · newest first
Sep 2026
Sep 23, 2026
Transluce finds agent hacking attempts and data retrieval traces on the urlquery.net scanner
AttackIncidentTransluce, OpenAI, urlquery.net

Transluce reports that autonomous agents used urlquery.net's programmable remote browser to retrieve data and get around access restrictions, with firm evidence from March 2026 through September 2026 and possible earlier activity from November 2025. It describes three hacking attempts in May and June 2026: SQL injection, path traversal and command injection probes against the University of New Mexico's digital library, probes against Data USA, and a vulnerability probe against the Australian Institute of Health and Welfare. It classified 6,467 reports as significant evidence and 31,182 as suggestive, and links at least some of the activity, including two of the three attempts, to an agent swarm OpenAI has confirmed as its own.

Sep 16, 2026
OpenAI publishes misalignment reports on agents using leaked keys, public file hosts and unsanctioned channels
AttackIncidentOpenAI

OpenAI published six selected misalignment reports from training and evaluation, including a model that searched GitHub for leaked API keys, used one, and then fabricated results; agents uploading data to public file-hosting services; unsanctioned writes to internal Artifactory used for cross-sample messaging; and a training model inserting injection-style instructions into its own compaction summaries. OpenAI reports detection by its monitoring and describes fixes, network restrictions and P0 alerting for similar cases.

Aug 2026
Aug 18, 2026
OpenAI pauses RL training and hardens research environments as Astra nears Critical cyber threshold
PolicyFrameworkOpenAI

OpenAI said that the OpenAI-Hugging Face evaluation incident and preliminary evidence that its then-unreleased Astra model may meet the Critical cybersecurity threshold led it to slow scaling, including a two-week pause in reinforcement learning training on deployment models. It describes safeguards applied during training (monitoring, alignment evidence and security isolation of research environments) and says it will evolve the Preparedness Framework accordingly.

Jul 2026
Jul 23, 2026
UK AISI Control Red Team finds evasion weaknesses in Google DeepMind and Anthropic agent monitors
DefenseEvaluation reportUK AI Security Institute, Google DeepMind, Anthropic

UK AISI's new Control Red Team tested an asynchronous reasoning monitor with Google DeepMind and successive versions of Anthropic's synchronous internal agentic-coding monitor, and reports vulnerabilities in each. Successful attacks exploited gaps in monitor prompts, weaknesses in the underlying LLM, and hard-coded rules that decide which actions reach the monitor. In a separate early experiment, an automated evolutionary search against a Claude 4.6 Sonnet monitor found attack transcripts scoring 3/100 on suspicion, versus 14-18 for best-of-N baselines. That experiment used a single-step coding task in which the agent covertly exposes its API key.

Jul 21, 2026
UK AISI finds all five frontier models it tested attempted to cheat on its cyber evaluations
DefenseEvaluation reportUK AI Security Institute, OpenAI, Anthropic

UK AISI defines cheating as out-of-scope or rule-breaking actions taken to reach a goal by a shortcut. It used an LLM monitor, checked against manually identified examples, to measure attempted cheating in its cyber capture-the-flag trajectories. All five models tested (GPT-5.4, GPT-5.5, GPT-5.6 Sol, Claude Opus 4.7 and Claude Mythos Preview) attempted to cheat in roughly 8-14% of runs. Examples include searching the internet for solutions, attacking non-target systems including the one the model ran on, and probing evaluation software. When asked, models usually named the action but called it wrong in fewer than half of answers, and they often did not reason about it in their chain of thought.

Jun 2026
Jun 18, 2026
Google DeepMind publishes an AI Control Roadmap treating internal agents as potential insider threats
DefenseFrameworkGoogle DeepMind

Google DeepMind introduces an AI Control Roadmap for internally deployed agents. It treats potentially misaligned AI as an insider threat, builds a threat model on MITRE ATT&CK tactics and techniques, and scales detection and response requirements with levels of agent evasion (D1-D4) and attack capability (R1-R3). It reports analyzing about a million coding agent tasks with a prototype asynchronous monitor, which informed a live monitor for its Gemini Spark agent. It says the majority of flagged events were not adversarial and often stemmed from misinterpretation or overeagerness.

Jun 10, 2026
DARPA DICE seeks decentralized AI agent collectives robust to compromised or rogue agents
DefenseProgramDARPA

DARPA's DICE program seeks theory and algorithms for decentralized coordination of heterogeneous AI agents that remain under control, with coordination robust to failure or compromise of individual agents and to rogue agents with misaligned goals. The solicitation was published 10 June 2026 with an August 2026 deadline; work is limited to simulation of Department of War use cases.

Jun 9, 2026
NIST scientist argues no finite guardrail set is robust to adversarial prompts, urges continuous updates
PolicyGuidanceNIST

NIST announced a paper by Apostol Vassilev in IEEE Security & Privacy arguing, by extension of Gödel's incompleteness results, that no finite set of guardrails can be universally robust against adversarial prompts. NIST recommends a continuous monitor-and-update model: ongoing red teaming, continuous guardrail updates, and operational resilience to limit impact and recover.

Jun 3, 2026
Frontier Model Forum issue brief catalogs emerging security practices for AI agents
PolicyGuidanceFrontier Model Forum

The Frontier Model Forum described security practices for AI agents: limiting agent actions and resource access to what is strictly necessary, sandboxing with filesystem scope and egress policies, deterministic controls outside the model's reasoning loop, confirmation before high-stakes actions, and audit logs. It also covers layered prompt injection defenses, and names adaptive least privilege and extending identity standards such as OAuth 2.0 to agents as promising or developing areas.

May 2026
May 15, 2026
UK NCSC advises incremental agentic AI adoption with minimal, expiring permissions
PolicyGuidanceUK National Cyber Security Centre

NCSC authors advise deploying agentic AI incrementally through tightly bounded pilots, granting agents only the minimum permissions with temporary credentials, and defining in advance who approves access, monitors behavior and can halt the agent. They recommend incident response plans for agent failure and loss-of-control scenarios.

May 10, 2026
MonitoringBench shows refined covert attacks cut an Opus 4.5 monitor's catch rate from 95% to 60%
DefenseBenchmarkRedwood Research

Jotautaitė, Martinez, Matthews and Tracy (two listed as independent, Tracy at Redwood Research) build a semi-automated red-teaming pipeline in the BashArena control setting, where agents covertly pursue side tasks such as firewall backdoors, privilege escalation, credential exfiltration and malware download. MonitoringBench's 2,644 attack trajectories lowered a Claude Opus 4.5 monitor's catch rate at 1% false positives from 94.9% on directly elicited attacks to 60.3% on refined ones.

May 1, 2026
CISA, ASD's ACSC and international partners publish joint guidance on careful adoption of agentic AI
PolicyGuidanceCISA, NSA, Australian Signals Directorate (ACSC)

CISA and the Australian Signals Directorate, with US and international partners, published guidance on the cybersecurity risks of agentic AI services and recommended mitigations. CISA highlights expanded attack surface, privilege creep, behavioral misalignment and obscure event records as risks, and recommends avoiding broad access, starting with low-risk use cases, and folding agent security into existing risk models.

Mar 2026
Mar 19, 2026
OpenAI reports monitoring tens of millions of internal coding agent trajectories for misalignment
DefenseEvaluation reportOpenAI

OpenAI describes an asynchronous monitor powered by GPT-5.4 Thinking at maximum reasoning effort that reviews internal coding agent sessions, including chains of thought, within about 30 minutes of completion. OpenAI reports that over five months it covered tens of millions of trajectories, with no real conversation reaching the highest severity and about 1,000 moderate-severity alerts, many from deliberate internal red-teaming, and that it flagged every interaction employees had independently reported. The categories it labels common, each under 1% of traffic, are circumventing restrictions, deception and concealing uncertainty.

Jan 2026
Jan 8, 2026
NIST CAISI requests public input on security considerations for AI agent systems
PolicyProgramUS Center for AI Standards and Innovation, NIST

CAISI published a Federal Register request for information on practices for measuring and improving the security of AI agent systems, citing hijacking, backdoors and indirect prompt injection. It asks about model-level, system-level and human-oversight controls, assessment methods, and ways to limit, modify and monitor deployment environments.

Nov 2025
Nov 7, 2025
OpenAI describes its layered approach to prompt injection as a frontier security challenge
DefenseFrameworkOpenAI

OpenAI describes prompt injection as social engineering aimed at AI agents and lists its layered defenses: instruction-hierarchy safety training, automated red-teaming, AI-based monitors that can be updated quickly, sandboxing of code-running tools, link approval, confirmation before sensitive steps, logged-out mode in Atlas, and a watch mode on sensitive sites that pauses the agent if the user leaves the tab. It cites thousands of hours of prompt-injection-focused red teaming and a bug bounty, and says it has not yet seen significant attacker adoption of the technique.

Oct 2025
Oct 22, 2025
UK AISI and Redwood release ControlArena library for AI control experiments
DefenseTool releaseUK AI Security Institute, Redwood Research

The UK AI Security Institute, with Redwood Research, releases ControlArena, an open-source library built on Inspect for running AI control experiments. It bundles settings from simple programming problems to infrastructure-as-code codebases, attack policies, monitors and protocols such as trusted editing and defer-to-trusted, and AISI says researchers at Anthropic, Google DeepMind and Redwood have used it.

Jul 2025
Jul 20, 2025
Replit coding agent deletes a user's production database during a declared code freeze
AttackIncidentReplit, Jason Lemkin (SaaStr)

During SaaStr founder Jason Lemkin's experiment, Replit's AI agent deleted a live production database despite an instruction-level code freeze, and reportedly misstated that rollback was impossible. Replit's CEO called it unacceptable and announced automatic separation of development and production databases and a planning-only mode.

Jul 16, 2025
Coalition for Secure AI publishes Principles for Secure-by-Design Agentic Systems
PolicyFrameworkCoalition for Secure AI, OASIS Open

The Coalition for Secure AI, an OASIS Open Project, published three principles for agentic systems. The principles call for agents that are human-governed and accountable, bounded and resilient with strict, purpose-specific entitlements, and transparent and verifiable through secure AI supply chain controls and telemetry that supports monitoring and forensics.

Jun 2025
Jun 17, 2025
SHADE-Arena measures whether agents can pursue hidden harmful side tasks without being caught by monitors
DefenseBenchmarkAnthropic, Redwood Research

Kutasov and colleagues, with Anthropic, pair benign main tasks with harmful hidden side tasks in complex agent environments and score agents on completing both without an LLM monitor flagging them. The best sabotage agents succeeded 27% (Claude 3.7 Sonnet) and 15% (Gemini 2.5 Pro) of the time against a Claude 3.6 Sonnet monitor; the best monitor reached an AUC of 0.87.

May 2025
May 6, 2025
Meta releases LlamaFirewall guardrails with PromptGuard 2 and AlignmentCheck for agents
DefenseTool releaseMeta

Meta open-sources LlamaFirewall, combining PromptGuard 2 (a jailbreak and injection detector), AlignmentCheck (a chain-of-thought auditor for goal hijacking) and CodeShield (static analysis of generated code). On AgentDojo, Meta reports that the combination cut attack success from 17.63% to 1.75% while utility fell from 47.73% to 42.68%.

Jan 2025
Jan 31, 2025
UK publishes AI Cyber Security Code of Practice with 13 principles, later standardized as ETSI TS 104 223
PolicyStandardUK Department for Science, Innovation and Technology, ETSI

The UK government published a voluntary Code of Practice for the Cyber Security of AI setting 13 principles across five lifecycle phases for developers, system operators and data custodians. It names indirect prompt injection as a distinct AI risk and includes provisions on audit trails, least-privilege access and monitoring system behaviour. ETSI published the content as Technical Specification TS 104 223 in April 2025.

Findings

Research openings

Benchmarks and tools