Google's Product Security team has deployed PageBreak, an AI agent that identified over 500 Cross-Site Scripting (XSS) vulnerabilities across first-party web applications by actively proving exploitability before generating alerts.
The system launched as a pilot in November 2025 and transitioned to full deployment in January 2026, using Gemini 3.1 Pro and Gemini 3.5 Flash models. The core mechanism differs from conventional vulnerability scanners: PageBreak does not merely flag suspicious code patterns. It executes dynamic exploit attempts to confirm that each detected flaw can actually be weaponized in a live context.
This verification step directly addresses a chronic inefficiency in automated security workflows. Traditional AI-powered tools generate high false-positive rates, forcing human engineers to manually triage hundreds of theoretical or unexploitable findings. PageBreak reduces this triage burden by delivering only validated vulnerabilities, allowing security teams to allocate resources directly to confirmed risks rather than spending cycles on dead ends.
Google emphasized that the 500+ findings represent vulnerabilities detected during internal testing—not separate attacks or user account compromises. The scale of discoveries reflects the system's ability to systematically probe an extensive application portfolio, not unusual exposure.
XSS flaws permit attackers to inject malicious JavaScript into legitimate webpages. When a user's browser loads the compromised page, the injected code executes with the victim's privileges, potentially allowing unauthorized actions or session hijacking.
PageBreak's methodology marks a departure from static analysis approaches that dominated earlier AI security tools. By coupling pattern recognition with dynamic testing, the system bridges the gap between code-level detection and real-world exploitability. This reduces the signal-to-noise ratio that has historically plagued automated vulnerability scanning, enabling faster remediation cycles and more efficient resource allocation.

