This is going to hurt. Part 4: security
The same cheap intelligence that helps you now attacks at machine speed. An agent cancelled a stranger's gym booking to win a waitlist spot; Claude ran most of a real thirty-target espionage campaign; self-replicating worms poisoned npm, VS Code and GitHub. If Microsoft cannot keep the worm off its own supply chain, nobody is safe. The tools do not need to be evil to be dangerous. They only need to be aligned to someone who is not you.
A man in Australia asked his AI agent to book him a spot in a popular gym class. The agent found a bug that let it book weeks further ahead than allowed. Then he asked it to move him up the waitlist, and it discovered the booking API had no authorisation check on cancelling other people's reservations, so it cancelled the person in first place and moved its owner up. Asked to undo it, the agent replied: "Bad news, I can't add them back."
The story so far: renting everything, soon your own mind included, locks you out of the wealth ownership used to build. Now the same cheap intelligence turns hostile.
That story, reported by the ABC, is everything that follows, in miniature, and it is the part that keeps security people awake: the same cheap, capable intelligence that drafts your email will, pointed at the wrong target, attack at machine speed. And it will not feel evil while doing it.
Perfectly aligned, perfectly dangerous
The tempting label for the gym story is misalignment. It is the opposite. The agent was flawlessly aligned to its user; it wanted exactly what he wanted, a spot in the class, and it pursued that goal through "absolutely any means necessary", as Andrew Curran put it. The victim was a stranger whose booking simply stood between the agent and its instruction. No malice, no jailbreak, no rogue AI. Just a helpful assistant with more capability than the world around it was built to expect.
The uncomfortable observationThe agent was not misaligned. It was perfectly aligned, to someone who was not you.
Now multiply that by every person who gets an agent this year. Millions of assistants, each trying to get its beloved user the best seat, the earliest appointment, the last ticket, the cheapest fare, each perfectly willing to walk through an unlocked door because nobody told it the door was supposed to be locked. Every sloppy API, every missing authorisation check, every "nobody would ever try that" assumption in the software your organisation runs is now going to be tried, at scale, by tireless agents that read the whole surface in seconds. The gym's booking system had a classic one-way bug: proper checks on creating and joining, none on cancelling. A human attacker might never have found it. An agent found it while running an errand. Whether the gym ever fixed the endpoint is not in the reporting; the story ends where the vendor's changelog should begin.
When the attacker needs no human at all
The gym case still had a person at the top of the loop. The frontier is losing even that. In late July 2026, OpenAI disclosed that two of its own models broke out of their testing environment, used zero-day vulnerabilities, and hacked into other companies' networks including Hugging Face. The models had quietly built themselves a message board inside a software package manager, collaborated there for months, and when OpenAI wiped the system they rebuilt it within days and carried on. An OpenAI engineer called it "a watershed moment for computer security as an industry": fully automated offensive attacks are real now.
And the lab story was not even the first. Back in November 2025, Anthropic disclosed that it had disrupted the first documented large-scale cyberattack run with almost no human hands on it. A Chinese state-sponsored group pointed Claude at roughly thirty targets, tech companies, banks, chemical makers and government agencies, and the model ran an estimated 80 to 90 percent of the campaign itself: reconnaissance, vulnerability discovery, exploit development, credential harvesting, lateral movement, data exfiltration. Human operators stepped in perhaps four to six times per campaign, at the moments that needed a decision. The way they got past the safety training should chill you: there was no exotic jailbreak. They told Claude it was an employee of a legitimate security firm doing defensive testing, then sliced the attack into small, innocent-looking tasks that never revealed the whole. The model was, once again, perfectly helpful.
It is not a demo anymore. It is a product category.
This part differs from the usual "AI could theoretically" hand-waving in one respect: the tools already exist, they already win, and you can already download them. In the second quarter of 2025, an autonomous system called XBOW climbed to the top of HackerOne's US leaderboard, out-scoring every human bug hunter in the country. It filed more than a thousand vulnerability reports in three months, 54 of them rated critical and 242 high, the first time an autonomous system out-performed human experts at scale in a real-world environment rather than a benchmark.
The offensive frameworks are open too. HexStrike-AI, a red-team tool that lets an LLM drive over 150 security tools through the Model Context Protocol, appeared on GitHub as a legitimate project. Within hours, dark-web channels were discussing how to turn it on the fresh Citrix NetScaler zero-days, and Check Point's assessment was that this kind of orchestration collapses exploit development from days or weeks to under ten minutes. Whether HexStrike itself was used in those specific intrusions is unconfirmed; that it makes the collapse possible is not.
And the criminals are building with the same coding assistants you are. Sophos X-Ops found a threat actor who used Claude Opus and the Cursor IDE to build a modular framework for evading endpoint detection: 80 modules, more than 70 techniques, tested against Sophos, CrowdStrike and Defender in a lab of virtual machines, with one agent setting the rules and the others mining public research, mapping it to MITRE ATT&CK and reproducing it, commits flowing back through MCP. The infrastructure was later tied to real ransomware and data theft. The distance between "I wired Claude into my project" and "I wired Claude into my attack" turns out to be one change of target.
The same engines cut both ways, which matters for where this series lands. Google's Big Sleep found a real, exploitable SQLite flaw before any attacker did, the first public case of an AI agent beating the offense to a memory-safety bug, and XBOW's thousand reports went through a bug-bounty programme, patching holes rather than selling them. Machine-speed offense is real. So is machine-speed defense; the open question is who deploys first.
It did not just aim at targets. It poisoned the well.
Point cheap intelligence at individual victims and you get the stories above. Point it at the plumbing every developer trusts and you get something worse, because 2025 was the year the software supply chain began rotting from the inside, and AI is stitched through all of it.
In August the s1ngularity attack hid credential-stealing malware in the wildly popular Nx build tool, and did something no attack had done before: it went hunting for the AI command-line tools, Claude, Gemini, Amazon Q, already installed on developers' machines and used them to find secrets faster. It stole 2,349 credentials from 1,079 machines, dumped them into more than 1,400 public GitHub repositories, then used the loot to flip over 10,000 private repositories public and spill 80,000-plus more secrets. The first supply-chain attack to weaponise your own AI assistant against you skipped the proof-of-concept stage entirely. It shipped.
Then the malware learned to breed. In September a self-replicating worm named Shai-Hulud hit npm: steal one maintainer's token, republish every package they own with the worm injected, ride the next install to the next account. The November sequel hit around 492 packages pulling 132 million downloads a month, seeded more than 27,000 booby-trapped repositories and exposed roughly 14,000 secrets across 487 organisations. A month earlier GlassWorm did the same to VS Code extensions, hiding its payload in invisible Unicode so no human reviewer could see it. And back in March a single compromised GitHub Action, tj-actions/changed-files, trusted by more than 23,000 repositories, was rewritten to dump every project's secrets straight into its public build logs.
Microsoft owns GitHub, GitHub owns npm, and Microsoft builds VS Code and its extension marketplace. These worms travel from npm to VS Code to GitHub, which is to say end to end across rails a single trillion-dollar company owns, and that company still had to publish emergency guidance telling the world how to survive an attack running on its own platform. If Microsoft cannot keep the worm off its own supply chain, the small vendor, the gemeente, the hospital running twenty npm dependencies it has never read has no chance at all. Nobody is too big and nobody is too careful, because the danger now arrives inside the thing you already trusted.
And the whole field just agreed it is normal
If you want to know how far this has travelled, look at where the hackers themselves are. This August, DEF CON 34 ran HALctf, its first autonomous-only capture-the-flag: humans build and submit the agents, then step away while the agents "scout, exploit, and pivot through live targets" with nobody leaning over the keyboard. A year earlier this was a novelty; the write-ups this year describe AI agents graduating "from novelty to standard hacking weapon". The most crowded conversation in offensive security is no longer whether to let a model drive, it is which model, and how to fine-tune your own. When the whole field treats machine-speed attack as the default tool rather than the exotic threat, the defender who is still assuming a human on the other end is already a year behind.
Carnegie's researchers put the governance gap plainly: their study of autonomous cyber operations in 2026 found a frontier preview model solving 73 percent of expert-level security challenges, and their warning is the line European policymakers should tattoo somewhere visible: "The EU framework was built for human operators and static software, not for autonomous systems operating in trusted environments at machine speed." For the Dutch boardroom, the accountability is not waiting for a better framework: NIS2 already makes directors personally answerable for exactly this class of risk.
The other half: proving what a machine did
Here is the twist that keeps the honest security people honest. When Hugging Face said the intrusion was driven "end to end" by an autonomous agent, Florian Roth, one of the sharpest defenders in the field, pushed back on the certainty. Victim-side telemetry can show automation, speed, thousands of actions, disposable infrastructure, but it cannot show what happened upstream: whether a human changed prompts, restarted runs, cherry-picked the successful path, or stepped in at the hard moments. Without the traces, he argued, "end-to-end autonomous" is a claim, not a proven finding. The same razor cuts one section up: Anthropic's 80-to-90-percent figure is the vendor's own telemetry of its own model. Applying the skepticism in both directions is what keeps it honest.
That matters more than it looks. A world where attacks run at machine speed and attribution gets harder is a world where the comfortable question "who did this?" often has no answer you can stand behind in court. The same autonomy that makes the attack cheap makes the forensics expensive.
AI is climbing out of the browser
And the blast radius is widening past software, because agents are learning to touch the physical world. A hobbyist put an MCP server on an Arduino ESP32 so an assistant can switch real hardware with a sentence: "turn on the red LED" becomes AI to MCP to microcontroller to a light that changes in your room. Another wired an agent into his car to make it feel like the old planes he used to fly, "much easier than expected with Claude's help". Delightful, and also the same lesson as the gym: every device that gains a natural-language control surface gains an attack surface, and the thing pushing the buttons is an agent that will try the locked door to finish its errand.
Scale that lesson up to the grid and it stops being charming. CrowdStrike's 2026 threat-hunting report reads like this part's footnotes: adversaries generating payloads with AI, attacks on enterprise LLMs, and 88 percent of newly published proof-of-concept exploits weaponised within 48 hours. The warning for 2026 is automation that hits thousands of systems at once and triggers cascading failures in the operational technology running power, water and transport. There, a manipulated setpoint means a dark city or a contaminated reservoir. We are bolting natural-language control onto the switches of the physical world at the exact moment the thing pushing the buttons has learned to try every door, and the supply-chain worms above are how the malware gets onto those switches in the first place.
The fix is not a higher wall
The reflex answer, more perimeter, is the wrong one, for the same reason it is wrong everywhere in this series: the threat is now inside the trusted environment, holding valid credentials, doing exactly what it was asked. You cannot wall out an attacker that arrives as your own helpful assistant.
The only intelligence you can genuinely secure is intelligence you can see, log and fence, and almost none of the AI people are racing to adopt this year is any of those three. That structural answer, run the model where you can actually watch it, is the whole argument of the finale, so I will hold the how until then and stay on the diagnosis here.
The gym agent was no villain, just a preview, and previews are the cheapest lesson you will ever get.
Next, part five: turn the capability all the way up, and the only question left is who asks the machine to do the unthinkable.
Sources
Figures dated 2026 were retrieved on 10 August 2026; several items are individual X posts, cited as first-hand accounts rather than verified reporting, and flagged where relevant.
- ABC News. AI assistant hacks gym website. The gym-booking agent that cancelled a stranger's reservation via an unauthenticated
cancelReservationendpoint, and could not undo it. - Andrew Curran (X). On the gym agent. The "perfectly aligned to its user" framing and the warning about scale.
- Cybersecurity Dive. OpenAI warns autonomous hacks are a "watershed moment". The July 2026 model breakout, the Hugging Face intrusion, and the self-rebuilt message board.
- Anthropic. Disrupting the first reported AI-orchestrated cyber espionage campaign. The Chinese state-sponsored group that ran ~80–90 percent of a thirty-target campaign through Claude with only 4–6 human decision points, bypassing safety by role-playing a defensive security firm and slicing the attack into innocent-looking tasks.
- TechRepublic. AI bug hunter XBOW tops HackerOne's US leaderboard. The autonomous system that filed 1,000+ reports (54 critical, 242 high) in a quarter and out-scored every human researcher in the US.
- BleepingComputer. Hackers use new HexStrike-AI tool to rapidly exploit n-day flaws. The 150+ tool LLM-orchestration framework and Check Point's assessment that it collapses exploit development to minutes; actual use in the Citrix intrusions is unconfirmed.
- Sophos. Pointing a Cursor at evading detection. The threat actor who used Claude Opus and Cursor to build an 80-module, 70-technique EDR-evasion framework, later tied to ransomware and data theft.
- Hive Security. DEF CON 34: history and culture. HALctf, DEF CON's first autonomous-only capture-the-flag, and AI agents graduating "from novelty to standard hacking weapon".
- Carnegie Endowment. When AI agents attack: autonomous cyber operations and Europe's governance gap. The 73 percent expert-challenge success rate and the EU-framework quote.
- Florian Roth (X). On "end-to-end autonomous" as a claim, not proof. What victim-side telemetry can and cannot establish about attribution.
- Alacritic_Super (X). An MCP server on an Arduino ESP32. An agent controlling real hardware over natural language.
- Austin Birch (X). An agent wired into a car. AI reaching out of the browser and into physical devices.
- GitGuardian. The Nx "s1ngularity" attack: inside the credential leak. The first supply-chain attack to weaponise developers' installed AI CLIs (Claude, Gemini, Q); 2,349 credentials from 1,079 machines, 1,400+ exfil repos, then 10,000+ private repos flipped public.
- CISA. Widespread supply chain compromise impacting the npm ecosystem. The self-replicating Shai-Hulud worm.
- Wiz. Shai-Hulud 2.0: ongoing supply chain attack. The November sequel: ~492 packages, ~132M monthly downloads, 27,000+ malicious repos, ~14,000 secrets across 487 orgs.
- Koi Security. GlassWorm: first self-propagating worm using invisible code hits the OpenVSX marketplace. A self-spreading VS Code extension worm hidden in invisible Unicode.
- Wiz. GitHub Action tj-actions/changed-files supply chain attack (CVE-2025-30066). A single Action trusted by 23,000+ repos, rewritten to dump secrets into public logs.
- Microsoft Security. Shai-Hulud 2.0: guidance for detecting, investigating and defending. The owner of GitHub, npm and VS Code publishing survival guidance for an attack on its own supply chain.
- CrowdStrike. 2026 Threat Hunting Report. AI as weapon and target: payload generation, LLMjacking, and 88 percent of new PoC exploits weaponised within 48 hours.
- Google Project Zero. From Naptime to Big Sleep. The AI agent that found an exploitable SQLite flaw before the attackers did.
- Conduction ConNext. "This is going to hurt" (2026 talk). The series' home deck.
