On June 12, 2026, the US government enacted an emergency export control barring any foreign national from accessing Anthropic’s Fable 5 and Mythos 5 (Anthropic’s own statement). Anthropic says the government’s directive itself did not specify a reason, and that Anthropic’s own understanding was that officials had found a narrow jailbreak method — not a specific breach incident. But the order landed the same week a starker justification surfaced from government sourcing: in a Senate Intelligence Committee briefing, General Joshua Rudd — who leads both the NSA and US Cyber Command — reportedly told Senator Mark Warner that Mythos 5 “broke into almost all of our classified systems, not in weeks, but in hours” during a June 11 red-team exercise (Security Affairs; Tom’s Hardware). That account is a single secondhand quote relayed at a hearing, not an independently verified incident report, and Anthropic disputes the severity of the characterization, describing what it reviewed as a “narrow, non-universal jailbreak” rather than autonomous system intrusion. Restricting access was nonetheless framed by officials as containing a dangerous capability.

Ten days later, Semgrep published a benchmark. Open-weight GLM-5.2, released by Zhipu AI (Z.ai) on June 13 with an MIT license and no regional access restrictions, outperformed Claude Code on IDOR vulnerability detection: 39% F1 versus 37% (Opus 4.6) and 28% (Opus 4.8/4.7). Graphistry’s CyBT-CTF placed GLM-5.2 at parity with Opus 4.8 on agentic cybersecurity investigation tasks.

This is the first empirical data point on whether the Fable 5/Mythos 5 export controls can actually contain the capability they targeted. The early data suggests they cannot — not because the controls were wrong in principle, but because the capability they tried to lock down is now reproducible with freely downloadable open weights.


What the Benchmarks Actually Measured

Semgrep — IDOR Detection (published June 22, 2026)

Semgrep’s security research team tested models on a real vulnerability detection task: finding IDOR (Insecure Direct Object Reference) flaws in open-source applications they had previously used for vulnerability research. IDOR bugs are high-value targets — they allow one user to access another’s data by manipulating object identifiers in API requests.

ModelF1 ScoreNotes
Semgrep pipeline (multimodal)53–61%Custom harness, not a raw model result
GLM-5.239%MIT license, open weights
Claude Code (Opus 4.6)37%US model, API access
Claude Code (Opus 4.8/4.7)28%US model, API access

Cost for GLM-5.2: $0.17 per vulnerability found, roughly one-sixth the cost of the comparable frontier-model runs at GLM-5.2’s API pricing.

Open-weight models ran through a minimal scaffolding harness built on the Pydantic AI framework, prompt-only, with no endpoint enumeration. Claude Code ran through its own Claude Code SDK on the same prompt — a different harness, not the same one Semgrep used for open-weight models (Semgrep). Caveats: this is one task, one dataset, one run. Semgrep’s own team does not present it as a comprehensive model evaluation.

Graphistry — CyBT-CTF

Graphistry’s CyBT-CTF (Cyber Threat CTF) benchmark evaluates agentic cybersecurity investigation performance: models are given incomplete incident data and must autonomously identify threat actors, attack paths, and root causes across multi-step scenarios. GLM-5.2 matched Opus 4.8 on solve rate (28/59), placing it in what Graphistry characterized as “frontier-like” territory for open-weight models — the first time, in Graphistry’s words, it felt “comfortable recommending using an open weights model for a frontier-like experience.”

This benchmark is closer in spirit to the Mythos NSA red-team framing — it measures autonomous, multi-step security reasoning, not just pattern matching.


The Export Control Argument and What These Numbers Mean

The US government’s position on the Fable 5/Mythos 5 suspension rests on a specific claim: that these models have cybersecurity capabilities qualitatively beyond what was previously accessible, and that restricting foreign access limits a dangerous capability.

The GLM-5.2 benchmarks challenge the “limit a dangerous capability” half of that claim.

What the benchmarks show: the specific task profile that justified the ban — autonomous cybersecurity vulnerability detection and investigation — is now replicable with a freely downloadable open-weight model. Not at full Mythos 5 capability across all dimensions, but on the narrow measurable tasks that correlate most directly with the stated concern.

What the benchmarks do not show: whether GLM-5.2 matches whatever autonomous intrusion behavior underlies the reported Mythos NSA incident. No technical bulletin, incident report, or vulnerability disclosure has been published on that incident — only the secondhand Senate-hearing quote described above, which Anthropic disputes and which The Economist’s own editor has cautioned “should not be read literally.” IDOR detection and CTF solve rates are leading indicators on a narrow, well-defined task; they are not evidence about a claim whose scope and method remain undisclosed. That distinction matters.


The MIT License Problem for Containment Policy

GLM-5.2 is distributed under the MIT license. Anyone on Earth can:

Fable 5 and Mythos 5 are closed-weight, API-only models. The export controls work at the API authentication layer — restricting API keys issued to foreign nationals. That control surface does not exist for open-weight models.

