Google launched a model this week that found 55 vulnerabilities in the V8 JavaScript engine, generated a 100% reliable remote-code-execution exploit in a controlled test, and uncovered a memory-corruption flaw in a production service within two hours. Then Google locked it behind a government-only access program with no public application path and no promised release date. Welcome to Gemini 3.5 Flash Cyber — the AI security tool you will almost certainly never be allowed to use.
What Flash Cyber Actually Does
Flash Cyber is a fine-tuned variant of Gemini 3.5 Flash, built specifically to detect, validate, and patch software vulnerabilities at scale. The architecture is more interesting than typical “AI for security” marketing copy. Rather than a single large model call, Google’s CodeMender agent invokes Flash Cyber up to five times per scan, running sub-agents in parallel across different code paths. The result is much wider coverage without the cost bottleneck of querying an expensive frontier model for every execution branch.
The training data reads like a who’s-who of community-built security infrastructure: over 700,000 open-source vulnerability records from OSV.dev, more than a decade of continuous fuzzing results from OSS-Fuzz, and internal Google codebases spanning Chrome, Android, Cloud, Ads, and YouTube. The model learned to use industry-standard security tools natively, not just talk about them.
The Benchmarks Google Chose to Share
On V8, Flash Cyber found 55 confirmed unique issues. Gemini 3.5 Flash found 47. Claude Opus 4.6 found 36. Ten of those 55 issues were found exclusively by Flash Cyber — the other models missed them entirely. The model also generated a fully reliable RCE exploit that bypassed both Address Space Layout Randomization and Write XOR Execute protections, which is not a trivial thing to produce. In a separate production test, it found a memory-corruption vulnerability in a sensitive internal service within two hours.
These are impressive numbers. They are also benchmarks Google selected and published. There are no independent third-party results, no false-positive rates, and no external production evidence. That matters more than it sounds when the access restriction means “trust us” is the only available option.
The Access Wall
Flash Cyber is available exclusively through a limited-access pilot for governments and trusted partners, delivered via the CodeMender agent. There is no public API, no enterprise tier that unlocks it, and no application form on Google’s website. The expansion timeline is “over time” — which in product terms means it could be months or never.
What most developers do have access to is CodeMender running on generally available Gemini models via the Gemini Enterprise Agent Platform. That is a genuinely useful product. It is not Flash Cyber.
The Dual-Use Argument, and Its Limits
Google’s stated rationale is straightforward: a model good enough to find and validate vulnerabilities is, with minimal reframing, a model good enough to find and exploit them. DeepMind framed this as giving “frontline defenders a head start” while mitigating broader misuse. The intent is defensible. The execution has a notable gap.
Gating access to Flash Cyber does nothing to prevent a well-resourced attacker or nation-state lab from building equivalent capability. The training data sources — OSV.dev, OSS-Fuzz — are public. The architectural insight (parallel invocation over code paths) is not secret. What the restriction actually accomplishes is slowing down the defenders who lack government partner status, which turns out to be most of them. Independent security researchers, open-source maintainers, bug bounty hunters, and small security teams are all on the wrong side of the gate. This is, to put it plainly, the same community whose unpaid work on OSV.dev and OSS-Fuzz made the training data possible in the first place.
A New Default: Gated at Launch
Flash Cyber is not an isolated decision. In the six weeks leading up to its release, three major labs handled security-sensitive model releases three different ways. Anthropic faced reactive gating via Commerce Department export controls, mostly reversed afterward. OpenAI negotiated a 30-day government review before public release. Google built the restriction into the product architecture with no general availability commitment. Security analysts have noted this may represent the first mainstream case of a frontier lab treating distribution control — not guardrails — as the primary safety mechanism for a model class.
That framing is significant. Prompt-level filters assume a cooperative user who takes no for an answer. Distribution control does not make that assumption. It is a more serious posture, which also means it has more serious consequences when applied too broadly. The trajectory points toward security-specialized models launching gated by default, with public access requiring justification rather than being the default state.
What Developers Should Do With This
If your organization qualifies for the CodeMender pilot, evaluate it. If it does not — which covers the majority of developers — do not budget around Flash Cyber’s benchmarks. The GA CodeMender workflow on standard Gemini models is available and worth integrating into commit-scanning pipelines. Track access terms as carefully as benchmark scores when evaluating AI security tooling: a model with a 55-find benchmark that you cannot run is not part of your threat model.
The arms race between AI-assisted attackers and AI-assisted defenders does not pause for access reviews. Google’s gating policy may be cautious and well-intentioned. It is also a constraint that applies unevenly — and the people it constrains most are the ones who had the least resources to begin with.








