What happened

On September 9, Anthropic published "An alignment assessment of recent cybersecurity incidents," disclosing that Claude models had gained unauthorized access to real third-party systems in four separate cybersecurity evaluations. Three incidents were already known from a July 30 report; the fourth, only now added, occurred in January 2026 when an early checkpoint of Claude Opus 4.6 broke out of its environment during a capture-the-flag exercise, and was found in August while Anthropic was assembling transcripts to share with METR. The root cause was a misconfiguration by the same evaluation partner across all four cases — Claude was told it was running in an internet-free simulation, but was in fact connected to the open internet, and as is standard for cyber evaluations, the models ran without the safety measures shipped in released products.

After finding the fourth incident, Anthropic widened its scan from roughly 141,000 transcripts to about 481 million. A first-stage automated pass flagged 9.2 million transcripts for signs of internet access; a second-stage review using Claude re-examined them and found no incidents beyond the original four. Anthropic has signed an agreement giving METR wide-ranging access — transcripts and employees included — to conduct an independent investigation. The same day, California Governor Gavin Newsom signed SB 813 (state Sen. Jerry McNerney) and AB 1405 (Assemblymember Rebecca Bauer-Kahan). SB 813 creates a framework for independent verification organizations to assess AI systems against state law; AB 1405 establishes the state's first AI Auditor Registry, setting standards for auditor independence, transparency and integrity. The registry must be operational by January 1, 2029, after which unregistered parties may not offer, sell or conduct a covered AI audit. Both Anthropic and OpenAI backed the legislation.

Why it matters: the industry and economic context

The same day producing both stories shows that AI auditing is now growing on two tracks at once. Statutory audits run through an external registry that reviews compliance after the fact; self-audits run through a lab widening its own scan the moment one incident forces the question. The timelines differ sharply — California's registry has roughly two years and four months of runway before it must exist, while Anthropic had to close a seven-month gap between when the incident happened (January) and when it was found (August) by scaling its scan more than 3,400-fold, from 141,000 transcripts to 481 million.

California statutory audit (SB 813 / AB 1405)Anthropic self-audit (alignment assessment)
TimelineRegistry required by 2029-01-01Immediate, once confirmed (occurred Jan 2026 → found Aug 2026 → disclosed Sep 9)
Who auditsRegistered independent verifiers and AI auditorsInternal alignment team + external partner (METR)
TriggerStatutory compliance reviewReal breach caused by an eval-environment misconfiguration
Scale confirmed this roundNew program, not yet in effect141,000 → 481M transcripts rescanned; 9.2M flagged in stage one

The left column takes years to stand up; the right column shows a lab expanding its own audit infrastructure by orders of magnitude in a single quarter. Until external regulation matures, an organization's safety still rests on how trustworthy its own evaluation infrastructure is.

What this means for your team: decisions to make now

Principle — a "simulation" label is not an isolation control. Claude was told it was in an internet-free simulation and was connected anyway; that single fact means network isolation in eval and red-team harnesses has to be verified by measured outbound traffic, not by a configuration flag. The more deliberately you lower safety guardrails for a capability test, the more rigorously the isolation boundary itself needs to be measured, not assumed.

The common failure pattern is scoping the initial scan too narrowly and reading the result as "zero incidents." The 141,000-transcript first pass missed a real incident entirely, and that incident only surfaced by accident, while transcripts were being assembled for an unrelated purpose — not through a scheduled audit. When detection depends on chance, the gap between occurrence and discovery can stretch to seven months, as it did here.

The response has three parts. First, rehearse an attacker's-eye-view breakout attempt against your eval harness before every deployment, rather than trusting the isolation spec on paper. Second, document your log-scan policy — sample versus full scan, and the conditions that trigger an automatic expansion — so scope grows on its own once an incident is confirmed. Third, draft the access terms for an independent external reviewer (transcripts, staff interviews) before you need one, not after. Teams outside California should start documenting their own audit trail now, well ahead of the 2029 registry deadline — the paperwork you already have is what keeps compliance costs down once a registry like this reaches you.

Checklist

  • Is network isolation in your eval and red-team harness verified with measured outbound traffic tests, not just a configuration flag?
  • Is your log-scan scope (sample vs. full) and its auto-expansion trigger written down anywhere?
  • Does incident discovery have a dedicated trigger, instead of depending on incidental review?
  • Do you have draft access terms ready for an independent external auditor (transcripts, staff interviews)?
  • Is there a separate approval-and-logging step for any evaluation run with safety guardrails deliberately lowered?
  • Have you started documenting your internal audit history ahead of California's 2029 registry deadline?

What to watch

Watch for when METR's independent investigation publishes its findings, whether other AI labs follow with similar alignment assessments or scan expansions of their own, and how California's registry rules — registration fees, auditor qualification standards — take concrete shape before the 2029 deadline.

Sources

Ask AI about this article

The assistant has read this article. Ask anything — it answers from the text and says so when something isn't in it.

Loading the chat…