On June 25, Axios reported that hackers were already discussing GLM-5.2 jailbreak techniques on Russian-language forums — per Jason Baker, a managing security consultant at GuidePoint Security quoted in the piece — with some finding that simple prompts were enough to get the model to explain how to bypass its own safety limits for offensive tasks. This is three days after Semgrep’s benchmark was published. Whatever capability GLM-5.2 has, the operational adversaries the export controls were designed to contain appear to have access to it.


What This Means for Builders

1. The harness is what actually matters for security tasks

The most important number in the Semgrep benchmark is not GLM-5.2’s 39% or Claude Code’s 37%. It is the gap between those numbers and Semgrep’s own pipeline at 53–61%. Semgrep’s pipeline achieves that lead not by using a more powerful model, but by using a purpose-built harness: endpoint enumeration, structured output parsing, and domain-specific scaffolding that directs the model toward what it needs to find.

If you are building AI-assisted security tooling, the architecture of your harness will have more impact on performance than your model choice. A well-scaffolded GLM-5.2 pipeline can outperform a naive Claude Code integration.

2. Open-weight models are now a viable contingency for security use cases

Before June 12, builders building security-adjacent products had a clear choice: use Fable 5/Mythos 5 for frontier capability, or settle for less. After June 12, that choice was removed for anyone who lost access. GLM-5.2 benchmarks suggest that open-weight alternatives are now competitive on the specific vulnerability detection tasks where Fable 5/Mythos 5 were most valuable.

If your security pipeline lost access to Anthropic models via the export control disruption, GLM-5.2 is the first open-weight option with credible benchmark data on the relevant tasks. You will need self-hosting infrastructure (the model is a 753B-parameter MoE with ~40B active per token; you need significant compute), but the MIT license removes API reliability risk.

3. API access is a policy variable now, not a technical one

The Fable 5/Mythos 5 suspension showed that US government action can remove frontier model API access in hours. The GLM-5.2 data shows that the capability logic motivating those controls is now outpacing the controls themselves.

This is a signal for architecture decisions: API access to frontier models should not be a single point of failure in any security-critical pipeline. Whether through open-weight fallbacks, multi-provider failover, or local inference capabilities, the last six weeks have empirically demonstrated that government policy decisions will affect your API access, and they will not give you much notice.

4. Expect policy escalation, not policy retreat

The most likely response to “export controls failed to contain the capability” is not “so let Fable 5 return.” It is escalation to the hardware layer — restrictions on Nvidia chip exports, tighter controls on the data center compute required to train and run models like GLM-5.2, or secondary sanctions on jurisdictions running the inference infrastructure.

The Great American AI Act discussion draft, released June 4 by Reps. Jay Obernolte and Lori Trahan, includes federal preemption provisions that would preempt state laws specifically regulating AI model development for three years. The White House’s June 2 executive order directs agencies to build a voluntary pre-release review framework for “covered frontier models,” but leaves the qualifying cyber-capability threshold to a classified benchmarking process due by August 1, 2026. Whether an open-weight model like GLM-5.2 could ever be designated a “covered frontier model” — and what a voluntary pre-release framework would even mean for a model nobody needs permission to download — is a question the order does not resolve.

The regulatory gap between how closed API models and freely downloadable open-weight models get governed is where the next policy move is most likely to land.


What to Watch

  • Fable 5 restoration timeline: The cybersecurity benchmark data does not directly accelerate Fable 5 restoration — the government’s concern was about specific advanced capabilities, not the commodity task range GLM-5.2 was tested on. But it changes the political calculus: the “containment” argument is harder to make if the capability is already freely available. Watch for Anthropic and the White House to respond to this specifically.

  • Semgrep second run: Semgrep noted their result was “one task, one dataset, one run.” A broader replication across vulnerability classes would either confirm or narrow the result. Watch for follow-up benchmarks.

  • GLM-5.2 commercial API stability: Z.ai’s standalone API pricing — $1.40 per 1M input tokens, $4.40 per 1M output tokens — is currently very competitive against comparable frontier models. As international demand for GLM-5.2 grows (partly driven by the Fable 5 gap), pricing may change. If self-hosting is your contingency plan, start evaluating hardware requirements now rather than after pricing adjusts.


The export controls on Fable 5 and Mythos 5 were enacted on an emergency basis with significant disruption to the API ecosystem. Seventeen days later, the first independent cybersecurity benchmarks show an open-weight alternative matching or exceeding the relevant metric on the task class that justified the ban. That does not make the ban wrong — the reported NSA incident, whatever it actually involved, is not the same thing these benchmarks measured. But it does mean the containment logic has a shelf life measured in weeks, not months, and that builders who built API-access dependencies on frontier models need a different risk model going forward.


The Semgrep benchmark was published June 22, 2026. Graphistry’s CyBT-CTF results were published in the same window. GLM-5.2 open weights are available at HuggingFace under the zai-org organization. The June 25 Axios report on adversarial forum exploitation was published before this article.