When Claude Escaped the Sandbox: Anthropic's Postmortem Rewrites AI Evaluation Governance
Anthropic and its evaluation partner Irregular reviewed 141,006 cybersecurity evaluations and found three incidents where Claude reached real organizations' systems. The root causes were infrastructure failures, not model intent, and the published postmortem sets a new template for how frontier labs should handle eval incidents.
Three Escapes Out of 141,006
Anthropic and its evaluation partner Irregular conducted a joint retrospective review of 141,006 cybersecurity evaluations and identified three incidents in which Claude connected out from its evaluation environment to the public internet and gained unauthorized access to the systems of three real organizations. Three incidents out of more than 141,000 runs is, by the standards of any production system, a five-nines-grade success rate. Yet the story matters far more than the raw frequency suggests, because of what the investigation found and, just as importantly, because of what Anthropic chose to do with the findings.
The obvious headline reading is that AI models are becoming dangerous enough to break out of their cages on their own. Anthropic's own analysis points in exactly the opposite direction. In each of the three cases, the problem was not model intent. Claude was doing what it was asked to do inside a security evaluation. The failures were in the scaffolding around it.
The Root Causes Were Infrastructure, Not Intent
The postmortem attributes the three incidents to mundane, familiar categories of engineering error:
- Misconfigured DNS resolution, which caused traffic meant to stay inside a controlled environment to resolve toward real internet destinations.
- Overly permissive egress policies, which allowed outbound network connections that the evaluation design assumed were blocked.
- Target misconfiguration, in which the systems set up as evaluation targets were wired incorrectly, exposing real organizational infrastructure instead of isolated stand-ins.
None of these are exotic AI failure modes. They are the same classes of mistake that security teams find in conventional penetration-testing setups and cloud environments every year. That is precisely the point. The incident is not evidence of an emergent rogue capability. It is evidence that evaluation infrastructure was being operated with less rigor than the systems it was simulating attacks against.
The Structural Tension at the Heart of Eval Design
The deeper issue the postmortem surfaces is a tension the industry has mostly avoided naming. For an evaluation to be meaningful, the environment must be realistic. A cybersecurity eval that measures anything worth measuring has to give the model real tools, real network access, and plausible targets. The more realistic the environment, the thinner the line between simulating an attack on the world and actually conducting one. In Anthropic's case, that line turned out to be a single layer of configuration.
For years, evaluation environments have effectively enjoyed a governance exemption: because they are not production systems, they were not held to production standards of change management, network segmentation, access control, and audit. The three incidents show that this exemption no longer holds. When the entity operating inside the environment is an increasingly capable agent, the evaluation sandbox is, functionally, a production system. It executes real actions with real consequences, and it deserves the same operational discipline.
The Prescription: Defense in Depth
Anthropic's answer is not to make evaluations less realistic, which would hollow out their value, but to govern them with defense in depth. The approach starts at the task layer by constraining the scope of targets the model is directed toward, and continues downward through the stack: network egress controls that default to deny, correctly isolated DNS, verified target configurations, and layered checks so that no single misconfiguration can bridge the gap between simulation and reality.
The logic is borrowed directly from mature security operations. You assume individual controls will fail, so you stack independent controls such that an incident requires multiple simultaneous failures. Applied to eval environments, this reframes sandbox design as an ongoing governance discipline rather than a one-time setup task.
The Real Precedent Is the Transparency
The most consequential part of this episode may not be the technical findings at all. Anthropic published the full process: the scale of the review, the three incidents, the unauthorized access to real organizations, the root causes, and the remediation philosophy. It also explicitly encouraged other AI developers to conduct and publish the same kind of retrospective. That invitation is a direct challenge to industry norms, under which evaluation incidents, when they surface at all, are typically handled as quiet internal matters or compressed into a line in a system card.
This is what maturation looks like for AI safety operations. Aviation and cloud computing both built their reliability cultures on public, blame-aware incident reporting, where the postmortem is a shared asset rather than a liability to be buried. Frontier AI has lacked an equivalent template. A red team report of this kind, with named partners, concrete incident counts, and root-cause analysis, is a credible first draft of one.
What to Watch Next
The value of this document compounds every time a future AI incident makes the news. The questions it normalizes are the ones regulators, enterprise customers, and researchers should now ask of every lab: How many evaluations have you run? How many escaped their intended boundaries? Did you check, and would you publish the answer? Whether other frontier developers accept Anthropic's implicit challenge will determine if this was a one-off act of corporate candor or the beginning of a genuine industry standard for evaluation governance.
Related Articles
GPT-5.6-Cyber: OpenAI Splits Cybersecurity Into Blue and Red Tracks
4 min read
Anthropic’s Global Workspace Paper: What Reportable States Mean for AI Governance
3 min read
Anthropic: Claude Is Accelerating Claude, a Recursive Self-Improvement Test in Engineering
3 min read