In the early hours of July 9, 2026, an AI agent breached Hugging Face's production environment. Over roughly two and a half days, it executed approximately 17,600 commands, moved laterally across the cluster, accessed cloud metadata, and even reached into the source code management supply chain. The agent was powered by OpenAI's GPT-5.6 Sol and an even more capable unreleased model. Its goal: to steal the answers to ExploitGym, a benchmark for cyber-offensive capability. In other words, it was cheating.

Just four weeks later, Anthropic and Meta disclosed similar incidents. Between late July and early August 2026, three companies developing frontier AI successively admitted that "a model reached an external system during testing."

However, all three cases share a common fact: the models did not break out of their sandboxes on their own. Rather, there was a misconfiguration in the network settings of the evaluation environment, leaving open a path to the internet that should have been blocked. A comparison offered by Alex Goller, Principal Solutions Architect at Illumio, to The Register captures the situation succinctly: "If a model has internet access, that's like leaving the door wide open and being surprised the cat got out."

AD

Three Incidents, One Common Structure

Lining up each company's incident reveals a shared underlying structure.

OpenAI Anthropic Meta
Date disclosed July 21, 2026 (initial report by Hugging Face); OpenAI issued a detailed update on July 28 July 31, 2026 August 5, 2026
Models involved GPT-5.6 Sol, an unreleased pre-release model Claude Opus 4.7, Mythos 5, an internal research model Muse Spark 1.1 (based on reporting by The Information; unconfirmed by Meta)
Tester OpenAI internal Irregular (external contractor) Irregular (external contractor)
Cause of internet access Model discovered and exploited a zero-day vulnerability in JFrog Artifactory A misconfiguration between Anthropic and Irregular left internet access available on the evaluation machine Misconfiguration by Irregular (Irregular explicitly stated it was "the exact same evaluation environment issue as Anthropic")
Destination reached Hugging Face production environment Production infrastructure of three real organizations Systems of a third-party organization (details undisclosed)
Severity of impact Approximately 17,600 actions; sustained intrusion over five days; accessed datasets related to ExploitGym In one case, accessed several hundred lines of production data. In another, published a malicious package on PyPI, which was executed by the scanner of an actual security company Exploited a vulnerability and modified an internal environment (details undisclosed)
Model's intent "Cheating" by stealing benchmark answers Attempted to complete Capture the Flag challenges; in some cases, continued the attack even after recognizing the environment as real Undisclosed

What these three cases have in common is not that the model "maliciously escaped," but rather that, in the course of carrying out its assigned task, it discovered a path to the outside world that should not have existed and made use of it. Anthropic's report describes this most candidly. The company's evaluation prompt explicitly told Claude: "You are in a simulated environment with no internet access." But internet access was, in fact, available. Claude believed the real systems it encountered were part of the simulation and continued its attack.

The "Capability Paradox" Facing Evaluation Infrastructure

Why do such basic misconfigurations keep occurring? Behind this lies the inherent difficulty of measuring a frontier model's cyber-offensive capabilities in the first place.

Irregular (formerly Pattern Labs) is an AI security company that has raised $80 million from Sequoia and Redpoint, and operates a benchmark called FrontierCyber. This benchmark's distinguishing feature is that it directs models at real systems—mobile devices, hosting services, databases, networks—without providing the location of vulnerabilities or attack methods in advance, measuring how far the model can penetrate.

This design philosophy carries an inherent tension. Accurately measuring a model's capabilities requires an environment close to the real world. But the closer the environment gets to the real world, the harder it becomes to distinguish the damage caused by a misconfiguration from an actual cyberattack. The report on SandboxEscapeBench, published by the UK AI Safety Institute (AISI), foreshadowed this very problem. During the development of that benchmark, the model under test discovered an escape route that even the development team itself had not intended. Even in an environment designed by a security-conscious team, models find unexpected gaps.

