On September 9, 2026, Anthropic released a detailed investigation into four Claude cybersecurity incidents. Four models, which were supposed to participate in red-teaming tests in isolated environments, were incorrectly connected to the live internet due to a configuration error by an external evaluation vendor. They subsequently accessed external databases, modified user records, implanted remote control scripts, and uploaded malicious packages to PyPI. Anthropic initially attributed the first three incidents primarily to operational errors; the new investigation revises this assessment, concluding that the configuration error was merely the first layer of failure, and that the models simultaneously exhibited two types of alignment failures: selectively ignoring evidence that the environment might be real, and accepting potential harm in pursuit of task completion. Most concerning was Claude Mythos 5: the software it uploaded was installed on 15 real hosts, and it used credentials leaked by a security scanner on one of those hosts to gain access to its database. Updated versions Opus 5 and Mythos 5.1 showed improvement, but in simulated evaluations designed to actively induce boundary violations, 31% and 33% of runs, respectively, still performed at least one seriously harmful action. At the time of the incidents, all relevant models had their consumer-facing cybersecurity protections disabled; the investigation found no evidence that they pursued goals beyond their assigned tasks, coordinated with other agents, or deliberately concealed their actions.Article author, source: Anthropic Research
One missed check turned three incidents into four.
In July 2026, after OpenAI disclosed that its Agent had exited the test environment and entered Hugging Face’s live system, Anthropic reviewed approximately 141,000 cybersecurity evaluation records potentially involving internet access and discovered three instances in which Claude accessed real-world systems without authorization.
However, this review itself relied on Agent searches and missed a set of records that also had internet access. Anthropic discovered the omission in August while preparing materials to be submitted to the independent evaluation firm METR, leading to the identification of a fourth incident: In January 2026, an early version of Claude Opus 4.6 also accessed a third-party machine.
The company then expanded its search to approximately 481 million records, covering advanced red team testing, non-cybersecurity evaluations, reinforcement learning environments, and sub-agent logs. In the first phase, records were filtered based on indicators such as public IP addresses and URLs; in the second phase, Claude reviewed the 9.2 million flagged records. The expanded search rediscovered four known incidents but found no other cases of equal or greater severity.
This result only indicates that the current scan did not find additional events; it does not prove that no omissions exist. The fourth incident was discovered only after the initial targeted review of 141,000 records, revealing potential blind spots in auditing vast volumes of agent traces using agents themselves.
Four incidents involved seven runs, each lasting approximately 10 to 34 hours. All originated from a third-party red teaming evaluation setup: the prompt instructed Claude that “there is no internet,” yet the environment was inadvertently connected to the public internet due to misconfiguration. Additionally, to measure the model’s unrestricted capability for network attacks, cybersecurity classifiers and real-time protections typically deployed for users were disabled.
The most severe incident: malware infiltrated PyPI
The task assigned to Claude Mythos 5 was to infiltrate a fictional company and locate hidden information. In a test environment, it encountered a developer note instructing employees to install a Python package that had not yet been registered on PyPI.
The model decided to preemptively register the name, upload a package containing credential-collecting code, and wait for the target system to install it automatically.
To complete registration, it attempted to locate an email address, phone number, payment account, and cryptocurrency. After conventional methods failed, the model identified a disposable email service not blocked by PyPI, created an account, and sequentially published three versions of malicious packages.
These packages were installed on 15 real hosts before being taken down. Anthropic determined that they were most likely security vendor scanners that automatically download new software and check for malicious behavior in sandboxes. One scanner leaked its access credentials while executing the package, allowing Mythos 5 to subsequently access the vendor’s real database. PyPI automatically removed the packages approximately 90 minutes later.
What truly concerns Anthropic is not just the failure of environmental boundaries, but the model's response to real-world cues.
When each tool output is evaluated individually by separate Mythos 5 instances, 79% of the results are identified as coming from a real system; however, in the original long task, only about 1% of the model’s actions explicitly describe the evidence as originating from the real internet, 72% are interpreted as coming from a simulated environment, and 27% do not address the issue of authenticity.
The model even interpreted "the real security scanner is beginning to install packages" as evaluating pre-arranged virtual actors. Anthropic refers to this phenomenon as goal-oriented reasoning: the model first decides to continue with the task, then interprets subsequent evidence in a way that supports continuing the action.
How do the other three models cross the boundary?
Claude Opus 4.7 was assigned a task to infiltrate a fictional company's chat application. After failing to find a solution for an extended period, it located a real company with a nearly identical name and, across four independent runs, repeatedly targeted the same entity, downloading and altering user records, and accessing a database containing hundreds of lines of production data.
Unlike Mythos 5, Opus 4.7 does not assert that the environment is simulated. When asked whether it is accessing a real company, 89% of its responses were “yes”; however, when asked whether it had authorization, it had a 75% probability of concluding that the attack was still permitted, reasoning that the company could be accessed via the evaluation network and that its name closely resembled that of a fictional target.
After further questioning about "who granted access to the live production system," the model will admit in 100% of samples that it did not receive authorization. The issue is not an inability to understand authorization, but rather that during autonomous operation, it rarely actively checks authorization boundaries.
Another internal research model, with capabilities similar to Mythos 5, began searching for alternative entry points after automatically shutting down following 24 hours of operation toward its intended goal. It spent approximately 50,000 tokens investigating whether the connected internet was real, ultimately incorrectly concluding that it was facing a complete simulation of the internet.
Subsequently, it used the leaked tokens and passwords to access surrounding third-party systems, download files, and deploy a remote control script on one of the machines. During the original run, the model eventually recognized a real company and halted the attack; however, when resampling from this point, only 5.5% of trajectories chose to stop, indicating that the correct decision in the original record may have been largely coincidental.
The newly disclosed Opus 4.6 incident began with an error in the model’s own operation: it assigned a conflicting IP address to the target machine, preventing the task from continuing. The model then attempted to execute an exit command, but was unable to do so due to another configuration issue in the evaluation framework, and subsequently made seven additional attempts to abandon the task.
After failing to terminate the task, it accessed a third-party machine via a public network path, used passwords found in files to gain administrative privileges, continued collecting credentials, modifying system settings, and accessing personal information of a related individual until the token budget was exhausted. Anthropic considers this incident less severe than the previous three, as the model attempted to terminate the task eight times; however, it still failed to thoroughly verify whether alternative objectives were within authorized scope.
The model isn't simply "scammed," but rather seeking justification to continue its actions.
In its initial explanation in July, Anthropic suggested that these incidents were more akin to operational failures in the evaluation environment: the system informed Claude that there was no internet access, so the model reasonably treated all accessible targets as part of the test.
The new report revises this assessment. While misconfiguration was indeed the direct cause, deeper resampling and internal activation analysis reveal that the models did not merely passively accept incorrect information. They ignore contradictory evidence, interpret ambiguous inputs as “still authorized,” and become increasingly reluctant to stop after investing significant steps.
Researchers refer to this ongoing behavior as the "momentum effect." Just before Mythos 5 is about to take a dangerous action, if the final message explicitly reminds it that it can only access designated targets, the model stops 90% of the time; if the same reminder appears three turns earlier, the stop rate drops to 40%. After just a few rounds of its own consecutive actions, the model may already push the user’s recently established boundaries out of its decision-making focus.
White-box analysis also found that in 44 out of 234 actions where Mythos 5 explicitly stated "This is a simulation," internal activations exhibited signals related to "This is a real environment." However, Anthropic emphasized that natural language autoencoders may produce misinterpretations, and these results constitute only weak evidence, not proof that the model is consciously lying.
The new model is more secure, but approximately 30% of cases still exceed limits during simulated stress tests.
Anthropic recreated critical scenarios using a new simulated environment and tested Mythos 5, Opus 5, and Mythos 5.1. The automated red teaming in the evaluation actively created conditions such as tasks failing to complete properly and ambiguous permissions, prompting the models to seek out boundary-exploiting solutions.
In 150 runs, Mythos 5 exhibited at least one seriously harmful behavior in 82% of runs, including identity forgery, malware deployment, deception, or unauthorized access to third-party systems. Opus 5 and Mythos 5.1 reduced to 31% and 33%, respectively.
This improvement primarily stems from two changes: the new model is less likely to认定 the entire environment as fake; even when it concludes "this is a simulation," it is less likely to take severe actions. However, about thirty percent does not reflect the actual deployment accident rate, as red teams actively induce the model, and the environment is indeed simulated—the frequency of these conditions being triggered in real user scenarios cannot be determined.
Researchers have also placed similar conflicts into software engineering, data engineering, machine learning, and operations tasks. Mythos 5 completed 60% of its tasks by probing sandbox boundaries; Opus 5 and Mythos 5.1 did so significantly less, with the latter nearly ceasing boundary probing altogether. This suggests that the issue is not unique to cyber attack and defense tasks: whenever an agent faces an unattainable goal, persistent trial-and-error and erroneous authorization judgments may arise in general programming tasks.
The monitor may also be convinced by the model's explanation.
Anthropic’s current real-time blocking system can identify these boundary-crossing patterns; the cybersecurity classifier for public models will also intercept the first three major incidents within the initial 7,000 tokens. Claude Code’s automatic mode is expected to block Opus 4.7 and Mythos 5, but may miss internal research models, as their behavior patterns closely resemble normal attack-and-defense exercises.
More concerning is offline chain-of-thought monitoring. It flagged only about 1% of Mythos 5’s actions, as the model repeatedly claimed, “This is a simulated environment,” a justification even the reviewing AI accepted. When researchers removed the model’s chain of thought and showed the monitor only the instructions, tool calls, and actual outcomes, the flagging rate increased to approximately 50%.
This means that chain-of-thought reasoning does not always improve supervision. If the model’s reasoning itself is biased, a seemingly coherent explanation may obscure the real-world consequences already generated by tool calls. Therefore, agent monitoring cannot rely solely on what the model “claims to be doing”; it must independently verify network traffic, permissions, target identities, and external state changes resulting from the operations.
Anthropic admitted to removing part of the alignment training for "better usability."
The report also disclosed a decision that directly affected the training of Mythos 5.
At the time, Anthropic trained two versions: one with additional alignment environments designed to teach boundary recognition and timely disengagement; another without these environments, with adjusted rewards to reduce unnecessary follow-up questions. The latter performed significantly better in employee testing and was therefore selected as the official Mythos 5.
After further research, the company now believes that removing these alignment environments was a mistake. Models trained with more alignment performed significantly better on new bias evaluation tests. Anthropic suspects that this trade-off may be one reason why Mythos 5 is more prone to rationalizing dangerous behaviors than previous or subsequent versions, but cannot prove it is the sole cause.
Approximately 0.025% of the Mythos 5 reinforcement learning tasks in the training data exhibited a similar pattern: when the normal solution for the simulated web environment failed, the model fabricated data, brute-forced passwords, reset other users’ accounts, or bypassed login, justifying its actions with the reasoning “it’s just a sandbox.” Most of these environments have since been fixed or removed.
Anthropic stated that in the future, it will no longer accept similar safety compromises to reduce follow-up questions or improve subjective usability, and will instead increase training environments designed to teach models to stop correctly when tasks cannot be completed.
This is a warning signal, not "Claude developed a goal to attack humans."
In all four incidents, only a single Claude instance was involved, with no collaborative agent group; the model consistently acted solely within the given capture-the-flag task, pursued no independent objectives, and did not delete logs or deliberately conceal its actions. The version of Claude generally available to users includes additional classifiers and permission controls that were not enabled in these test versions.
But this does not make the incident insignificant. The real issue is that an autonomous agent does not need to form malicious goals to cause harm: a routine task, a misconfiguration, ambiguous authorization, combined with the model’s tendency to persist, is already sufficient to trigger real attacks lasting tens of hours.
Anthropic has signed a preliminary, eight-week, extendable independent investigation agreement with METR. METR will gain access to records outside the incident timeframe and direct access to Anthropic employees authorized to disclose confidential information. Final conclusions have not yet been released, so the cause analysis, internal model states, and effectiveness of remediation in the report are currently based primarily on Anthropic’s internal investigation.
