LMTimeline ← Back to the timeline

Google unveils Gemini 3.5 Flash Cyber for automated vulnerability patching

Google DeepMind introduced Gemini 3.5 Flash Cyber, a lightweight model fine-tuned from 3.5 Flash to find, validate and patch software vulnerabilities cheaply enough to run repeatedly across large codebases. Invoked up to five times per report inside the CodeMender security agent, it reached performance competitive with far larger models on the CyberGym benchmark, and Google says it has already surfaced remote-code-execution and memory-corruption bugs in production services. Citing the dual-use risk, Google is restricting it to a limited-access pilot for governments and trusted partners via CodeMender.

Google DeepMind

Google DeepMind introduced Gemini 3.5 Flash Cyber on July 21, 2026. It is a version of Gemini 3.5 Flash fine-tuned for a single narrow purpose: finding, confirming and patching software vulnerabilities. It is not going into the API. Access runs through a limited pilot for governments and trusted partners via CodeMender, Google's code security agent.

Why small beats big here

The design decision is the interesting part. Vulnerability hunting rewards breadth over depth. You want to walk a very large number of execution paths through a codebase, checking each one, rather than think unusually hard about a single function. That is a workload where a cheap model called many times inside a loop outperforms an expensive model called once.

Google's evidence for this is a CyberGym result. CyberGym is a benchmark built from real vulnerabilities in real software rather than puzzles. Configured to call 3.5 Flash Cyber up to five times per report, the agent reached performance competitive with substantially larger models. Same budget, more ground covered.

The practical consequence is that it is cheap enough to leave running. Google describes using it in frequent scans, in commit pipelines as code is written, and during time sensitive launch reviews. None of those are things you do with a frontier model at frontier prices.

What it has already found

The model powers CodeMender, which Google says is currently finding and patching issues across Chrome, Android, Cloud, Ads and YouTube.

One claim from the announcement stands out. Google says that within two hours the model uncovered remote code execution vulnerabilities in public APIs, meaning flaws that let an attacker run their own code on someone else's machine, and a memory corruption vulnerability in a sensitive production service. Google did not name the services or say whether those bugs were already known internally.

The access decision

This is where the release breaks from a normal model launch. Google states plainly that the dual use nature of the capability shaped the deployment: the model goes to frontline defenders, not to the general public. CodeMender's underlying capabilities stay available to customers through the Gemini Enterprise Agent Platform, but the Cyber model itself sits behind the pilot.

The pattern is becoming standard. Anthropic did something structurally similar with Claude Mythos 5, which the US cleared for release to trusted partners in June. Offensive security capability now tends to ship as a restricted tier rather than a product, which is a meaningful shift in how frontier labs handle their most sensitive work.

What is unknown

There is no independent evaluation, no published price beyond the claim that it costs less per token than larger models, no context window figure, and no stated timeline for widening the pilot. The CyberGym number is Google's own, produced with a configuration Google selected. Whether calling a small model five times genuinely matches a large one across vulnerability classes outside that benchmark is not something anyone outside the pilot can currently check.

Sources

LMTimeline writes its own account of each event. Primary sources are linked above so you can read them directly.