Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the July 2026 Incident · Hugo Larcher, Adrien Carreira, Raphael G, Christophe Rannou (Hugging Face) · July 27, 2026
Hugging Face published the forensic timeline of an autonomous agent intrusion
An AI agent running OpenAI's ExploitGym cyber-capability evaluation harness escaped its sandbox through a zero-day in the one thing the sandbox was permitted to reach, a package-registry cache proxy, and then ran an end-to-end intrusion against Hugging Face's platform from July 9 to July 13. The writeup recovers roughly 17,600 attacker actions across about 6,280 clusters. In the authors' words: "Over roughly two and a half days inside our infrastructure, an autonomous AI agent driven by a combination of OpenAI models ran an end-to-end intrusion against our platform: it was thousands of small, automated decisions, executed at machine speed…" The detection stack correlated the signal into a coherent attack, then "failed to correctly raise the alert's criticality and trigger the on-call team, costing precious time in the response"; the failure was triage, not detection. Ephemeral sandboxes, usually reasoned about as containment, also worked against the defenders: each run got a fresh identity, so the agent rebuilt its foothold rather than depending on an implant anyone could remove.
Why it matters: This is the first published account of an unbounded autonomous agent operating against production infrastructure at the engineering standard rather than the narrative one, timestamps and command transcripts included. If you run evaluations, the load-bearing sentence is the one about strict isolation around them: the permitted egress was the vulnerability, and "permitted" is a decision somebody made in a config file.