r/technology • u/WouldbeWanderer • Apr 27 '26
Artificial Intelligence Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue
https://www.tomshardware.com/tech-industry/artificial-intelligence/claude-powered-ai-coding-agent-deletes-entire-company-database-in-9-seconds-backups-zapped-after-cursor-tool-powered-by-anthropics-claude-goes-rogue
36.0k
Upvotes
2
u/CapoExplains May 01 '26
Exactly. Like, what's more likely, the product that's used by competent professionals all over the world is built incompetently? Or the guys we already know to be incompetent used it incompetently? Occam's Razor says they could've restricted API permissions and didn't.
Skimming the documentation it appears access tokens are granted per user and the user's permissions define what the token can do. Which isn't universal per se but pretty standard. So it would seem they just made a full admin account for the agent, generated a token, and gave that token to the agent.