Mandiant’s AVDH and Palo Alto’s NOVA use specialized AI agents to map code, generate vulnerability hypotheses, challenge findings, and validate exploits. The defensive response extends beyond patching: Palo Alto’s Frontier AI Critical Defense Program uses network level virtual patches to block exploit paths while pe...
Research answer

Create a landscape editorial hero image for this Studio Global article: How are Mandiant’s Agentic Vulnerability Discovery Harness (AVDH) and Palo Alto Networks’ Frontier AI Critical Defense Program using chains. Article summary: Mandiant and Palo Alto Networks are applying frontier AI to reverse the attackers’ speed advantage: use coordinated agents to discover and validate flaws at machine scale, then pair disclosure and remediation with compen. Topic tags: general, general web, user generated, government, academic. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, water
The cybersecurity arms race is increasingly a contest over speed. Frontier AI models can help security teams inspect enormous codebases, identify unusual attack paths, and test whether suspected flaws are exploitable. But the same acceleration can shorten the time attackers have to weaponize a vulnerability—sometimes to less than the time required to produce and deploy a conventional patch.
Mandiant’s Agentic Vulnerability Discovery Harness (AVDH) and Palo Alto Networks’ NOVA system illustrate two parts of the emerging defensive model: agentic discovery and validation, followed by rapid containment.
AVDH is not presented as a single autonomous scanner. It is a multi-agent workflow used by Mandiant to analyze source code during security assessments, incident response, and related investigations. The system can examine environments containing tens of millions of lines of code, run thousands of analysis pipelines, and produce tens of thousands of findings, according to Google Threat Intelligence Group.
The workflow begins by establishing context. An exploratory agent profiles the codebase, determines what the software is intended to do, reviews available documentation, and identifies areas that merit deeper analysis. Specialist agents can then examine security-relevant domains such as authentication, authorization, and routing.
A threat-model synthesis stage consolidates those observations. Crucially, a human consultant reviews the resulting threat model before the pipeline proceeds. That review gives the later agents a security-specific map of the application rather than asking a model to search blindly through source code.
The discovery stage then examines entry points, data flows, and surrounding code context. Agents generate multiple vulnerability hypotheses, investigate them independently, and challenge one another’s conclusions. Evidence is synthesized into candidate findings, while consultants reproduce proof-of-concept exploits before a flaw is treated as verified.
That structure matters because it separates coverage from judgment. One agent can search broadly, another can pursue an attack path, and another can attempt to disprove the result. Human validation remains a final control against false positives and incorrect assumptions about how the software operates.
Google says AVDH has been used internally for about ten months and has uncovered dozens of assignable flaws in widely used web extensions and open-source projects. The work has resulted in 12 assigned CVEs, with roughly another dozen vulnerabilities undergoing active disclosure.
In one incident-response investigation involving stolen corporate repositories, external reporting says the harness helped identify more than 100 verified high-severity vulnerabilities in two days.
These numbers show the potential scale of AI-assisted review, but they should be read carefully. They are operational results reported by Mandiant and related coverage, not an independently audited comparison with conventional security testing. The findings also should not automatically be described as active zero-day exploits: a newly discovered or previously unreported vulnerability is not necessarily being exploited in the wild.
Palo Alto Networks’ Unit 42 describes NOVA—the Network and Open-Source Vulnerability Analyzer—as an autonomous discovery, validation, and reporting system powered by proprietary agentic harnesses and multiple frontier AI models.
In the company’s reported test, NOVA analyzed 3,915 open-source projects in two months and identified 14,090 previously unknown vulnerabilities. Unit 42 says 99.4% had not previously been reported and about 40% were rated high or critical.
The system’s significance is not only the volume of findings. Reporting on the results says many were semantic or logic flaws rather than the memory-corruption bugs traditionally associated with automated analysis. These can include mistakes in access control, path handling, server-side request behavior, or code-injection defenses—areas where understanding intended application behavior is essential.
As with AVDH, the headline figures are vendor-reported. “Previously unknown” does not by itself establish that every result is a practically exploitable zero-day, and severity classifications can depend on the scoring framework used. The more defensible conclusion is that multi-model agent systems are becoming capable of surfacing large numbers of security candidates that conventional review processes may not examine as quickly.
Finding vulnerabilities faster can increase defensive capacity, but it can also widen the crisis if organizations still rely on slow remediation cycles. CERT-EU cites an estimated mean time to exploit of negative seven days, meaning exploitation may begin before a patch is broadly available.
That metric changes the role of patching. A permanent code fix remains necessary, but it may no longer be the first or only useful defensive action. Security teams also need to reduce exposure while developers investigate, test, coordinate disclosure, and complete staged deployment.
Palo Alto’s Frontier AI Critical Defense Program is designed to coordinate AI labs, software and open-source organizations, and sectors such as operational technology and healthcare around that problem. Its proposed response is to deploy network-level “virtual patches” that block exploit traffic or abusive protocol behavior before a permanent software fix is available.
Palo Alto says its Advanced Virtual Patching capability can deploy protections in hours, compared with a claimed industry average of 55 days for a conventional patch.
A virtual patch is best understood as a compensating control, not a replacement for fixing vulnerable code. Its effectiveness depends on whether the security team can accurately identify the exploit path and whether the network control can block that path without disrupting legitimate activity. Coverage can also be limited when attacks occur through trusted channels, encrypted traffic, local privilege escalation, or behavior that is difficult to distinguish from normal use.
Possibly—but not simply by adding an AI scanner.
The stronger defensive architecture links several stages into one operating loop:
This is the strategic lesson from AVDH and NOVA: the advantage comes from orchestration, not from model output alone. AI can compress discovery and validation, but defenders still need trustworthy evidence, careful prioritization, resilient architecture, and deployment systems that act at the same pace.
Attackers can use comparable models, and virtual patches are temporary and coverage-dependent. The realistic goal is therefore not to eliminate zero-day risk. It is to make the defensive loop—from discovery to containment to remediation—faster and more reliable than the attacker’s path from finding to exploitation.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Mandiant’s AVDH and Palo Alto’s NOVA use specialized AI agents to map code, generate vulnerability hypotheses, challenge findings, and validate exploits.
Mandiant’s AVDH and Palo Alto’s NOVA use specialized AI agents to map code, generate vulnerability hypotheses, challenge findings, and validate exploits. The defensive response extends beyond patching: Palo Alto’s Frontier AI Critical Defense Program uses network level virtual patches to block exploit paths while permanent software fixes are developed.
Defenders can regain an operational advantage only by linking discovery, human validation, disclosure, containment, and remediation faster than attackers can weaponize flaws.