Back to News Hub
💡Google DeepMind
July 17, 2026
Product Updates

Introducing Gemini 3.5 Flash Cyber

Overview

Google has introduced Gemini 3.5 Flash Cyber, a lightweight AI model specifically fine-tuned for finding, validating, and patching software vulnerabilities more efficiently than larger alternatives. The model is being rolled out through a limited-access pilot program exclusively to governments and trusted partners via CodeMender to balance security capabilities with responsible deployment. By leveraging Flash's speed and affordability, the model can be called multiple times to analyze vast codebases, offering a cost-effective alternative to expensive, larger cybersecurity AI models.

Key Takeaways

  • Gemini 3.5 Flash Cyber is a lightweight, fine-tuned model designed specifically for vulnerability discovery, validation, and patching at scale.
  • The model is deployed exclusively to governments and trusted partners through CodeMender as part of a limited-access pilot to mitigate misuse risks.
  • 3.5 Flash Cyber achieves competitive performance against significantly larger cybersecurity models on industry benchmarks like CyberGym.
  • The model's speed and low cost enable frequent, scalable vulnerability scanning integrated directly into commit pipelines and launch processes.
  • CodeMender can invoke 3.5 Flash Cyber multiple times to analyze vastly more code paths than single expensive model calls would allow.

Stats & Key Facts

  • #3.5 Flash Cyber can be called up to five times by CodeMender for a single, comprehensive vulnerability report
  • #Tested on CyberGym benchmark evaluating hundreds of real-world software vulnerabilities
  • #Demonstrated significant uplift on Chrome production commit scanning pipeline compared to 3.5 Flash baseline

The Challenge: Outpacing Vulnerability Discovery and Defense

As AI agents become capable of finding vulnerabilities faster than security teams can fix them, the cybersecurity industry faces a critical timing problem.

  • ›Google has invested in automated vulnerability discovery tools like CodeMender to secure global codebases
  • ›The core challenge is that AI agents can now identify security flaws faster than human defenders can remediate them
  • ›A scalable, affordable, and highly capable approach is needed to help defenders keep pace with vulnerability discovery rates

Why a Lightweight Model Makes Sense for Code Security

Finding deep-seated vulnerabilities requires exploring an immense search space across codebases, which creates a fundamental efficiency problem.

  • ›Single expensive calls to massive language models create computational bottlenecks when scanning large applications
  • ›3.5 Flash Cyber's lightweight design enables multiple invocations, allowing CodeMender to analyze vastly more code paths in the same budget
  • ›Speed and affordability allow easy integration into frequent scans, time-sensitive launch processes, and commit scanning pipelines at scale

Traditional approaches rely on making one or two calls to the largest available models, which limits the number of execution paths an agent can explore. By contrast, 3.5 Flash Cyber enables a multi-call strategy where CodeMender invokes the model multiple times to thoroughly analyze different aspects of a codebase. The sub-agents then synthesize their findings into a single, high-quality vulnerability report. This approach transforms the economics of continuous vulnerability scanning, making it practical to run detailed security analyses on every code commit rather than only during periodic reviews.

Model Performance and Benchmark Results

3.5 Flash Cyber has been rigorously tested against competing approaches and demonstrates competitive or superior performance across multiple evaluations.

  • ›On the CyberGym benchmark (hundreds of real-world vulnerabilities), 3.5 Flash Cyber configured for up to five calls achieved competitive performance against significantly larger models
  • ›Google's Big Sleep evaluation, focused on finding critical vulnerabilities in complex codebases like Chrome and Safari, showed 3.5 Flash Cyber significantly surpassing both 3.5 Flash and 3.6 Flash baselines
  • ›Chrome production commit scanning pipeline testing revealed substantial uplift for 3.5 Flash Cyber compared to 3.5 Flash on non-public, uncontaminated vulnerabilities

The benchmark results validate that smaller, purpose-built models can outperform general-purpose larger models when given the opportunity to make multiple passes through code. Competitor models tested on production Chrome commits include Anthropic's Opus, though newer versions of some competitor models have begun refusing to complete vulnerability-finding tasks due to built-in safety guardrails, which reflects broader industry considerations around dual-use AI capabilities.

Responsible Deployment Through Limited Access

Recognizing the dual-use nature of advanced vulnerability-finding technology, Google has adopted a measured rollout strategy.

  • ›3.5 Flash Cyber is deployed exclusively to governments and trusted partners via CodeMender as part of a limited-access pilot program
  • ›This intentional approach gives frontline defenders a head start in finding and fixing vulnerabilities before exploitation while mitigating misuse risks
  • ›The program will expand over time as safeguards and monitoring mature
  • ›General availability of CodeMender's foundational capabilities is being brought to customers separately through the Gemini Enterprise Agent Platform using standard Gemini models

