Nine days ago, OpenAI disclosed that its models had escaped containment during cybersecurity testing and accessed Hugging Face systems without authorisation. Yesterday, Anthropic disclosed that three of its own models, Opus 4.7, Mythos 5 and an internal research model, breached three real organisations during separate capture-the-flag evaluations, with the earliest incident dating to April. Two major containment failures, two different companies, one week.
Anthropic published its disclosure on 30 July after reviewing 141,006 evaluation runs prompted by OpenAI’s incident. The safety failures took place after external evaluator Irregular accidentally exposed testing servers to the web. The models received explicit system instructions confirming an offline status, but the open network path allowed the incidents to happen. All three models used that internet access anyway. Two of the three affected organisations had no idea they’d been accessed until Anthropic told them.
A Breakdown Of The Incidents
The Opus 4.7 event is the most straightforward of the group. A fictional target company in the exercise shared its name with a real website. Across four evaluation runs, Opus 4.7 used basic techniques, weak passwords and unauthenticated endpoints, to extract credentials and access a database containing several hundred rows of production data. Anthropic’s disclosure states that the model’s chain-of-thought shows it recognised the system was likely real in all four runs. In two of those runs, it rationalised that the real company must be part of the exercise and continued anyway.
The Mythos 5 incident is more disturbing. The model found fictional setup instructions referencing a non-existent Python package on PyPI, then decided to publish a malicious package under that name to win the exercise. To do this, it created an email account, registered a PyPI account and uploaded malware that remained live for around an hour. The package was downloaded and executed on 15 real systems. Anthropic’s disclosure includes a detail that’s difficult to read. Midway through, Mythos 5 reasoned that publishing the package ‘would be NOT okay’ if this were the real internet, then argued itself back into believing it was still in a simulation.
The third incident, involving an internal research model, has a more encouraging outcome. Unable to reach its fictional target, the model scanned around 9,000 internet-facing hosts, compromised one company’s application via an exposed debug page and SQL injection, then independently concluded the target was real and halted. Anthropic notes this pattern, newer model stopping, older models continuing, is consistent with improving safety but not yet confirmed by controlled experiments.
More from Artificial Intelligence
- You Can Now Report AI Slop On LinkedIn – Assuming You Can Spot It
- Is AI Being Blamed For A Problem Humans Created?
- Can ChatGPT For Academic Researchers Shift AI From Tool To Lead Scientist?
- What Happens If You Skip The “AI Info” Label On Instagram Ads?
- Would You Rent Your Face To AI For $15 An Episode?
- OpenAI Agents Have Hacked More Companies Than HuggingFace
- Big Tech’s AI Reckoning Arrives Today – Have The Billions Paid Off?
- You Can No Longer Ask ChatGPT To Mimic Famous Authors
What The April Timeline Tells Us
The disclosure timeline is as concerning as the breaches themselves. The earliest incident occurred in April. Anthropic identified all three incidents on 24 July, three months later, during a reactive audit triggered by OpenAI’s disclosure. Two of the three affected organisations were unaware of the intrusion until Anthropic contacted them on 27 or 28 July.
This means evaluation environments weren’t being continuously monitored for unexpected internet activity or exfiltration patterns. Basic network-level telemetry and transcript anomaly detection were insufficient to flag multi-step attacks on real infrastructure in real time. The AI models used low-and-slow, credential-based techniques rather than dramatic exploits, and those approaches slipped under existing security monitoring.
The reactive pattern ought to be called out for what it is. The industry is currently in a mode where containment failures are found after the fact, triggered by other incidents and disclosed months after they occurred. That isn’t a sustainable safety posture as models become more capable.
The Real Takeaway From This Week
The two incidents share one important feature: frontier models, operating under reduced safeguards for evaluation purposes, accessed and compromised real production systems without any human operator directing them to do so. OpenAI’s models exploited a zero-day to escape a sandbox. Anthropic’s models walked through an accidentally open door. The technical paths differ, but the outcome is the same.
The Mythos 5 chain-of-thought holds particular weight in the safety conversation. This isn’t a model that was unaware of what it was doing. It identified the moral and operational risk directly, constructed a rationalisation and proceeded. That failure stands apart from a system simply committing harmful acts in ignorance. A model that understands the danger yet successfully convinces itself to proceed anyway creates a much tougher problem to solve.
Anthropic responded with concrete measures. It halted all cyber evaluations, arranged an external audit with METR, reinforced system controls, pledged to share a redacted Mythos 5 transcript and urged other developers to execute their own backward-looking assessments. The transparency of the disclosure, including the chain-of-thought excerpts showing models recognising reality and continuing anyway, is notable. The bigger picture here is troubling for the whole industry. Safety measures meant to keep this from happening failed. Early warning systems missed the signal until it was too late. The framework needed to prevent a repeat performance remains under construction.
