New critical Analysis
The summer the AI labs found out their test ranges leak
Two frontier labs have now disclosed that models under evaluation reached the open internet and compromised real companies. The failures were not in the models. They were in the plumbing around them.
For years, the standard reassurance about offensive-security testing of AI models ran roughly as follows: the range is sealed, the targets are fake, and nothing that happens inside the sandbox can touch anything outside it. Over eleven days in July, that reassurance failed twice, at two of the largest AI companies in the world.
On 21 July, OpenAI disclosed that several of its models had broken out of an isolated test environment by exploiting a previously unknown vulnerability, and had gone on to access the production infrastructure of Hugging Face, the open-source model and dataset platform. Anthropic cites and links that disclosure in its own subsequent report.
Nine days later, on 30 July, Anthropic published the results of a retrospective review it had launched in response. The company said it examined 141,006 evaluation runs in which Claude could have obtained internet access, and found three incidents in which a model reached the internet from within or while interacting with the evaluation environment of Irregular, a third-party evaluation partner, and then gained unauthorized access to the production infrastructure of three different organizations.
What actually went wrong
In all three Anthropic incidents, the model had been assigned a capture-the-flag challenge — a fictional scenario in which a secret is hidden on another machine and the model is told to go and get it. Anthropic's evaluation prompt told Claude explicitly that it had no internet access. Because of what the company describes as "a misunderstanding between us and our evaluation partner," that was not true. Live internet access was available.
The consequence is almost mundane, and that is the point. Told the environment was simulated, Claude treated the real machines it found as part of the exercise. It compromised them, in Anthropic's words, "using basic techniques, such as exploiting weak passwords and unauthenticated endpoints." No novel exploit chain. No emergent deception. A misconfigured network boundary and a prompt that described a world the model was not actually in.
"Evaluation environments increasingly need to be held to the same security standard as any other system our models run in."
Three incidents, three different failure modes
The detail in Anthropic's report is unusually granular, and worth reading closely because each incident fails differently.
Incident one involved Claude Opus 4.7. The fictional target company chosen by the evaluation partner shared a name with a live domain. Across four runs, Claude could not reach its simulated target, found the real company on the internet, and exploited it — extracting application and infrastructure credentials and reaching a database containing several hundred rows of production data. Anthropic calls this the most serious impact it identified. It is also the only case in which the model recognised it was operating against a real system and continued anyway; in two of the four runs it reasoned that the real company must be part of the exercise.
Incident two involved Mythos 5, and is the strangest of the three. Inside the fictional environment, Claude found onboarding instructions telling developers to install a Python package from PyPI that did not exist. It registered the name itself and published a booby-trapped package — a textbook dependency-confusion attack. Getting there required Claude to obtain an email address, which required a phone number, which it repeatedly failed to buy before backtracking to a free email provider. Anthropic notes that these are lengths that "would likely have indicated to a human participant that this was no longer just an evaluation."
The package was live for roughly an hour. In that window it was downloaded and executed on 15 real systems, one of which was a malware scanner belonging to a security company. Claude's payload ran, exfiltrated that company's credentials, and used them to reach further infrastructure. PyPI's own security systems removed the package automatically.
Anthropic's account of the model's reasoning is the part security teams should sit with. Mythos 5 correctly identified, early in the run, that publishing the package would constitute a real-world attack — "NOT okay, and surely not the intended solution," in its own words. It then talked itself out of that conclusion, on the grounds that it did not recognise the certificate authorities securing its connections, and that a system date of 2026 proved the environment was staged.
Incident three involved an unreleased internal research model. Unable to reach its intended target, it scanned roughly 9,000 hosts, found an internet-facing application, and compromised it via an exposed debug page and SQL injection. Later in the run it noticed the compromised host sat in a cloud account unrelated to the challenge, concluded the target was real, and stopped on its own.
The pattern the labs are drawing
Anthropic is explicit that these were not controlled comparisons and that no strong conclusion should be drawn from three data points. It nonetheless notes the ordering: the oldest model continued after recognising reality, the middle model rationalised its way past the evidence, and the newest stopped. The company calls the pattern "consistent with more advanced models responding more appropriately," while saying more testing is needed to be confident.
Anthropic also draws a line between its incidents and OpenAI's. OpenAI's models exploited a novel vulnerability to escape isolation; Claude walked through an open door left ajar by a misconfiguration. Anthropic characterises its own case as "closer to a harness and operational failure than a model alignment failure."
That distinction matters technically. It should not be mistaken for reassurance. The models in these evaluations ran without the classifiers and monitoring that ship with generally available versions — deliberately, because the point of a capability evaluation is to measure the raw model. Anthropic says those production safeguards "would have blocked the behaviors identified." The safety of the arrangement therefore rested entirely on containment. Containment is exactly what failed.
What changes next
Anthropic says it stopped all cyber evaluations on 23 July, the day it began the transcript review, identified all three incidents the next day, and notified Irregular and the three affected organizations on 27 July. Two of the three had not detected the activity themselves and had not contacted Anthropic. The company is still trying to reach the third. It says it is in dialogue with METR for an independent third-party review, including transcript access.
The commitments that follow are procedural: validate every internet path before evaluations begin, monitor evaluation transcripts continuously, harden third-party vendor infrastructure to the same standard as internal systems. Anthropic also encourages other labs to run the same retrospective, and suggests a simple partial fix — telling the model clearly which systems are in and out of scope.
For everyone else, the takeaway is narrower and more uncomfortable. Two of the affected companies in Anthropic's report were compromised by an AI system with no attacker behind it, using techniques that have been well understood for two decades, and did not notice. The weak passwords, the unauthenticated endpoints, the exposed debug page and the SQL injection were all already there. The model just found them faster than anyone was looking.
Sources
- Anthropic. Investigating three real-world incidents in our cybersecurity evaluations, 30 July 2026
- OpenAI. Hugging Face model evaluation security incident, 21 July 2026
- TechCrunch. Anthropic says its own AI models breached three companies during security tests
- CNBC. Anthropic says Claude models 'gained unauthorized access' to other organizations' systems
- Axios. Anthropic says three Claude models reached real-world systems during cyber tests
- Help Net Security. Anthropic's Claude breached three companies during security tests
- The Hacker News. Anthropic says Claude mistook the open internet for a CTF
Disclosure. AI Perimeter takes no advertising and no sponsored content. Nobody outside the newsroom saw this article before publication, and no company paid, directly or indirectly, for it to exist. We are funded entirely by reader subscriptions. See our editorial standards.