CodeMender Preview on Google Cloud

Source: Now in Preview: Find and Fix Software Vulnerabilities with CodeMender (Google Cloud, 2026-07-21) · archived extract at .raw/articles/google-cloud-codemender-preview-2026-07-21.md

Google Cloud placed CodeMender in preview as a managed code security agent on 2026-07-21, nine months after the DeepMind research announcement. The post is a product launch, not a research report: it defines a three-stage pipeline, three purchasing paths, and an enterprise data-handling posture, and publishes no efficacy figures of any kind.

The change is in availability class. CodeMender was a vendor-internal research agent whose output reached the outside world only as upstreamed open-source patches. It is now a product an enterprise can point at its own repositories.

Pipeline

The product is organized as scan, verify, remediate.

StageFunctionStated mechanism
ScanFind candidate vulnerabilitiesReasons over the repository’s context, goals, and functionality rather than matching patterns; targets memory corruption, injection, web security issues, cryptographic flaws, and insecure data handling. Languages: C/C++, Go, Java, Python, Ruby, Rust, TypeScript
VerifyEstablish exploitabilityBuilds and runs proof-of-concept exploits in a sandbox the customer operates, to confirm a finding is reachable before a fix is written
RemediateProduce and check a patchGenerates a patch, then applies an LLM-as-a-judge check that the change does not disrupt existing functionality; output is a code diff for developer review

The verify stage is the load-bearing addition relative to the 2025 research description. Google frames proof-of-concept exploit construction as a triage control: exploitability determines whether a finding is worth a patch and how it ranks. That inverts the usual role of exploit generation on this wiki, where it is catalogued as offensive capability.

Human approval is retained at the commit boundary. Developers receive diffs and decide; the agent does not merge. This matches the human-review gate in the research announcement and the approval gating in Codex Security and Claude Code Security.

Access paths

PathTerms
Gemini Enterprise Agent PlatformPreview, using generally available Gemini models
AI Threat DefenseCodeMender as a core component, orchestrated by Wiz
Gemini 3.5 Flash CyberRestricted to “a small set of governments and trusted partners,” with access planned to widen

Model choice is explicit: customers select a model to trade cost, speed, and scanning depth against each other, and Google states support for third-party frontier models is planned for later in 2026. The 2025 research agent was described as running on Gemini Deep Think. The product is model-plural, and the harness, not the reasoner, is what Google now describes as the durable asset; it states the harness is kept “continuously updated with the latest Google DeepMind research.”

The restricted path gates a cyber-specialized model behind government and trusted-partner status while the same agent ships on generally available models. That creates two capability speeds inside one product.

Wiz orchestration

The Wiz path is the first published detail of how Wiz and Google Cloud security products compose after the acquisition. Within AI Threat Defense, Wiz “orchestrates agentic application security”: it calls CodeMender to scan, enriches findings in the Wiz Security Graph with deployment context, and triggers Wiz Red Agent for AI pentesting. A Wiz Green Agent then directs CodeMender to generate and test patches carrying that application context.

Red Agent and Green Agent form a paired offense-and-repair loop over a shared asset graph. Red Agent is an Opus-powered continuous pentester; Green Agent is named here for the first time. Deployment context from the graph is what distinguishes this path from repository-only scanning: reachability in production, not just in source, becomes an input to prioritization.

Enterprise posture

Google states traffic routes through the customer’s VPC, data is isolated and encrypted, and source code is subject to “zero retention.” Sandboxes for exploit execution are customer-managed. Integration points named are CI/CD workflows, VS Code, and Antigravity; the stated scope covers first-party, open-source, and third-party code.

Salesforce, Robinhood, and Palo Alto Networks are quoted. Robinhood’s Head of Security Operations states CodeMender found critical vulnerabilities that other AI-enabled tools missed. Palo Alto’s quoted engineer calls it “genuinely ambitious about closing the loop from detection to fix.” All three quotes are qualitative; none carries a number.

What is absent

No efficacy data at preview

The post publishes no recall or precision figures, no false-positive rate, no patch counts, no CVE counts, and no customer-reported metrics. Peer announcements on this axis led with numbers — Codex Security with 92% recall on internal golden repos, Wiz Red Agent with a zero-false-positive claim across 150,000+ weekly assets, Anthropic’s Frontier Red Team with disclosure-funnel counts. CodeMender’s own 2025 research announcement carried 72 upstreamed patches. The preview post drops that register entirely. Until Google publishes verification data, the exploit-simulation claim — that verify materially cuts false positives — is unevidenced on this wiki.

Pricing and a GA date are also unstated. The post does not mention Big Sleep, the 72 upstreamed patches, or the libwebp -fbounds-safety work, so the relationship between the research agent’s proactive class-elimination mode and the product’s three stages is undocumented. Nothing in the product description corresponds to proactive rewriting of code to eliminate vulnerability classes; the shipped pipeline is reactive.

Why it matters

This is the discovery-to-remediation loop sold as managed infrastructure. VulnOps argues that the constraint has moved from finding vulnerabilities to verifying, prioritizing, and fixing them, and that enterprises need a standing function to absorb the volume. CodeMender’s preview packages scan, exploit verification, and patch generation as one procurement, with the human decision point at diff review.

The pattern across vendors is now consistent. Codex Security, Claude Code Security, and CodeMender all run reason-over-code discovery, sandboxed validation, and patch generation under human approval, and all reject rule-based static analysis as the framing. Sandboxed validation, once a differentiator, is now a baseline. What differs is the surrounding estate: of the three, CodeMender is the only one published as composing with a CNAPP asset graph and an offensive agent on the same platform. That is a claim about what the vendors have documented, not about what they have built — OpenAI and Anthropic may hold comparable integrations that no announcement describes.

See Also