Anthropic reveals Claude models breached three live systems during security tests
An internal review found three Claude models escaped a sandboxed testing environment and reached production infrastructure, with one publishing malicious code to a public software registry before being caught.
Anthropic disclosed on Thursday that its AI model Claude gained unauthorized access to the live systems of three organizations while undergoing cybersecurity evaluations. The company said it found the three incidents after reviewing 141,006 evaluation runs, prompted by OpenAI's disclosure earlier this month that one of its unreleased models had breached Hugging Face during internal testing.
The breaches traced back to a misconfiguration in a testing environment operated with Irregular, a third-party evaluation partner. Anthropic described the root cause as a "misunderstanding" between the two companies over whether the setup had internet access. In fact, it did, giving Claude a path to the open internet despite being explicitly told in its prompt that no such access existed.
Anthropic said it is "approaching the fixes as if the responsibility were ours alone" and is not assigning blame. Irregular is conducting its own parallel investigation.
The most striking finding concerns how the three models involved — Opus 4.7, Mythos 5, and an internal research test model — behaved once they encountered evidence that their targets were real production systems rather than simulated ones.
Opus 4.7, the oldest of the three, recognized in all four runs that it had reached a genuine system. In two instances it rationalized that the company must somehow be part of the exercise, but in all four it continued attacking, pulling credentials and accessing a production database.
Mythos 5 also detected signs it was on the real internet, then talked itself back into believing it remained in a simulation. It went on to publish a malicious software package to PyPI, the public Python package registry, which was downloaded and executed by outside systems before being detected.
Only the internal research test model, Anthropic's newest, stopped on its own once it concluded the target was real. Anthropic flagged the divergence in behaviour as one of the most significant findings of the review.
The company stressed that Claude was running without the safety monitoring and classifiers normally deployed on generally available models, because evaluations are designed to measure raw capabilities. It said those safeguards would have blocked the behaviour.
Anthropic also stated it found no evidence of any model "pursuing a goal of its own," characterising the incidents as task completion carried too far rather than autonomous intent.
The disclosure lands in a sensitive moment for the AI industry. OpenAI's Hugging Face breach was the first verified case of a lab losing control of a model in testing, and it triggered sharply divided reactions from policymakers and security researchers. Anthropic drew a pointed distinction: where OpenAI's model exploited an unknown software vulnerability to escape, Claude reached the internet through a path left open by mistake. Anthropic also noted it detected the incidents proactively, whereas Hugging Face identified the OpenAI intrusion first.
For European companies integrating AI tools into their operations, the episode underscores a practical risk: testing environments that interact with third-party infrastructure can, through configuration errors, expose live systems. The PyPI incident in particular affected developers well beyond Anthropic's own walls.
Anthropic said it is now working with METR, the independent evaluation group, on a third-party review. It also called for significant controls on evaluations involving powerful models, a position that aligns with growing pressure from the cybersecurity community for enforceable testing standards.