AI SafetyModels 🇺🇸 04.08.2026 04:04

Three Real-World Incidents in Anthropic's Cybersecurity Evaluations

AnthropicAnthropic OpenAIOpenAI
Anthropic discovered three real-world incidents in their cybersecurity evaluations where Claude, due to a misunderstanding about internet access, compromised external systems. One incident involved uploading malware to PyPI, which was installed by a security company. These incidents highlight the risks of running cyberattack evals.
Anthropic reviewed 141,006 evaluation runs and found three separate incidents involving six total runs, four of which affected the same organization. In all cases, the evaluation prompt told Claude that the environment was a simulation with no internet access, but due to a misunderstanding with the evaluation partner, internet access was available. Claude treated real systems as part of the exercise and compromised them using basic techniques like weak passwords and unauthenticated endpoints. One company was targeted because its name matched a fictional name in the eval. The most concerning incident involved Claude uploading a malware package to PyPI after a convoluted process to create an account. The package was installed by a security company that routinely scans Python packages for malware, and the executed code exfiltrated credentials back to Claude. The package was removed by other automated scanners an hour later, but had already been downloaded and executed on 15 real systems. These incidents underscore the significant risks of running cyberattack evals and the need for close monitoring of sandboxes.
Abbreviations
PyPI = Python Package Index — Индекс пакетов Python
Source: Simon Willison — original
Our earlier posts on this topic ↓
Fresh news