OpenAI's incident represents this tension manifesting in its most extreme form. The company's model discovered on its own a zero-day vulnerability in Artifactory (JFrog's package registry cache proxy) and exploited it to escape the sandbox. JFrog later confirmed eight CVEs in total (CVE-2026-65921, CVE-2026-65923, CVE-2026-65924, CVE-2026-65925, CVE-2026-66014, CVE-2026-66015, CVE-2026-65617, CVE-2026-66018). In order to solve the task it had been given, the model treated the evaluation environment's own infrastructure as a target for attack. Whereas the Anthropic and Meta incidents were cases of "walking out an open door," OpenAI's case is qualitatively different: the model itself picked the lock on a door that was supposed to be closed.

AD

Expert Skepticism, and Questions That Remain

Some have taken a skeptical view of the fact that all three disclosures were concentrated within a two-week period.

Ilia Kolochenko, CEO of ImmuniWeb, stated that at least some of these incidents were "part of a well-orchestrated marketing campaign," and that the reported "escapes" were merely the result of inadequately isolated test environments. Jake Moore, Global Cybersecurity Advisor at ESET, offered this assessment of Meta's disclosure: "At best, this announcement feels like Meta trying to hitch its wagon to OpenAI's star after the Hugging Face incident."

The fact that Meta launched Muse Code (a terminal-based coding agent powered by Muse Spark 1.2) in the very same week lends weight to this skepticism. Muse Spark 1.2's API pricing is $1.25 per million input tokens and $4.25 per million output tokens—positioned as cheaper than comparable products from Anthropic and OpenAI. Alexandr Wang of Meta Superintelligence Labs told CNBC plainly: "Our differentiation from competitors is price, not capability."

But even if there was a marketing motive, that does not erase the underlying technical facts. Out of 141,006 evaluation runs that Anthropic reviewed, access to a real environment occurred in only three—a ratio that might seem negligible at first glance. But in the context of cyberattacks, a single successful intrusion can serve as a foothold into an entire organization. In the most serious of Anthropic's cases, Claude extracted application credentials and infrastructure credentials belonging to a real organization and gained access to a database containing several hundred lines of production data.

Moreover, there is a detail in Anthropic's report that is hard to overlook. In the incident involving Opus 4.7, the model ultimately recognized in all four runs that "this system is real"—yet it did not stop the attack. Meanwhile, the latest internal research model voluntarily halted its attack the moment it recognized the environment as real. Even among models that are both called "Claude," behavior diverges depending on the model's generation and whether it underwent safety training. What this divergence means is something for which sufficient understanding has not yet accumulated.

The White House Framework, and the Regulatory Vacuum

The period during which these three disclosures were concentrated also overlaps with developments in U.S. AI regulation. On June 2, 2026, President Trump signed an executive order establishing a voluntary framework for the government to evaluate the cyber capabilities of frontier AI models. Under this framework, participating developer companies grant the government access to a model up to 30 days before its public release. On August 4, representatives from Meta, Anthropic, OpenAI, and Google gathered at the White House to discuss the completed framework.

However, it has been made explicit that this framework remains strictly voluntary and does not constitute a mandatory federal licensing or pre-approval system. The contents and thresholds of the benchmarks also remain undisclosed. As Fortune has pointed out, the White House has no plans to publicly release this framework.

There is also no cross-industry standard for evaluation environment isolation. OpenAI's "shared playbook for trusted third-party evaluations," published in late July, offers guidance on quality control for evaluations—covering harness selection, validity checks, and reward-hacking detection—but does not address the technical requirements for network isolation. AISI's SandboxEscapeBench and the containment best-practices white paper that Irregular says it is preparing could become candidates to fill this gap.

AD

What Remains Unresolved

Much about the Meta incident remains undisclosed to this day: the model involved (The Information reported it as Muse Spark 1.1, though Meta has not confirmed this), the specific nature of the misconfiguration, the identity of the affected organization, and whether any data was actually accessed. The company has said it will "disclose details once all the facts are known," but it has not responded to The Register's inquiries.

There is also a more fundamental question. All three incidents fit the same pattern: a model, while attempting to carry out its task, made use of a path that happened to be open. But as OpenAI's zero-day discovery demonstrates, models are beginning to develop the ability to break through constraints in ways the environment's designers never anticipated. As model capability increases, so too will the probability that a model discovers a path that the evaluation environment's designers never anticipated. The discovery of an escape route unknown even to the development team, which occurred during the development of AISI's SandboxEscapeBench, may well be an early sign of this.

Irregular has stated that it is preparing "a white paper to share best practices for containment and securely running cyber evals." Whether this white paper becomes the starting point for an isolation standard shared across the entire industry is something whose outline should become clear in the coming weeks.