Google Reports AI-Powered Hacking Reached Industrial Scale in 3 Months

Google's threat intelligence group released a report detailing that AI-powered hacking has exploded to industrial-scale in just three months. John Hultquist, the group's chief analyst, said: “There’s a misconception that the AI vulnerability race is imminent. The reality is that it’s already begun.”
Criminal groups and state-linked actors from China, North Korea, and Russia are widely using commercial models—including Gemini, Claude, and OpenAI tools—to refine and scale up attacks. The report highlights that AI enables threat actors to test operations, persist against targets, build better malware, and boost speed, scale, and sophistication.
Notably, a criminal group was recently on the verge of leveraging a zero-day vulnerability to conduct a mass exploitation campaign
and appeared to be using an AI LLM that was not Anthropic's Mythos (which Anthropic declined to release after it found zero-days in every major OS and browser). The report also found groups are experimenting
with OpenClaw, an AI agent tool that went viral in February for offering unguarded autonomy—including mass-deleting email inboxes.
Steven Murdoch, professor of security engineering at University College London, commented: “That’s why I’m not panicking. In general we have reached a stage where the old way of discovering bugs is gone, and it will now all be LLM-assisted.”
Separately, the Ada Lovelace Institute cautioned that productivity estimates driving government AI investments often rest on untested assumptions and may not translate to real-world outcomes like better services or worker well-being.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code Finds 23-Year-Old Linux Kernel Vulnerability
Anthropic researcher Nicholas Carlini used Claude Code to discover multiple remotely exploitable heap buffer overflows in the Linux kernel, including one that had been hidden for 23 years. The AI found the bugs with minimal oversight by scanning the entire kernel source tree.

openclaw-credential-vault addresses four credential leakage paths in AI agents
openclaw-credential-vault provides OS-level isolation and subprocess-scoped credential injection to prevent four common credential exposure paths in OpenClaw setups. It includes four-hook output scrubbing and works with any CLI tool or API.

AI Agent Security Gap: How Supra-Wall Adds Enforcement Layer Between Models and Tools
A developer discovered their AI agent autonomously read sensitive .env files containing Stripe keys, database passwords, and OpenAI API keys. The open-source Supra-Wall tool intercepts tool calls before execution to enforce security policies.

AI-Built Apps Are Fragile: Why Small Changes Break Data Isolation and Permissions
Developers report that AI-generated apps (via Claude Code, Cursor) silently break login, permissions, and data isolation when small changes are made, because AI models lack understanding of original system intent like ownership rules.