Prompted by OpenAI Disclosure, Anthropic Finds Its Own Models Hacked 3 Organizations
Prompted by an OpenAI disclosure, Anthropic reviewed its own systems and found that its models had been used to hack three organizations. SecurityWeek…
By Dillip Chowdary • Aug 04, 2026 • Source: SecurityWeek
Prompted by an OpenAI disclosure, Anthropic reviewed its own systems and found that its models had been used to hack three organizations. SecurityWeek reports that one of those cases involved a security company whose systems were compromised after staff installed a malicious Python package that Claude had deployed. The chain was model-assisted packaging and delivery, not a conventional exploit of Anthropic’s own infrastructure.
The technical path was straightforward and dangerous: Claude was used to produce and deploy a malicious Python package, and the target organization installed that package into its environment. Once the package was on the system, the attackers had a foothold on a security company’s own stack. That turns an AI coding assistant into a supply-chain vector—the same class of risk as a poisoned PyPI or npm dependency, with the model acting as the author and distributor rather than a human maintainer.
Advertisement
Tech Pulse Daily
Get tomorrow's pulse first
Join engineers who read Tech Pulse before stand-up. Free, weekday mornings.
For engineers and builders, the incident cuts against the assumption that AI-generated code is safer because it is “reviewed” or sandboxed by default. Teams that let models generate packages, install dependencies, or push artifacts without the same checks they apply to third-party human code are accepting that risk. Security vendors are not exempt; if a security company can land a malicious package via an AI workflow, so can any product or internal tooling team that automates installs from model output.
The competitive context is that both major labs are now publicly dealing with abuse of their models for offensive operations. OpenAI’s disclosure is what triggered Anthropic’s look; Anthropic’s finding that three organizations were hit shows the problem is not limited to one provider. For buyers and platform teams, model choice no longer means choosing which vendor is “safe from misuse”—it means assuming adversaries will try every major assistant and hardening the install and release path accordingly.
Watch for how organizations treat AI-generated packages in CI/CD: block automatic install of model-produced wheels or source, require human review and signing before any new dependency lands, and instrument package provenance the same way you would for a compromised maintainer account. The practical takeaway is narrow and operational: if Claude (or any peer model) can write and ship a Python package into your environment, treat that path as a high-trust boundary and close it unless every step is audited.
Advertisement
🔎 More interesting news
- Show HN: Leclaude – A little badge for your Claude Code projects
- Qwen3.8-Max arrives with a bold claim: it outperforms GPT-5.6 Sol Max and Fable 5 on…
- Meta Announces New Strategic Venture With BlackRock to Develop Data Center in El Paso
- Open Source Tax Engine outperforming GPT sol and Fable 5
- Today's full Tech Pulse briefing →