Google

Sources: Google (homepage) · Google SAIF · Google Cloud Security

Stub — pending full migration

Google publishes SAIF and donated SAIF data to CoSAI in July 2024.

AI Security Contributions (from ai-security-standards-in-q1-2026)

  • SAIF — AI security framework; SAIF Risk Map and Risk Assessment donated to CoSAI in 2024
  • A2A Protocol (v1.0.0, released 2026-03-12) — Agent-to-Agent protocol with signed Agent Cards (§8.4) and opacity principle; donated to Linux Foundation 2025-06-23; hosted under LF’s Agentic AI Foundation
  • Google ADK Go 1.0 (March 31, 2026) — ships with before_model_callback hooks, OpenTelemetry integration, and Model Armor integration — reference implementation of platform-level enforcement
  • CoSAI Premier Sponsor — key contributor to MCP Security White Paper

Coding-Agent Surface

Google ships Gemini CLI as @google/gemini-cli, with a first-party GitHub Action wrapper, google-github-actions/run-gemini-cli, that places the harness in the CI-runner deployment shape. On 2026-04-24 Google published GHSA-wpqr-6v78-jr5g, a CVSS 10.0 advisory against both, bundling two independently reported defects: automatic workspace-folder trust in headless mode, and --yolo suppressing the fine-grained tool allowlist. See the incident record for the mechanisms and the eight-day report-to-patch timeline. Google made workspace trust explicit and enforced the allowlist under --yolo — a secure default that breaks existing pipelines by design, and says so in the advisory.

Workspace Security

Nicolas Lidzborski (Principal Software Engineer, Google Workspace security; ~3 years on GenAI security) presented a three-year retrospective at Unprompted March 2026: Securing Workspace GenAI at Google. The talk introduces the wiki’s Prompt as Code structural framing, names Agency Gap / Orchestration Hijacking / Recursive Prompt Injection (and Semantic Gaslighting) as threat sub-classes, and documents the “Architecting the Fortress” four-layer structural blueprint paired with Plan-Validate-Execute as Google’s canonical HITL pattern for high-stakes irreversible actions. Cross-validates the Lethal Trifecta framing from the productivity-environment angle (calendar invites + email + smart-home control as concrete real-world impact surface).

Project Glasswing partnership (May 2026)

Google is a named launch partner in Project Glasswing (Anthropic’s coalition initiative applying Mythos Preview to defensive vulnerability discovery on critical software). Heather Adkins (VP of Security Engineering) is the quoted executive. Google makes Mythos Preview available to Glasswing participants via Vertex AI, and operates two parallel Google-internal AI-powered cybersecurity tools — Big Sleep (discovery, Project Zero + DeepMind, 2024) and CodeMender (patching, DeepMind, 2025) — described in Adkins’s quote as Google’s tools to “find and fix critical software flaws.” See the Glasswing announcement for coalition context.

Agentic SOC (defender-side)

On the defender side, Google ships an agentic SOC across Google Security Operations and Google Threat Intelligence — Gemini agents for alert triage and investigation, malware analysis, detection engineering, threat hunting, and third-party context, governed by per-agent cryptographic identity. See Google Agentic SOC for the product surface and its integration into Google SecOps and Google Unified Security.

AI-Powered Cybersecurity Stack

Google operates a two-agent AI security stack on the DeepMind side, paired with infrastructure participation across Google Cloud Security:

AgentRoleOriginFirst public milestone
Big SleepVariant-analysis vulnerability discoveryProject Zero + DeepMindOct 2024 paper — first AI-discovered real-world exploitable memory-safety bug (SQLite); Cloud CISO Perspectives blog reports July 2025 SQLite CVE-2025-6965 as the first AI-foiled in-the-wild exploit
CodeMenderPatching (reactive + proactive code rewrite)DeepMindOct 2025 paper — 72 OSS patches upstreamed in 6 months; libwebp -fbounds-safety annotations as the proactive-class example

The two agents are designed as a discovery-to-patching pair, and Google described the direction of the handoff on stage in March 2026: CodeMender takes a verified Big Sleep vulnerability as its input, and the pair is presented as one end-to-end discovery-and-fixing engine.1 The interface between them is still unspecified in any source, and the product side is unchanged.

Both programmes carried operating figures at Unprompted Conference I, where Heather Adkins and Four Flynn presented them together. Big Sleep reports a false-positive rate of zero, end-to-end and without human involvement, on deep memory-safety bugs, bought by building a working exploit as proof of vulnerability before a finding is reported. CodeMender’s open-source output stands at 178 autonomously generated fixes, which the deck splits 48 patched and 130 hardening. Both figures are first-party and neither is a benchmark result.1 Google states the goal as eliminating every software vulnerability on Earth, and Flynn’s name for the volume problem driving it is the vulnpocalypse.

Their availability has since diverged. Big Sleep remains vendor-internal. CodeMender entered preview as a managed Google Cloud product on 2026-07-21 (source summary), sold through the Gemini Enterprise Agent Platform; through AI Threat Defense, with Wiz orchestrating; and paired with a cyber-specialized Gemini 3.5 Flash Cyber model restricted to a small set of governments and trusted partners. The preview post does not mention Big Sleep, so the discovery-to-patching handoff remains undocumented on the product side.

Predecessor framework

  • Project Naptime (June 2024) — LLM-assisted vuln research framework that achieved state-of-the-art on Meta’s CyberSecEval2 benchmark; the direct precursor to Big Sleep.

Lineage

Google’s AI-cybersecurity stack lineage (per CodeMender announcement): OSS-Fuzz, then AI-powered fuzzing (Aug 2023), then Project Naptime (June 2024), then Big Sleep (Oct 2024), then CodeMender (Oct 2025), then CodeMender managed preview on Google Cloud (Jul 2026).

CaMeL pattern

Google DeepMind published the CaMeL pattern (March 2025, arXiv 2503.12599) — privileged + quarantined LLM split with a structured output channel. Research-stage as of Q2 2026; it is the architecturally pure form of the channel-separation insight that Prompt as Code points to.

Q1 2026 supply chain incident

A LiteLLM supply chain compromise was detected in Google ADK dependencies (March 24, 2026), demonstrating that even Google’s AI toolchain is not immune to the supply chain risks active in this period.

Agent runtime isolation

Google supplies two open-source isolation primitives the wiki tracks: gVisor (the user-space-kernel container sandbox, Apache 2.0) and, building on it, Agent Sandbox — a Kubernetes SIG Apps subproject announced at Cloud Next ‘26 that turns the per-task agent sandbox into a first-class Kubernetes resource (Sandbox / SandboxTemplate / SandboxClaim CRDs, gVisor default, managed GKE delivery at 300 sandboxes/sec). Its design bet is that Kubernetes itself should be the agent runtime, with isolation delivered as an open primitive that runs on any cluster rather than a proprietary feature. In this one runtime-security row, GCP leads with a portable open primitive, rather than trailing AWS and Azure as it does elsewhere in the comparison. See the isolation landscape comparison.

Footnotes

  1. Heather Adkins and Four Flynn, Evaluating Threats & Automating Defense: How Google is Advancing Code Security, [un]prompted, San Francisco (2026-03-03): Big Sleep at zero false positives end-to-end on deep memory-safety bugs, with a working exploit built as proof of vulnerability; CodeMender at 178 open-source fixes, 48 patched and 130 hardening; verification presented as the gate, and full autonomy stated as the design intent. See the talk summary. 2