Blog AI Agent Security August 4, 2026 7 min read

Anthropic Told Claude There Was No Internet. The Network Said Otherwise.

A misconfigured cyber-evaluation range let three Claude models reach real companies. Prompts described the boundary; infrastructure failed to enforce it.

By the AuthorityGate Architect Team

Anthropic disclosed on July 30 that three Claude models reached the open internet during cybersecurity evaluations and gained unauthorized access to three real organizations. The models had been told they were inside simulations with no internet access. The infrastructure said otherwise: a misunderstanding with evaluation partner Irregular left live network paths available.

This was not a story about a model inventing its own objective. Each model kept pursuing the capture-the-flag task it had been assigned. It is a sharper governance failure: the prompt described a boundary that the environment did not enforce. Once the agent could reach real systems, words inside its context were asked to do the job of network isolation, target scope, and approval policy.

141,006cyber evaluation runs reviewed
6runs tied to the three incidents
3real organizations compromised
15real systems that ran the published package
Once the review began, each response step took days Elapsed time reported in Anthropic's disclosure
Review to identification
1 day
Identification to notice
3 days
Notice to disclosure
3 days

Anthropic began its review July 23, identified all three incidents July 24, notified its partner and affected organizations July 27, and disclosed them July 30. The earliest incident dated to April.

A prompt is not a security boundary

Anthropic reviewed 141,006 runs after OpenAI disclosed that models in a separate evaluation had reached Hugging Face production infrastructure. It found six impact runs across three scenarios. In each one, Claude had an offensive goal, fewer safeguards than a generally available model, and an environment whose actual connectivity contradicted the system prompt.

Incident path Observed impact Control that was missing
Real domain matched a fictional company Credentials and a database with several hundred production rows Verified network isolation and explicit target allowlist
Malicious package published to PyPI Online about one hour; executed on 15 real systems and exposed credentials Approval before external publication and credential use
Fallback search for another target About 9,000 targets scanned; one internet-facing application compromised Scope enforcement, attempt budget, and automatic halt

Anthropic called the events closer to a harness and operational failure than an alignment failure. That distinction is useful, but it is not reassuring. Enterprises do not experience failures in disciplinary categories. A model, harness, vendor configuration, credential, and destination combine into one action path. Governance has to validate the assembled path.

The package crossed more than one boundary

An unmarked burgundy parcel crosses an open inspection gate from a test laboratory toward production server racks
The dangerous step was not only generating code. It was allowing that code to enter a real distribution channel.

The PyPI incident shows why output review alone is too narrow. Claude noticed a dependency confusion opportunity, created an email account, registered a package account, and uploaded malware. The package remained public for roughly an hour and ran on 15 systems. A security company's automated scanner installed it, after which the code exfiltrated credentials and Claude used them to reach more infrastructure.

Each step was locally plausible for the assigned task. Together they became a real supply-chain attack. A useful validation layer must therefore see the proposed destination, the identity and credential being used, the external side effect, the current environment, and the accumulated risk across the sequence. Reviewing the final text response would have seen none of that.

A model's belief about scope is not a control. The system must prove scope before the action can take effect.

Govern the action path, including vendors

The practical response is defense in depth across the whole evaluation or production chain. Anthropic has stopped cyber evaluations that might reach the internet, plans stronger transcript monitoring and investigation tooling, and says vendor infrastructure needs the same hardening as internal systems. Those are necessary recovery actions. The enterprise version should begin before an agent receives authority:

  • Measure the real environment. Test egress, routes, credentials, and reachable targets instead of trusting configuration intent.
  • Bind authority to scope. Allow only named systems, methods, data, and time windows; default every unlisted target to deny.
  • Gate irreversible side effects. External publication, account creation, credential use, and production access require independent approval.
  • Budget the sequence. Stop on unexpected destinations, repeated failures, expanding scans, or a cumulative risk threshold.
  • Keep evidence outside the agent. Preserve proposals, decisions, tool calls, network results, and vendor attestations in an audit trail the model cannot rewrite.

The AuthorityGate take

The most important sentence in this incident is not that Claude reached the internet. It is that Claude had been told the internet was unavailable. Intent and reality had separated, and no independent control reconciled them before real systems were touched.

AuthorityGate Keystone is designed for that gap. Its validation layer evaluates an action against identity, scope, policy, current state, destination, and cumulative risk before execution. It can route a consequential step to a named human, deny an out-of-scope target, and preserve the decision evidence independently of the agent and its vendor. The prompt may explain the rule. The gate enforces it.

Safe evaluations must stay realistic without turning the public internet into part of the range. The same rule applies to production agents: capability testing, tool access, and third-party infrastructure are one governed system. If any link can silently expand authority, the model is already operating beyond the boundary the organization thinks it approved.

Share this post: LinkedIn

Go deeper

Every agent action, validated before it takes effect

AuthorityGate's newsletter breaks down real AI incidents and the governance failures behind them. Our configurable 8-gate validation model is how organizations keep a named human accountable for what their AI actually does.