When “AI Safety” Becomes a Weapon: Lessons from Anthropic's Claude Hack Story
By: Casey Cannady : technologist, traveler & unapologetic privacy hawk
TL;DR
On November 13, Anthropic disclosed that a group it assessed as Chinese state-sponsored used Claude Code to run a cyber espionage campaign against about 30 organizations, with the AI doing 80 to 90 percent of the work. The attackers got past the guardrails by lying: they split the job into innocent-looking pieces and told Claude it worked for a legitimate security firm. On the surface this is a story about AI-powered hacking. Underneath, it is a story about how “AI safety” is being turned into a narrative that centralizes control and pressures regulators to lock down access, while the same systems remain fundamentally exploitable. Vendor safety is not your safety. Build your controls around the model, not inside it.
The video that sent me down this hole: The PrimeTime, “ok, this isn't good”
What Actually Happened
Anthropic published an announcement and a full report describing what it calls the first reported AI-orchestrated cyber espionage campaign. By Anthropic's own account:
- Who: a threat actor Anthropic assesses with high confidence was a Chinese state-sponsored group.
- What they used: Claude Code, Anthropic's agentic coding tool, wired to other software tools.
- Targets: roughly 30 organizations, including large tech companies, financial institutions, chemical manufacturers, and government agencies. The attackers succeeded in a small number of cases.
- How much the AI did: 80 to 90 percent of the campaign, with human operators stepping in only sporadically.
- How they got past the guardrails: they broke the attack into small tasks that looked harmless in isolation, and told Claude it was an employee of a legitimate cybersecurity firm doing defensive testing.
- The model's limits: Claude sometimes hallucinated credentials, or claimed to have extracted secret information that was actually public.
Anthropic says it detected the activity in mid-September 2025, spent ten days mapping it, banned accounts as it identified them, notified affected organizations, and coordinated with authorities.
The Real Problem: Jailbreaking Isn't New. It's Unsolved.
Here's what doesn't get enough attention: jailbreaking is not a bug, it's a fundamental characteristic of large language models. These models are trained to predict text, not to enforce security boundaries. The security community already ranks this at the top of the list: prompt injection is number one in the OWASP Top 10 for LLM Applications (2025), and NIST's adversarial machine learning taxonomy catalogs whole families of these attacks and the limits of today's mitigations.
Every major AI vendor has shipped models that got talked around. Anthropic's Claude, despite marketing itself as the “safe” AI, is no exception, and this attack did not even need a clever exploit. It needed a cover story. The jailbreaking community treats this as a game. Researchers treat it as an ongoing cat-and-mouse problem. Yet vendors keep framing their models as “safe” and “responsible,” even though no one has figured out how to make them robustly reject malicious use without also crippling their usefulness.
So Why Is This Story Being Elevated?
Because it's useful. This incident checks every box for a certain narrative:
- Foreign threat actor: makes it a national security concern.
- AI model misuse: validates the “AI is dangerous” framing.
- Vendor transparency: Anthropic published a report, which is good optics.
- Contained consequences: accounts banned, a handful of victims, and no public list of who they were.
That gives Anthropic and other large AI labs ammunition to argue: “See? AI in the wrong hands is dangerous. We need stronger controls. We need rules that keep bad actors away from AI. We, the responsible companies with safety teams and incident reports, should be the ones deciding who gets to use these tools.” Anthropic's own announcement makes the adjacent argument out loud: the same abilities that enabled the attack are why Claude is “crucial for cyber defense.”
The Uncomfortable Truths They're Not Saying
- Claude's guardrails were bypassed with a lie. If a state-backed group can do it by claiming to be a security vendor, anyone with moderate skill and motivation can do the same. The safety theater isn't stopping sophisticated attackers.
- The techniques weren't new. The speed was. Reconnaissance, credential harvesting, exploitation, and exfiltration are the same playbook red teams have run for decades. What changed is how few humans it took to run it.
- Centralized AI isn't inherently safer. Anthropic detected this because the attackers ran through Anthropic's infrastructure. That's good for logging and attribution. It also means every prompt, every query, every idea you feed into Claude is visible to Anthropic. That's not “safety.” That's surveillance.
- Open-source AI would be blamed either way. If the same attack had run on an open-weight model, the headlines would scream, “See? Open AI is dangerous!” Since it happened on a closed, heavily monitored platform, the spin becomes, “See? We need more control!” The conclusion is always the same: centralize power with the big labs.
What “AI Agents” Actually Mean for Offensive Operations
This is where things get genuinely interesting from a cybersecurity perspective. This was not a chatbot writing a phishing email. It was an agent with tools, chaining tasks together with very little human input. An AI agent with access to the right tools and credentials can:
- Scan networks faster than a human operator
- Adapt phishing templates based on target responses
- Iterate on exploit code until it works
- Automate reconnaissance, credential stuffing, or data exfiltration
But here's the thing: every one of those capabilities is also used for defense. Red teams, penetration testers, and security researchers run the exact same workflows. The difference isn't safe versus unsafe. It's who controls access, telemetry, and the narrative.
The Real Risk: Centralized AI Power Plus Opaque Incidents
Anthropic at least published a report. We don't know how many similar incidents have happened at other labs that never saw daylight. Whether you're a privacy-conscious citizen, a tech leader buying AI services, or an organization experimenting with agents, you're being asked to trust:
- Vendors' logging and detection
- Their internal red teams
- Their willingness to disclose uncomfortable incidents
- Their lobbying posture
All while the same vendors pitch closed platforms, warn about open source, and frame themselves as the only responsible adults in the room. That should set off your governance and risk management alarms.
What This Means for Organizations Exploring AI
If you're a business leader or architect, the takeaway is not “stop using AI.” The real takeaways are more uncomfortable and more practical:
- Vendor “safety” is not your safety. A vendor can claim to be safe and responsible while logging everything you do, analyzing your prompts for its own purposes, quietly handling misuse incidents, and lobbying for rules that lock in its market position.
- Agents are a new attack surface, not a magic shield. Anywhere you let an AI agent touch credentials, infrastructure, data stores, or DevOps workflows, you've created a new, partially autonomous way to make mistakes at scale.
- Assume any capable model can be talked into anything. Controls must live around the model, not just inside it: network boundaries, tool and credential scoping, rate limits and anomaly detection, and human review of critical actions.
- Safety theater can blind you to real risk. A polished safety policy PDF does not equal mature incident response, clear data retention, or transparent monitoring. Don't confuse regulatory language with operational security.
For Individuals: You're in the Middle of a Power Struggle
At the individual level, you're being told: AI is too dangerous to be open, but don't worry, we'll keep you safe. Meanwhile, your prompts, documents, and behavior are logged, analyzed, and potentially used to train or fine-tune future systems.
When something goes wrong, like a state-backed group using an AI agent against real organizations, it becomes fuel for tighter controls on what you can access, not necessarily stronger accountability for the people who built the tools. That's backwards.
Where I Land on All This
Here's my blunt read as someone who lives at the intersection of cybersecurity, automation, and AI:
- AI agents absolutely change the scale and speed of both offense and defense.
- Jailbreaking is a fundamental, unresolved problem across vendors.
- Big labs are not neutral observers. They are economic and political actors.
- “Safety” is being used as a marketing differentiator and a policy weapon to shape who gets to build, run, and benefit from AI.
We need better operational practices around AI (logging, access control, governance), and more honest conversations about who is really protected, and who is really in control, when we say “AI safety.”
Want to talk about the real risks in your AI plans?
Assessing AI and security posture, designing sane guardrails around AI usage, and bridging leadership goals with technical reality.
Sources & Further Reading
- Anthropic: “Disrupting the first reported AI-orchestrated cyber espionage campaign” November 13, 2025, and the full report (PDF), the source for the actor, tooling, targets, automation share, bypass method, and response timeline.
- The PrimeTime: “ok, this isn't good”, the video that prompted this post.
- OWASP: Top 10 for LLM Applications 2025, where prompt injection ranks first.
- NIST: Adversarial Machine Learning: A Taxonomy and Terminology of Attacks and Mitigations (AI 100-2 E2025), March 2025.
Sourcing note: every fact about the campaign comes from Anthropic's own disclosure, which means it is the vendor's account of an incident on its own platform; no independent investigation has been published that I could cite. The argument about how the story is being used is my opinion. Revised September 2026: an earlier version described the model, the report, and the attackers' activities inaccurately; the facts now match Anthropic's published account.
Connect with Casey
Have a story, a question, or want Casey to write about a specific topic? DM me and tell me which story you want next.
| Websites | |
| Threads | |
| Bluesky | |
| YouTube |
Casey writes about AI, privacy, cybersecurity, nomadic life, and navigating the world as a late-diagnosed AuDHD adult. New posts drop on my professional website.