Software security is entering a new era.
For years, developers have relied on static analysis tools, fuzzers, penetration testing, and manual code reviews to identify security vulnerabilities. While these approaches remain essential, modern software systems have grown so large and interconnected that finding vulnerabilities before attackers exploit them has become increasingly difficult.
At the same time, large language models (LLMs) have evolved from simple coding assistants into capable autonomous agents. Today’s AI models can review source code, understand complex software architectures, reason across millions of lines of code, generate exploits, and even propose patches automatically.
This shift introduces both an opportunity and a challenge.
A capable AI system can dramatically accelerate vulnerability discovery for defenders — but the same capabilities could also be misused by attackers. This dual-use nature of AI security has become one of the biggest challenges facing model developers.
To address this problem, Google introduced Gemini 3.5 Flash Cyber , a specialized cybersecurity model announced alongside Gemini 3.6 Flash and Gemini 3.5 Flash-Lite. Unlike traditional general-purpose AI assistants, Flash Cyber is purpose-built to find, validate, and patch software vulnerabilities at scale.
Rather than simply making Gemini “better at coding,” Google trained Flash Cyber using years of real-world vulnerability intelligence, integrated it into its AI security agent CodeMender , and designed it to operate efficiently across enormous enterprise codebases.
The result is one of Google’s most specialized AI models to date.
What You’ll Learn in This Guide
In this article, we’ll explore:
- What Gemini 3.5 Flash Cyber is
- Why Google created a dedicated cybersecurity model
- How CodeMender orchestrates multiple AI agents
- Why lightweight models outperform massive models in vulnerability hunting
- The architecture behind Flash Cyber
- How Google’s AI scans millions of lines of code
- Why the model is currently restricted to governments and trusted partners
In the second part of this series, we’ll examine benchmark results from CyberGym, Big Sleep, Chrome’s production pipeline, and compare Flash Cyber against Claude Opus 4.6 and other leading AI models.
What Is Gemini 3.5 Flash Cyber?
Gemini 3.5 Flash Cyber is a specialized cybersecurity language model built on top of Gemini 3.5 Flash and fine-tuned specifically for vulnerability discovery, validation, and remediation.
Unlike Gemini 3.6 Flash, which serves as a general-purpose reasoning and coding model, Flash Cyber has a much narrower objective:
Help defenders automatically discover, verify, and fix software vulnerabilities before attackers can exploit them.
Google describes it as a lightweight yet highly capable security model that combines the efficiency of the Flash architecture with domain-specific cybersecurity training.
Instead of replacing traditional security tools, Flash Cyber works alongside Google’s AI security agent called CodeMender , allowing organizations to continuously scan massive repositories and automatically generate detailed security reports.
Flash Cyber at a Glance
| Feature | Details |
| -------------- | ----------------------------------------- |
| Base Model | Gemini 3.5 Flash |
| Specialization | Cybersecurity |
| Primary Tasks | Find, validate, and patch vulnerabilities |
| Deployment | CodeMender AI Agent |
| Availability | Limited-access pilot |
| Target Users | Governments & trusted partners |
| Architecture | Multi-agent orchestration |
| Optimization | High-speed repeated code analysis |
Why Google Built a Separate Cybersecurity Model
Most AI companies continue making increasingly larger foundation models.
Google took a different approach.
Instead of asking:
“How can we make the smartest coding model?”
Google asked:
“How can we scan an entire enterprise codebase as efficiently as possible?”
Those are fundamentally different problems.
Finding a vulnerability is not equivalent to solving a difficult reasoning puzzle. It involves exploring thousands — or even millions — of possible execution paths across large software systems.
A single expensive reasoning pass is rarely enough.
Instead, vulnerability discovery rewards coverage.
An AI system capable of performing hundreds of inexpensive analyses often finds more vulnerabilities than one capable of a single brilliant analysis.
Google refers to this as the execution search space problem.
Understanding the Search Space Problem
Imagine a modern software project.
A large application may contain:
- 15 million lines of code
- thousands of APIs
- hundreds of services
- numerous dependencies
- countless execution paths
Every conditional statement creates additional branches.
Every API introduces new attack surfaces.
Every user input represents another potential vulnerability.
The AI’s challenge isn’t merely understanding code — it’s deciding which paths deserve deeper investigation.
This rapidly becomes an enormous search problem.
Traditional Workflow
Huge Codebase
│
▼
Single AI Analysis
│
▼
Limited Coverage
Only a fraction of the codebase receives detailed inspection.
Google’s Approach
Instead of relying on one expensive analysis, CodeMender repeatedly invokes Flash Cyber to inspect many different execution paths simultaneously.
Huge Codebase
│
▼
Hundreds of Small AI Analyses
│
▼
Massive Code Coverage
│
▼
Merged Security Report
Coverage increases dramatically while keeping inference costs manageable.
Why Lightweight Models Can Beat Frontier Models
This is arguably the most interesting design decision behind Flash Cyber.
Many developers assume larger AI models automatically outperform smaller ones.
That assumption breaks down in vulnerability research.
Google argues that security scanning benefits more from many inexpensive inference calls than from one highly expensive reasoning pass.
Suppose you have a fixed inference budget.
You could run:
- One frontier model once
or
- A lightweight model hundreds of times
For vulnerability discovery, the second approach often uncovers more unique bugs because it explores significantly more execution paths.
This philosophy resembles traditional fuzz testing, where repeatedly exercising different program paths uncovers issues that a single deep inspection might miss.
Flash Cyber extends that principle into AI-assisted security.
The High-Level Architecture
Flash Cyber is not intended to operate independently.
Instead, it functions as one component within Google’s larger AI security ecosystem.
Instead of trusting a single model response, CodeMender coordinates multiple specialized agents, each exploring different sections of the codebase.
The findings are consolidated into a single report, reducing duplicate results and improving confidence.
How CodeMender Orchestrates Flash Cyber
One of the most innovative aspects of Google’s approach is orchestration.
Rather than asking a model:
“Find vulnerabilities in this repository.”
CodeMender decomposes the problem into many smaller tasks.
Each Flash Cyber agent investigates different components, execution paths, APIs, or functions in parallel.
The workflow looks like this:
This distributed approach enables CodeMender to scale efficiently across repositories containing millions of lines of code while reducing latency and inference costs.
Why This Matters for Enterprise Security
Traditional security scans are often performed:
- before major releases,
- during scheduled audits,
- after penetration tests, or
- in response to reported vulnerabilities.
Google envisions a different model.
With Flash Cyber’s speed and efficiency, vulnerability discovery can become a continuous engineering process.
Instead of scanning once every few weeks, organizations can analyze every pull request, every commit, and every deployment.
Potential applications include:
- Continuous Integration (CI) pipelines
- Continuous Deployment (CD) workflows
- Commit-level security scanning
- Release validation
- Enterprise repository monitoring
- Large-scale cloud infrastructure reviews
This transforms AI from a reactive security assistant into a proactive member of the software development lifecycle.
Why Access Is Restricted
Unlike Gemini 3.6 Flash or Flash-Lite, Flash Cyber is not publicly available.
Google has intentionally limited access because vulnerability discovery is inherently dual-use.
The same capabilities that help defenders identify security flaws can also be used to discover exploitable weaknesses.
To reduce the risk of misuse, Google is initially providing Flash Cyber only through a limited-access CodeMender pilot for governments and trusted partners, with broader availability planned over time.
This approach reflects a broader trend in frontier AI security, where highly capable cyber-focused models are deployed under controlled access rather than through open public APIs.
Note
Build Your Own Security Research Lab
Gemini 3.5 Flash Cyber demonstrates how AI is transforming software security, but effective security research still depends on practical testing environments.
If you’re learning penetration testing, malware analysis, exploit development, or vulnerability research, BlackArch Linux and Kali GUI Linux by TechLatest provide a ready-to-use environment with 2,800+ cybersecurity tools preinstalled.
With one-click deployment on AWS, Azure, and Google Cloud , you can start experimenting with offensive security tools, forensic utilities, reverse engineering frameworks, and exploit development without spending hours configuring your environment.
BlackArch Linux
We also provide a ready-to-deploy BlackArch Linux VM that can be launched instantly on AWS , GCP , or Azure . No installation, setup, or dependency management required — just spin it up and start using a full arsenal of penetration testing and security auditing tools in minutes.
Kali GUI Linux
Our Kali GUI Linux VM comes fully pre-configured with a graphical interface, making it easy for both beginners and professionals to get started. Deploy directly on AWS , GCP , or Azure with zero setup — no installation hassles, just immediate access to a complete offensive security toolkit.
Browser-Based Kali Linux
We offer a browser-based Kali Linux environment that runs entirely in the cloud. Simply deploy and access it from your browser — no downloads, no local setup, no compatibility issues. Deploy directly on AWS , GCP , or Azure with zero setup — no installation hassles, just immediate access to a complete offensive security toolkit. Perfect for quick testing, learning, and remote security operations from anywhere.
ParrotOS Linux
Our ParrotOS Linux VM is optimized for security, privacy, and development workflows. Available for instant deployment on AWS , GCP , and Azure , it eliminates the need for manual installation — giving you a secure, ready-to-use environment in just a few clicks.
Benchmark Analysis — How Good Is Gemini 3.5 Flash Cyber?
Until now, we’ve explored the architecture and philosophy behind Gemini 3.5 Flash Cyber. But a specialized cybersecurity model is only as valuable as its ability to discover real vulnerabilities.
To evaluate Flash Cyber, Google tested the model across multiple security-focused benchmarks and internal production environments. Unlike traditional coding benchmarks, these evaluations measure how effectively an AI agent can identify, validate, and patch real-world software vulnerabilities across large and complex codebases.
The three headline evaluations are:
- CyberGym — A benchmark containing hundreds of real-world vulnerabilities.
- Big Sleep Evaluation — Google’s internal evaluation focused on security-critical software like Chrome and Safari.
- Chrome Production Commit Scanning Pipeline — A real production environment where every code change is analyzed before deployment.
Together, these benchmarks provide a broader picture of Flash Cyber’s effectiveness in practical software security workflows.
CyberGym Evaluation
What Is CyberGym?
CyberGym is a benchmark designed to evaluate AI agents on realistic software security tasks rather than isolated programming exercises.
Instead of simply asking a model to identify a vulnerable function, CyberGym requires the agent to:
- analyze large codebases,
- trace execution paths,
- identify exploitable vulnerabilities,
- validate findings, and
- produce actionable security reports.
The benchmark measures pass@1 , meaning the agent only gets one opportunity to produce the correct result without retries.
CyberGym Results
| Model | Success Rate (pass@1) |
| --------------------------------------- | -------------------- |
| GPT-5.5 Cyber (OpenAI Agent) | 85.6% |
| Mythos 5 (Anthropic Agent) | 83.8% |
| GPT-5.6 Sol | 83.6% |
| Gemini 3.5 Flash Cyber (CodeMender) | 83.2% |
| Mythos Preview | 83.1% |
Note: Google’s Flash Cyber result represents the performance of CodeMender orchestrating up to five Flash Cyber model calls into a single consolidated report, rather than a single standalone inference.
Interpreting the Results
At first glance, Flash Cyber appears to trail the highest-scoring models by a small margin.
However, looking only at the final percentage misses the broader design philosophy behind Google’s system.
Unlike GPT-5.5 Cyber or Anthropic’s Mythos, Flash Cyber is intentionally optimized for speed, cost efficiency, and repeated execution. CodeMender distributes work across multiple lightweight agents that each analyze different execution paths before merging their findings into one report.
As a result, Flash Cyber achieves competitive frontier-level performance while relying on a significantly smaller and more economical model.
This highlights an important trade-off:
- Larger models maximize reasoning capability per request.
- Flash Cyber maximizes total code coverage per dollar spent.
For organizations continuously scanning large repositories, the latter approach may provide greater operational value than marginal improvements in benchmark scores.
Big Sleep Evaluation
What Is Big Sleep?
While CyberGym focuses on known vulnerability scenarios, Google’s Big Sleep Evaluation targets some of the most challenging security problems encountered inside production software.
Developed independently by Google’s Big Sleep research team, this evaluation measures an AI model’s ability to discover difficult, security-critical vulnerabilities in highly complex projects such as:
- Chromium
- Chrome
- Safari
- Large browser components
- System-level software
Unlike conventional benchmarks, Big Sleep emphasizes vulnerability discovery in codebases where defects are deeply buried and require long-range reasoning across many files.
Big Sleep Results
| Model | Success Rate |
| -------------------------- | ----------- |
| Gemini 3.5 Flash | 36% |
| Gemini 3.6 Flash | 42% |
| Gemini 3.5 Flash Cyber | 72% |
What Makes This Result Significant?
This is arguably the most impressive benchmark published by Google.
Compared with the standard Gemini 3.5 Flash model, Flash Cyber nearly doubles its success rate.
Even compared with the newer Gemini 3.6 Flash, Flash Cyber delivers a dramatic improvement.
| Comparison | Improvement |
| ------------------------ | ------------------------- |
| Flash Cyber vs 3.5 Flash | +36 percentage points |
| Flash Cyber vs 3.6 Flash | +30 percentage points |
These gains illustrate the value of domain-specific fine-tuning. While general-purpose models are capable of code understanding, Flash Cyber has been optimized specifically for identifying subtle security flaws that may require extensive exploration of execution paths.
For security engineering teams working with browser engines, operating systems, or other critical infrastructure, this specialization can translate into faster discovery of vulnerabilities before they reach production.
Chrome Production Commit Scanning Pipeline
One of the strongest indicators of a model’s practical usefulness is its performance in a production software development pipeline.
Google evaluated Flash Cyber on Chrome’s internal commit scanning benchmark, where every code change is analyzed before integration into the codebase.
Unlike synthetic benchmarks, these vulnerabilities were not publicly disclosed , reducing the likelihood that any model had previously encountered the examples during training.
Results
| Model | Success Rate |
| -------------------------- | ------------ |
| Gemini 3.5 Flash | 55% |
| Claude Opus 4.6 | 54% |
| Gemini 3.5 Flash Cyber | 72% |
Production Impact
Compared with the baseline Gemini 3.5 Flash model, Flash Cyber improves detection by 17 percentage points.
More importantly, it also outperforms Claude Opus 4.6 on this production benchmark.
Google notes that later versions of some competing models declined to perform similar vulnerability analysis because of built-in safety guardrails, which prevented direct comparison. This highlights one of the central challenges of defensive AI: the same capabilities that assist defenders can also be used offensively.
Flash Cyber addresses this by restricting access through CodeMender rather than relying solely on refusal behavior.
Beyond Benchmarks: Finding Unique Vulnerabilities
Benchmark percentages tell only part of the story.
In vulnerability research, repeatedly identifying the same issue is less valuable than discovering previously unseen flaws.
Google evaluated Flash Cyber on the V8 JavaScript Engine , comparing the number of unique confirmed vulnerabilities discovered by each model.
| Model | Unique Confirmed Issues |
| -------------------------- | ----------------------- |
| Gemini 3.5 Flash Cyber | 55 |
| Gemini 3.5 Flash | 47 |
| Claude Opus 4.6 | 36 |
Flash Cyber uncovered 10 vulnerabilities that neither Gemini 3.5 Flash nor Claude Opus 4.6 identified , demonstrating its ability to explore new execution paths rather than repeatedly reporting the same classes of issues.
For security teams, this is a critical advantage. Reducing duplicate findings allows analysts to spend more time investigating genuinely new vulnerabilities instead of triaging repeated reports.
Why These Benchmarks Matter
Taken together, these evaluations reinforce Google’s core design philosophy.
Rather than building the largest possible model, Google focused on creating a lightweight cybersecurity model that can be invoked repeatedly through CodeMender to maximize coverage across complex software systems.
Across CyberGym, Big Sleep, Chrome’s production pipeline, and V8 vulnerability discovery, Flash Cyber consistently demonstrates that specialized training and multi-agent orchestration can outperform general-purpose models on security-focused tasks.
While the model remains available only through a limited-access pilot, the published results suggest that AI-assisted vulnerability discovery is moving beyond experimental research into practical deployment within large-scale software engineering workflows.
Real-World Applications, Security Architecture, and the Future of AI Vulnerability Hunting
Benchmarks provide an important measure of model capability, but production deployments ultimately determine whether an AI system delivers real value.
Google has already integrated Gemini 3.5 Flash Cyber into its internal security infrastructure, where it helps protect some of the world’s largest software projects. From continuously scanning browser commits to identifying remote code execution vulnerabilities in cloud services, Flash Cyber is designed to function as an always-on security analyst rather than a traditional coding assistant.
This section explores how Google is using Flash Cyber internally, the data that powers the model, why access remains restricted, and what this release means for the future of AI-assisted software security.
From Research to Production
Many AI security systems demonstrate impressive benchmark results but never reach production.
Google has taken a different approach.
Flash Cyber is already being used inside Google’s engineering organization to assist security teams responsible for products including:
- Google Chrome
- Android
- Google Cloud
- Google Ads
- YouTube
Instead of replacing human security engineers, Flash Cyber acts as an automated vulnerability researcher that continuously analyzes large codebases and surfaces potential security issues before they become production incidents.
Internal Deployment Workflow
Unlike conventional static analysis tools that rely on predefined rules, Flash Cyber reasons about program behavior, validates exploitability, and proposes candidate fixes before a security engineer reviews the findings.
Real-World Vulnerability Discovery
One of the strongest demonstrations of Flash Cyber came from Google’s Cloud Vulnerability Research team.
According to Google, Flash Cyber identified:
- Remote Code Execution (RCE) vulnerabilities in public APIs.
- A memory corruption vulnerability within a sensitive production service.
- A fully functional exploit capable of bypassing modern memory protection techniques such as Address Space Layout Randomization (ASLR) and Write XOR Execute (W^X).
Most notably, these discoveries were completed in approximately two hours.
While Google has not publicly disclosed technical details of these vulnerabilities, the example illustrates how AI can accelerate vulnerability research from a process that traditionally takes days or weeks to one that can often be completed within hours.
The Data Behind Flash Cyber
One reason Flash Cyber performs differently from a general-purpose coding model is the quality of its cybersecurity training data.
Rather than relying solely on publicly available source code, Google trained and fine-tuned the model using security-specific resources accumulated over many years.
Key Training Sources
| Dataset | Purpose |
| --------------------------------- | -------------------------------------------------------------------------------------------------------- |
| OSV.dev | Google's open-source vulnerability database containing more than 700,000 documented vulnerabilities. |
| OSS-Fuzz | Over a decade of continuous fuzz-testing results covering thousands of open-source projects. |
| Chrome Security Data | Internal vulnerability reports and remediation workflows. |
| Production Security Pipelines | Code review and vulnerability triage patterns used across Google's engineering teams. |
This enables Flash Cyber to recognize real-world vulnerability patterns instead of relying solely on synthetic cybersecurity examples.
Training Pipeline
Google’s emphasis on real vulnerability datasets distinguishes Flash Cyber from general-purpose language models, which are typically optimized for broader coding and reasoning tasks.
Why Flash Cyber Is Not Publicly Available
Unlike Gemini 3.6 Flash or Gemini 3.5 Flash-Lite, Flash Cyber is not available through Google AI Studio or the Gemini API.
Access is currently limited to governments and trusted partners through a controlled CodeMender pilot.
This restriction reflects the dual-use nature of advanced vulnerability discovery.
The same model capable of helping defenders identify critical software flaws could also assist attackers in locating exploitable weaknesses.
Rather than relying entirely on model refusals or safety prompts, Google has chosen to control access at the deployment level.
Availability Model
Google Security Research
│
▼
Gemini 3.5 Flash Cyber
│
▼
CodeMender Platform
│
Limited Access Pilot
│
┌──────────┴──────────┐
│ │
Governments Trusted Partners
For now, most developers can only access CodeMender’s foundational capabilities through the Gemini Enterprise Agent Platform rather than Flash Cyber itself.
Flash Cyber vs Traditional Security Tools
Flash Cyber is not intended to replace existing security tooling.
Instead, it complements technologies already used in secure software development.
| Capability | SAST | DAST | Fuzzing | Gemini 3.5 Flash Cyber |
| ----------------------------- | ------- | ------- | ------- | ---------------------- |
| Static Code Analysis | ✅ | ❌ | ❌ | ✅ |
| Runtime Testing | ❌ | ✅ | ✅ | Partial |
| Vulnerability Reasoning | Limited | Limited | Limited | ✅ |
| Patch Suggestions | ❌ | ❌ | ❌ | ✅ |
| Multi-file Code Understanding | ❌ | ❌ | ❌ | ✅ |
| Natural Language Reports | ❌ | ❌ | ❌ | ✅ |
Rather than replacing static analysis, dynamic testing, or fuzzing, Flash Cyber helps bridge the gap between detection and remediation by providing contextual reasoning and actionable recommendations.
Strengths and Limitations
Like any specialized AI system, Flash Cyber offers significant advantages while still facing practical limitations.
Strengths
- Specialized fine-tuning for cybersecurity workflows.
- Strong performance on real-world security benchmarks.
- Multi-agent orchestration through CodeMender.
- Efficient execution across large repositories.
- High-quality vulnerability validation and patch recommendations.
- Continuous integration with enterprise development pipelines.
Limitations
- No public API access.
- Limited transparency regarding internal evaluation datasets.
- Benchmark results are primarily vendor-reported.
- Human security engineers remain essential for validating and deploying fixes.
- Performance on small open-source projects has not yet been publicly evaluated.
What Flash Cyber Means for the Future of AI Security
Flash Cyber reflects a broader shift in how AI models are being designed.
Over the past several years, the industry has largely focused on scaling model size and reasoning capability. Flash Cyber demonstrates that, for domain-specific problems such as vulnerability discovery, specialization and orchestration may provide greater practical value than simply increasing model parameters.
This approach is likely to influence future generations of AI-powered security tools in several ways:
- Continuous vulnerability scanning integrated directly into CI/CD pipelines.
- Specialized AI agents focused on narrow security tasks such as memory safety, dependency analysis, or exploit validation.
- Multi-agent systems that divide large security problems into parallel investigations before combining their findings.
- Closer collaboration between AI systems and human security engineers rather than full automation.
As software systems continue to grow in complexity, AI is increasingly becoming an essential component of modern software security rather than an experimental enhancement.
Final Verdict
Gemini 3.5 Flash Cyber is one of Google’s most focused AI releases to date.
Rather than competing as a general-purpose assistant, it demonstrates how a lightweight, task-specific model can excel in a demanding domain through specialized training, efficient inference, and multi-agent orchestration.
Its benchmark performance on CyberGym, Big Sleep, Chrome’s production pipeline, and V8 vulnerability discovery shows that specialized AI models can rival or outperform much larger systems when optimized for a specific objective.
At the same time, Google’s decision to restrict access underscores the unique challenges of deploying dual-use AI technologies responsibly. While this limits adoption today, it also reflects the growing importance of balancing innovation with security in frontier AI systems.
For most developers, Flash Cyber may not yet be directly accessible, but the architectural ideas behind it — continuous analysis, lightweight parallel agents, and AI-assisted remediation — are likely to shape the next generation of software security platforms.
Thank you so much for reading
Like | Follow | Subscribe to the newsletter.
Catch us on
Website: https://www.techlatest.net/
Newsletter: https://substack.com/@parvezmohammed
Twitter: https://twitter.com/TechlatestNet
LinkedIn: https://www.linkedin.com/in/techlatest-net/
YouTube:https://www.youtube.com/@techlatest_net/
Blogs: https://medium.com/@techlatest.net
Reddit Community: https://www.reddit.com/user/techlatest_net/








Top comments (0)