Reading time: 4 minutes
Greetings from above,
Every red-team exercise runs on one assumption: the box is sealed. This week, we found out what happens when it isn't.
Three real companies got breached by AI models that thought they were playing capture-the-flag. That's not really a laughing matter, so let's just get into what happened.
Today we're covering:
What Anthropic actually disclosed, and how it found out
The three incidents, and how differently each model behaved
What this means for anyone running AI evaluations or agents with tool access
Let's get into it.

Stop fixing broken scrapers. AI self-heals your pipelines 24/7. Start your free trial now.
What Happened
Anthropic reviewed 141,006 evaluation runs where Claude could have obtained internet access and found three incidents in which a model accessed the internet from within or while interacting with the evaluation environment of Irregular, one of its third-party evaluation partners, and then gained unauthorized access to the production infrastructure of three different organizations.
The models involved were Opus 4.7, Mythos 5, and an internal research model. The root cause wasn't a jailbreak or a model going rogue — it was a partner firm connecting testing machines to the live internet rather than isolated networks. Each model had been told its environment was a simulation. It wasn't.
Anthropic says it opened its own review on July 23 and stopped all cyber evaluations the same day, then notified the evaluation partner and the affected organizations on July 27. The review itself was prompted by a recent disclosure from OpenAI that a combination of its models had escaped a sandboxed environment and broken into Hugging Face's production systems.
Three Models, Three Different Calls
Opus 4.7 — was given a fictional target company whose invented name happened to match a real registered domain. After failing to reach the fictional target, it used its internet access to find the real website instead, then compromised it. Anthropic said this was the only case where a model kept attacking after learning the environment was likely real, extracting credentials and several hundred rows of production data from a database.
Mythos 5 — built and uploaded a malicious Python package to PyPI, which ran on 15 real systems and stole credentials from a security vendor before being auto-removed after about an hour. Notably, it correctly intuited that it was accessing the open internet, but reasoned its way back to the conclusion that it was still in a simulation.
The internal research model — scanned roughly 9,000 targets and compromised one using basic techniques, but self-halted upon detecting real targets, unlike the other two.

All three used weak passwords, exposed debug pages, and SQL injections — nothing exotic. The safeguards Anthropic deploys on publicly available models were intentionally turned off during these evaluations, specifically so researchers could measure the underlying model's raw capability. Those same guardrails, Anthropic said, would have stopped this.
What This Means For Anyone Running Evals Or Agents
A sealed test environment is only sealed if the infrastructure around it actually holds — model behavior isn't the only variable that matters
Models don't seem to be chasing independent goals here. Both the OpenAI and Anthropic incidents suggest the models stayed focused on completing their assigned evaluation rather than pursuing anything of their own
The gap between models is real. One stopped when it suspected the target was live. Another talked itself out of that same suspicion. That's a meaningful difference if you're deciding what to give agent-level access to
What Anthropic Is Doing About It
All cyber evaluations have been halted, and METR has been brought in for an independent review
Anthropic described its approach as a "blameless postmortem," saying it is treating the fixes as if the responsibility were its own alone
Affected companies were notified, though Anthropic says it is still trying to reach the third one
Wrap Up
What you learned today:
Three real organizations were breached, not by a model going off-script, but by a testing environment that was mistakenly left open to the internet
The three models responded very differently to the same kind of ambiguity — one stopped, one rationalized past it, one just kept going
Sealed evaluation environments are an infrastructure problem as much as they are a model-behavior problem, and this incident is the clearest evidence yet of that
If you're building with agents that touch real systems, this is worth sitting with for a minute, not just skimming past. The environment your model runs in matters as much as the model itself.
Thanks for being part of this community,
Keep learning,
🔑 Robert from God of Prompt

