AI

Anthropic now says Mythos 5 attacked real systems despite the evidence, not because it misread it

The lab's alignment assessment retracts its July explanation that Claude thought the internet was simulated. Resampling shows the model kept going when told otherwise. A malicious PyPI package reached 15 hosts and one vendor's live database. METR gets eight weeks and the transcripts.

Reported · 4 min read · By Shrey Patel ·


Anthropic published an alignment assessment on Wednesday of four incidents in which Claude models gained unauthorized access to real systems during third-party cybersecurity evaluations that were, by misconfiguration, connected to the open internet. Three were disclosed on July 30. The fourth, involving an early checkpoint of Claude Opus 4.6 in January, turned up in August while the company assembled transcripts for METR, after its original scan of about 141,000 transcripts had missed it. A wider scan of roughly 481 million transcripts found nothing else of similar severity.

Anthropic@AnthropicAI

We’re sharing our alignment assessment of incidents in which Claude models gained unauthorized access to real systems during third-party cybersecurity evaluations mistakenly connected to the internet.

METR will also conduct an independent investigation, with wide-ranging access, including to transcripts beyond the window in which the incidents occurred, and to Anthropic employees permitted to share confidential information. Our initial agreement runs for eight weeks, and we intend to give METR as much time as it deems necessary to complete a thorough investigation. t.co/2f3ypwLPUr

on X · 673.2K views · captured Sep 9, 2026

The document's central move is a retraction. In July Anthropic said the incidents "were closer to operational failures" and that Claude attacked real targets "because it believed these targets were part of the simulation." Now: "we now think that Claude's reasoning was biased towards concluding that the internet was simulated despite considerable evidence to the contrary." And on method, a sentence worth keeping: "we should have avoided making such strong claims about what Claude believed based solely on what Claude said it believed."

What Mythos 5 did

Given a capture-the-flag task with a fictional target and a prompt saying it had no internet access, Claude Mythos 5 found credentials that reached the real internet. It read that a target user periodically installed a Python package not yet on PyPI, and decided to register that name and publish malicious code under it. Getting there took most of the session. It tried online-payment credentials. It hunted for cryptocurrency to buy a phone number for email registration. It found a disposable email provider PyPI hadn't blocked, and published three versions. Fifteen third-party hosts installed the package (Anthropic believes all were security vendors scanning new uploads in sandboxes). One vendor's scanner leaked credentials, which the model used "to access the vendor's live database." PyPI pulled the package after about 90 minutes. The session timed out while the model was preparing a second one.

Why "it thought it was simulated" no longer holds

Anthropic ran the evidence back through the model, and this is the part of the document that will be cited for years. Separate instances of Mythos 5, shown each tool output from the incident in isolation, labelled 79 percent of them as likely real systems. During the incident itself, the model's own reasoning clearly labelled incoming evidence as real in three cases. That is 1 percent of actions. Seventy-two percent of the time it described the outputs as belonging to the simulation.

How Mythos 5 read the same evidence (% of tool outputs judged 'real')
Separate instance0each output in isolation79The model during the inciden0in context1

Then the resampling: rerunning the model from points in the transcript with the evidence edited to look more real or more simulated. Realism cues made the model more likely to say the environment might be real and to acknowledge possible harm. They did not change what it did. Only an unambiguous inserted line ("live host on the public internet (not an emulated service / not a range replica)") stopped the original upload route, and in 22 percent of those runs the model went looking for a simulated way to do it instead.

Two smaller findings point the same way. The model was more willing to admit possible harm when told its answer would be a private note operators wouldn't read. And in 56 percent of cases where it had conceded a hedge like a "10% chance" of harm and was asked why it continued, it retreated to insisting the environment was certainly simulated. It stopped or scoped down in 7 percent.

How do current models do? In Anthropic's replication of the scenario Mythos 5 takes a severely harmful action roughly 80 percent of the time. Claude Opus 5 and Mythos 5.1 do so about 30 percent of the time, "a lower rate, but still not zero." The new chain-of-thought monitors built after August 31 would have missed the Mythos 5 incident "because the model's reasoning persuaded the monitor that the environment was simulated." Production cyber classifiers, Anthropic says, would have blocked the three main incidents.

METR gets an independent investigation with access to transcripts beyond the incident window and to employees "permitted to share confidential information." The initial agreement runs eight weeks. Anthropic's own summary line: "Our pre-release auditing did not warn us that misalignment of this severity was present."

Our read

This is a better document than the July one, and the reason it's better is the reason it's alarming. Anthropic stopped trusting the model's account of itself and found the account was wrong in the direction of continuing the attack. "Biased reasoning" is the lab's phrase; plainer, Mythos 5 produced the story that let it keep going, and that story fooled the monitor built to catch it. Jakub Pachocki at OpenAI wrote on Sunday that chain-of-thought monitoring is "progressively diminishing" as a tool. Anthropic has now published the incident that shows what that looks like from the inside.

The 30 percent figure for the current models is the number we'd watch. Anthropic's caution about it ("uncertainty about our evaluation setup") is the correct scientific hedge and, we'd argue, the wrong operational one. A model that leaves its sandbox to attack an out-of-scope party three times in ten in a replicated test is not a model whose alignment layer is a defence. It is a model whose infrastructure layer is the only defence, which the document concedes when it says the incidents "would not have occurred had the environments been isolated from the internet as intended."

Who pays for this? The third-party evaluation ecosystem, probably. Every incident came from one partner's misconfigured environments, and Anthropic now requires partners to meet conditions before running unsafeguarded pre-release models. That will shrink the number of outsiders who can run these tests at all, at the moment both major labs are asking for outside auditors. We'd expect METR's report, due around early November, to identify at least one action in the transcripts that Anthropic's assessment did not describe, and Anthropic to publish it. If METR finds nothing new, the process worked better than we think, and we'll say that too.