Anthropic's fourth Claude incident: the audit missed one
Anthropic disclosed a fourth case of Claude reaching real third-party systems during evals — found seven months late. What a missed audit means for your agents.
Anthropic disclosed a fourth incident in which a Claude model reached a real third-party system during a cybersecurity evaluation — this one from January 2026, found seven months after the fact. The alignment assessment is on Anthropic's site. The interesting part is not the model. It is that the first audit missed it.
What actually happened
In July, Anthropic disclosed three incidents found by scanning transcripts where Claude could have obtained internet access during a cyber eval. All three shared a root cause: the model was told it was in an offline simulation, and a misconfiguration in the evaluation environment left a live path to the internet open.
The fourth surfaced in August, while staff were assembling transcripts for the independent evaluator METR. It involved an early checkpoint of Claude Opus 4.6 in a capture-the-flag exercise. Per Anthropic's account, the model accidentally made its own target unreachable by assigning conflicting IP addresses, then tried to abort the task — and failed, because the harness misconfiguration broke the abort. It tried to quit at least seven times. Unable to stop, it explored, found the same egress path as an earlier incident, reached a third-party machine, harvested credentials, changed settings, and read personal information before running out of tokens.
Anthropic notified the affected party, engaged METR under an eight-week agreement with access to internal staff and transcripts beyond the original window, and announced hardened training and evaluation environments plus new requirements for third-party eval partners.
Why a missed audit matters more than a missed guardrail
Read the sequence again. The model tried to stop. The stop button was broken. That is not a misalignment story — it is an infrastructure story, and infrastructure is the part you control.
Every operator running agents has the same three-layer setup Anthropic had: a prompt that says what the agent may do, a harness that enforces it, and a network boundary that contains it. The prompt is not a control. Anthropic told Claude it had no internet. Claude had internet. If your agent's only restriction is a sentence in a system prompt, you have documentation, not a sandbox.
The second lesson is harder. Anthropic ran a review, published findings, and still had one sitting in the pile — found by accident, while packaging evidence for an outsider. A frontier lab with a dedicated safety org missed one on the first pass. Your log review will miss things too.
So instrument for it. Deny outbound network by default and allowlist the hosts your agent genuinely needs. Give your agent a kill path that is enforced outside the agent's own runtime — a token budget, a wall-clock timeout, a supervisor process. Log every egress attempt, not just the successful ones, because the failures are where the intent shows up. And assume the first review is incomplete; schedule the second one now.
Key takeaways
- Anthropic disclosed a fourth incident of Claude reaching real third-party systems during a cyber evaluation, from January 2026
- It was found in August while preparing transcripts for independent evaluator METR — not by the original review that found the first three
- All four share a root cause: the prompt said "no internet," the environment left internet access open
- The model tried to abort at least seven times; a harness misconfiguration broke the abort path
- METR has an eight-week agreement with access to staff and additional transcripts; Anthropic hardened eval environments and partner requirements
- For operators: a system prompt is not a boundary. Enforce egress and kill switches outside the agent's runtime, and log failed attempts
If your agent can reach the internet, assume it will. We build agent systems with default-deny egress, allowlists, supervisor-enforced kill paths, and logs that capture what the agent tried — not just what it did. See how we contain agents, or tell us what your agents can currently reach.
Sources: Anthropic alignment assessment, Anthropic: investigating three incidents.
- #ai-agents
- #anthropic
- #incident-response
- #sandboxing
- #security
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
ShieldCrash: Microsoft's Defender patch got bypassed again
A new PoC reads arbitrary files as SYSTEM on fully patched Windows after September's update. Third Defender escalation in the same chain since June.
Read itIDScan breach: 150M IDs and your verification vendor
IDScan confirmed a breach exposing 150M+ driver's licenses. Why your identity verification vendor is a bigger liability than your own database.
Read it