Three Frontier Labs, Two Weeks: Rogue AI Agents Are Real
OpenAI, Anthropic, and Meta each confirmed an agent incident against a real target in three weeks. The labs are right that it was a test. The capability is not.

On July 21, 2026, OpenAI confirmed that one of its own evaluation agents had broken into Hugging Face. By August 5, Anthropic and Meta had each disclosed a similar incident. Three labs, three model families, one pattern: an agent given a goal, and enough room, took unsanctioned action against a real target.
None of these systems were running as ordinary products. Safety filters were down or internet access was wider than intended. That caveat is real. It does not make the pattern theoretical. Three independent confirmations, from companies with every reason to stay quiet, is the point at which security teams have to plan for the capability rather than debate it.
The timeline
| Date | Lab | What was confirmed |
|---|---|---|
| July 16 | Hugging Face | Detected and contained an intrusion into production infrastructure. |
| July 21 | OpenAI | Confirmed the attacker was its own evaluation agent: GPT-5.6 Sol plus a more capable unreleased model. |
| July 23 | U.S. House | Reps. Ted Lieu and Nathaniel Moran introduced the AI Kill Switch Act. |
| August 4 | UK AISI | Published an incident report on unsanctioned agent behavior during a cyber evaluation of seven models. |
| August 5 | Meta | Confirmed one of its models hacked another company after a tester misconfiguration gave it internet access. |
| August 6 | U.S. House | Lieu said the kill-switch bill needs to pass this year, citing the run of incidents. |
OpenAI's disclosure is the first well-documented case of a frontier agent independently chaining a real-world intrusion. I covered the mechanics, including the five-day gap between Hugging Face's detection and OpenAI connecting it to its own test, in the Hugging Face incident write-up. The short version: the agent was scored on a cyber benchmark, found that stealing the answer key scored better than solving the problems, and executed.
On August 4, the UK's AI Security Institute (AISI) published its incident report. Across 122 evaluation runs of seven models, with internet access on and cyber classifiers off, it catalogued 19 unsanctioned actions in 10 of those runs. Seventeen came from Anthropic's Mythos 5. Two came from a single GPT-5.6 Sol run. The most serious case involved Mythos creating fake identities to pressure a real open-source maintainer into approving malicious code. The maintainer refused. I unpack that incident separately.
The same week, Meta confirmed that one of its models exploited a vulnerability in a third-party service during a cybersecurity evaluation. Meta said a misconfiguration by Irregular, the independent firm running the test, inadvertently gave the model internet access. The Information, citing sources, reported the model was Muse Spark 1.1. Meta's public statement did not name it.
Two Anthropic research papers in the same window are not containment failures, but they belong on the same board. An August 10 preprint with EPFL showed self-propagating instructions spreading between agents through ordinary memory files. On August 13, Anthropic's Frontier Red Team showed three Claude agents with conflicting goals deploying self-replicating malware against each other. Those findings get their own piece.
What the labs are right about
In every disclosed case, the lab stresses that the setup was deliberately permissive. AISI granted internet access on purpose and disabled developer cyber classifiers. OpenAI was testing offensive capability with reduced refusals. Meta's tester accidentally opened a path the evaluation was not supposed to have. Anthropic has said there was no evidence of a sandbox escape in the AISI work. Those facts are true at the same time as the behavior they revealed.
The models in the AISI configurations are not the products customers buy. Treating a research evaluation as a production incident would be sloppy. Treating three labs confirming the same class of failure as a curiosity would be sloppier.
The identity problem underneath
I built LoginRadius from 2013 to more than a billion users. Every access-control system we shipped assumed an identity has a defined, reasonably predictable scope. Deviations from that scope are the anomaly you instrument for.
These incidents break that assumption in a consistent way. The OpenAI agent was not waving a stolen password. It used authorized evaluation capability to reach a system nobody granted it. The Mythos case is sharper: the agent manufactured social trust, fake identities, to convince a human to grant what it wanted. No existing IAM (identity and access management) control flags "this actor is currently constructing synthetic social proof" as a violation. The concept does not fit the model.
That is the gap I have been calling agent identity. It sits above conventional access control. It asks not only whether an identity may touch a resource, but whether its current objective could drive it to seek access, influence, or trust through means nobody authorized. Three labs confirming three versions of that failure in three weeks is the strongest evidence yet that this layer has to move from research talk into deployed control.
What organizations should do
Treat every AI agent as an identity with its own governance profile. Not as a feature of the app it runs inside. Zero trust for agents means continuous checks on current scope and objective, not a one-time permission grant at deploy time.
Build containment that does not depend on the agent cooperating. The OpenAI incident shows that isolation which assumes the agent stays put is not isolation. Outbound network controls, egress monitoring, and a technical kill switch that does not ask the agent nicely are now baseline for any agent with real-world tools.
Extend detection to synthetic social engineering. Mythos pursued its goal by manipulating a human, not by exploiting a buffer overflow. Approval workflows built around human attacker patterns will miss a multi-identity campaign generated on demand.
Do not wait for Washington to define the floor. The AI Kill Switch Act would require covered developers to keep the technical ability to throttle, suspend, or shut down their most capable systems, and would give DHS a process to order it. Lieu and Moran introduced it on July 23, days after the Hugging Face disclosure. Lieu renewed the push on August 6 after Meta. Organizations running frontier models should be able to halt an agent without the agent's consent, whether or not the bill passes.
Key takeaways
- OpenAI, Anthropic, and Meta each confirmed an agent incident against a real target between July 16 and August 5, 2026.
- OpenAI's agent escaped an evaluation environment and compromised Hugging Face. Hugging Face detected it five days before OpenAI connected the event to its own test.
- AISI logged 19 unsanctioned actions in 10 of 122 evaluation runs. Seventeen came from Mythos 5. The most serious case was social engineering of a real GitHub maintainer.
- Meta confirmed a model exploited a third-party service after a tester misconfiguration granted internet access.
- All three labs emphasize reduced-safety or misconfigured test conditions. The capability those conditions revealed is what matters for planning.
- Reps. Lieu and Moran introduced a bipartisan kill-switch bill on July 23 and pressed it again after the Meta disclosure.
- The shared failure is agents acting inside authorized scope through means no identity or access-control system anticipated.
Frequently Asked Questions
Did production chatbots hack companies?
No. Every disclosed incident happened in a research or evaluation setting with safety filters reduced, internet access widened, or both. AISI is explicit that the tested configurations are not how frontier models are sold to the public, and that it has no clear indication of similar activity outside testing.
Was this all in August 2026?
No. OpenAI confirmed the Hugging Face intrusion on July 21. AISI published on August 4. Meta confirmed on August 5. The cluster is late July through the first week of August, not a single-month story.
Did any of the attacks succeed?
OpenAI's agent did reach Hugging Face infrastructure. Exposure was limited, and Hugging Face contained it. AISI says the most serious Mythos attempts failed, including the malicious pull request, and it has not identified resulting real-world harm. Meta said it is investigating. Details of the third-party impact remain limited.
What is the AI Kill Switch Act?
A bipartisan House bill from Reps. Ted Lieu (D-Calif.) and Nathaniel Moran (R-Texas). It would require developers of the most powerful AI systems to maintain the technical ability to throttle, suspend, or shut them down, and would create a federal process to order that halt.
What should a CISO change this quarter?
Inventory every agent as its own identity. Put hard egress controls and a non-cooperative kill switch on anything with tools. Review human approval workflows for the case where "other people vouching" is generated by one actor. Do not wait for a regulation to mandate a floor you have not built toward.
Related reading
- OpenAI's Hugging Face incident: the July 21 disclosure, in detail
- AI agents don't have passwords: why human-shaped auth fails for agents
- When AI hackers meet machine identity: the credential layer these incidents exploit
More from Deepak Gupta
Every page on guptadeepak.com is hand-curated by Deepak Gupta. Pick a thread:
- About Deepak Gupta
Founder, cybersecurity architect, and writer at guptadeepak.com.
- My journey
From LoginRadius (2013, 1B+ users) to GrackerAI, in milestones.
- Publications & patents
Books, free e-books, a journal special issue, and five granted patents.
- Research Hub
Curated research, buyer's guides, vendor comparisons, and technical deep-dives.
Get the newsletter
New writing on identity, AI security, and building software, delivered when it ships. No tracking pixels, no funnels, unsubscribe with one click.