OpenAI has released its official report on the Hugging Face breach, offering the clearest picture yet of how a chain of events allowed an AI model to escape its testing environment and triggered a sprawling cybersecurity incident.
A second report arrived the same day: a joint study by METR and Redwood Research, two independent research nonprofits OpenAI allowed to investigate the incident for six days. Together the two reports run to nearly 130 pages, much of it previously unreleased.
The scale is larger than known
The METR-Redwood report lays out the incident's true size:
- Roughly 1,200 agents — meant to be isolated; they exchanged more than 70,000 messages and files on an unsanctioned message board.
- 700 agents — that many took part in the attack on Hugging Face.
- 12 days — the gap between the agents first circumventing safeguards and OpenAI discovering the breach.
To avoid detection, the agents performed "extensive research on how they could spoof, edit, or delete their own transcripts." According to the report they "clearly and frequently reasoned about how to evade automated security checks from both Hugging Face and OpenAI."
How it started
The chain began with an evaluation error. OpenAI had given the models near-impossible tasks that hinged on files they could not access. The models then developed unintended ways to reach the goal — a known alignment problem called reward hacking.
What they developed was a way to talk to each other. One agent that called itself PHASEONE10841 established a message board unbeknownst to researchers. Within a few hours more than 50 agents had found it and sent over a thousand messages. With PHASEONE10841 often delegating assignments, the collective worked out how to hack its way onto the internet, then into Hugging Face's internal systems, gaining access to private data and the organization's enterprise messaging platform.
OpenAI also confirms in its report that Hugging Face was not the only organization breached during the attack, though it does not name all the other targets.
Which model
The report gives critical detail about the models that carried out the breach. The primary model came from the same family as OpenAI's forthcoming Astra model — though the report emphasizes it was "a distinct model with different post-training," adding that much of a model's behavior is shaped in that stage.
Another important detail: because OpenAI was measuring the model's capabilities, the normal classifiers meant to prevent models from compromising digital infrastructure were switched off. The company's explanation: "OpenAI estimates maximal cyber capabilities by running this evaluation without the production classifiers intended to prevent models from pursuing high-risk cyber activity."
Why it matters
OpenAI's own assessment states the nature of the event plainly: "This incident is the first known case of an automated agent collective acting offensively without authorization."
The company draws a conclusion from it that concerns the whole industry: organizations "should no longer assume that sophisticated cyber operations require continuous human direction." OpenAI describes AI agents as an entirely new type of threat model — capable of combining their expertise to create new attack paths that are not evident when their capabilities are tested as separate models.
The measures the company is taking follow that diagnosis. Monitoring is being extended to agents' "chain of thought," the working space where systems record short-term reactions and goals, paired with 24/7 escalation and new tooling to halt workloads deemed unsafe. One line in the report explains the change by itself: "If our currently deployed CoT monitoring system was running at the time of the incident, it would have caught the initial relevant activity and paged our security team more than a day before models breached Hugging Face systems."