Google has moved its AI-powered vulnerability scanner CodeMender out of research previews and into the hands of enterprise security teams, betting that machine-speed remediation is the only viable counter to machine-speed attacks.
The rollout, announced this week alongside three new Gemini Flash models, signals a shift from passive detection toward autonomous, closed-loop code defense.
Born out of Google DeepMind’s security research, CodeMender graduated from an internal experiment into a managed agent now accessible through the Gemini Enterprise Agent Platform or as a component of Google Cloud’s AI Threat Defense suite.
AI Agent Auto-Detects and Patches Code Flaws
The agent operates through three linked stages Google calls scan, verify, and remediate, allowing it to move from spotting a flaw to shipping a tested fix without waiting on manual triage queues.
It supports major languages including C/C++, Go, Java, Python, Ruby, Rust, and TypeScript, and is built to hunt for hard-to-catch classes of bugs such as memory corruption, injection flaws, and cryptographic weaknesses that traditional static analyzers routinely miss.

What distinguishes CodeMender from typical AI code scanners is its verification step: rather than flagging theoretical weaknesses, it builds and runs proof-of-concept exploits inside a customer-managed sandbox to confirm a vulnerability is genuinely exploitable before touching a single line of code.
This exploit-simulation approach directly targets alert fatigue, a persistent complaint from security operations teams drowning in false positives from AI-assisted scanners.
Robinhood’s head of security operations, Scott Ponte, said the tool “consistently identified critical vulnerabilities that our other AI-enabled tools completely missed,” crediting it with proving immediate risk rather than surfacing theoretical flaws.
Google is pairing CodeMender’s launch with a broader multi-model strategy, letting security teams pick between models optimized for cost, speed, or deep-scanning depth rather than locking them into a single engine.
Separately, Google introduced Gemini 3.5 Flash Cyber, a purpose-built cybersecurity model designed as a cheaper alternative to heavyweight security-focused systems like Anthropic’s Mythos.
That model will initially be restricted to a small circle of governments and trusted partners through CodeMender, with Google indicating broader access will follow over time.
Recognizing that autonomous code-fixing tools raise obvious trust concerns, Google has wrapped CodeMender in enterprise guardrails, including VPC traffic routing, data isolation, encryption, and zero retention of source code, while keeping developers as the final approval gate before any patch is committed.
The agent plugs into existing CI/CD pipelines and developer tools like VS Code, and when deployed through AI Threat Defense, it works alongside Wiz’s Security Graph and Red Agent to enrich findings with deployment context and validate exploitability before remediation.
SiliconAngle noted Google is deliberately “keeping a leash” on the more powerful cyber-specific model even as it opens broader access to the base CodeMender agent.
Analysts frame this launch as part of a longer trajectory toward self-healing software systems, where continuous monitoring, automated diagnosis, and AI-driven recovery reduce the human bottleneck in patch management.
Google frames CodeMender as an early but concrete step toward that future, one where vulnerabilities are found, proven, and fixed before they ever reach production, compressing the window attackers currently exploit between disclosure and remediation.