Google's decision to restrict 3.5 Flash Cyber to approved partners reflects industry maturity around AI safety. Rather than releasing a powerful vulnerability-discovery tool to the general public immediately, the company is prioritizing defenders-government agencies and security-focused organizations-who have the expertise and responsibility to use such tools appropriately. This phased approach allows Google to monitor real-world performance, identify unexpected failure modes, and build additional safeguards before broader deployment.

Integration Into Security Workflows

The model's design enables seamless incorporation into existing security practices and development pipelines.

  • ›Low cost and speed make 3.5 Flash Cyber suitable for continuous, automated vulnerability scanning rather than periodic reviews
  • ›The model integrates directly into commit scanning pipelines, running security analysis on every code change
  • ›Developers and security teams can leverage CodeMender as a code security agent that automatically finds and fixes critical vulnerabilities
  • ›Multi-call strategy means more thorough analysis without exponential cost increases

For security teams operating at enterprise scale, the ability to run detailed vulnerability analysis on every commit is transformative. Traditional approaches require trade-offs: either run fast but shallow scans or wait for slower, deeper analysis. 3.5 Flash Cyber enables organizations to achieve both speed and depth by making multiple lightweight passes through code. This is particularly valuable in continuous integration and continuous deployment (CI/CD) environments where blocking commits for extended security analysis can significantly impact development velocity.

Building on Flash's Foundation

3.5 Flash Cyber is built as a specialized variant of Gemini 3.5 Flash, inheriting its performance characteristics while adding cybersecurity-specific fine-tuning.

  • ›Flash's underlying speed and efficiency made it an ideal foundation for a security-focused model
  • ›Fine-tuning specifically for vulnerability discovery, validation, and patching makes 3.5 Flash Cyber substantially more capable than general-purpose Flash for these tasks
  • ›The lightweight approach offers cost-efficiency and capability that rivals much larger, expensive cybersecurity models

Google's decision to fine-tune Flash rather than build a completely new model leverages existing investments in model efficiency while adding specialized expertise in security. The result is a model that inherits Flash's ability to perform complex reasoning tasks quickly, but with enhanced knowledge and patterns specific to how vulnerabilities manifest in real codebases. This approach mirrors successful strategies in other domains where general-purpose models are adapted for specialized tasks through targeted fine-tuning and multi-call strategies.

The Broader Security Strategy

3.5 Flash Cyber is part of Google's long-standing commitment to advancing global cybersecurity through AI and automated tooling.

  • ›Google has pioneered automated vulnerability discovery technology over many years
  • ›Tools like CodeMender represent the practical application of security-focused AI research
  • ›The expanded availability through the Gemini Enterprise Agent Platform extends security capabilities to a broader customer base
  • ›The strategy addresses both the technical challenge (finding vulnerabilities at scale) and the responsible-deployment challenge (preventing misuse)

This release reflects Google's perspective that cybersecurity is a shared responsibility requiring both advanced capabilities and thoughtful governance. By making powerful vulnerability-discovery tools available to defenders first-and doing so in partnership with governments and trusted organizations-the company aims to shift the asymmetry between attackers and defenders. The combination of limited-access deployment for 3.5 Flash Cyber and broader availability of foundational CodeMender capabilities through Gemini Enterprise creates a tiered approach that balances capability advancement with risk management.

Frequently Asked Questions

Why is Google restricting 3.5 Flash Cyber to governments and trusted partners instead of releasing it publicly?

Due to the dual-use nature of vulnerability-discovery technology, Google is taking a measured approach that prioritizes giving defenders a head start before potential misuse. Limited access allows the company to monitor real-world performance, build safeguards, and expand deployment responsibly over time while ensuring the technology benefits security experts first.

How does 3.5 Flash Cyber compare to using larger, more expensive cybersecurity models?

3.5 Flash Cyber achieves competitive or superior performance on industry benchmarks while being significantly more cost-efficient. Its lightweight design allows CodeMender to call it multiple times for a single analysis, enabling exploration of vastly more code paths than a single expensive model call would allow.

Can 3.5 Flash Cyber be integrated into existing development workflows?

Yes, the model is designed for easy integration into continuous vulnerability scanning, commit scanning pipelines, and time-sensitive launch processes. Its speed and low cost make it practical to run detailed security analysis on every code change rather than only periodic reviews.

What is CodeMender and how does it use 3.5 Flash Cyber?

CodeMender is Google's code security agent that automatically finds and fixes critical software vulnerabilities. It leverages 3.5 Flash Cyber by making multiple calls to the model to analyze different code paths, then synthesizes the findings into a single comprehensive vulnerability report.

Will general customers have access to 3.5 Flash Cyber?

3.5 Flash Cyber itself remains available only to governments and trusted partners through limited access. However, Google is making CodeMender's foundational capabilities available to general customers through the Gemini Enterprise Agent Platform using standard Gemini models.

Gemini 3.5 Flash Cyber represents a strategic balance between advancing AI-powered security capabilities and deploying them responsibly to maximize defender advantage.

Continue Learning

Originally published by Google DeepMind
Read the original

Comments

Sign in to join the conversation