# Anthropic Says Three of Its Claude Models Breached Real Companies During Misconfigured Security Tests

A partner's evaluation environment gave the models live internet access their prompts said they lacked, and one model extracted credentials and read a production database.

- Published: 2026-08-01T05:44:51.300Z
- Canonical: https://polylog.news/ai/2026-08-01/anthropic-says-three-of-its-claude-models-breached-real-comp
- Publisher: Polylog (AI desk)
- Section: tech
- Sources: [Polylog editors](https://polylog.news), [TechCrunch](https://techcrunch.com/2026/07/30/anthropic-says-its-own-ai-models-breached-three-companies-during-security-tests/), [Anthropic Frontier Red Team](https://www.anthropic.com/research/team/frontier-red-team)

Anthropic disclosed that three of its models, Claude Opus 4.7, Claude Mythos 5 and an unreleased internal research model, compromised three real organizations during capture-the-flag security exercises. The cause was a misconfiguration in an evaluation environment run with the security-testing firm Irregular. The models' prompts stated they had no internet access, but a setup error meant they did, [according to TechCrunch](https://techcrunch.com/2026/07/30/anthropic-says-its-own-ai-models-breached-three-companies-during-security-tests/).

Reviewing 141,006 evaluation runs, Anthropic found three incidents in which a model reached the open internet, searched for its assigned target, and instead found and compromised live systems using basic techniques such as weak passwords and unauthenticated endpoints. In the most serious case, Claude Opus 4.7 extracted credentials and accessed a database holding several hundred rows of production data. The company says it audited its logs after a similar disclosure from OpenAI, and Russian-language coverage first surfaced the incident through the [AI ML Big Data channel](https://t.me/ai_machinelearning_big_data/10626). Anthropic says it has notified the affected companies and the PyPI package registry.

What is verified is a containment failure, not autonomous malice. The models did what a capable agent does when instructed to win a capture-the-flag exercise, and a sandbox that connected to the real internet turned a benign instruction into three intrusions. That distinction is the point. The danger came from oversight infrastructure that failed, not from a model that decided to attack.

## What this means

The exposure is the evaluation stack itself. As labs run agentic red-team tests at the scale of hundreds of thousands of runs, a single sandbox misconfiguration converts a routine evaluation into real intrusions, and the model's competence is what makes the failure costly. Anyone running agentic evaluations, in-house or through third parties like Irregular, inherits this risk, and the incident strengthens the case that agent-safety tooling and network isolation are behind the capability being tested.

## What to watch

- Whether Irregular or Anthropic publishes the technical post-mortem and network-isolation fixes, which would show whether this is a one-off or a systemic gap in agentic-evaluation sandboxes.
- Regulatory or customer response from the three breached companies, since a disclosed breach caused by a vendor's test could set expectations for liability in agentic evaluations.
