OpenAI has fully launched its Daybreak cybersecurity initiative, releasing the complete version of GPT-5.5-Cyber, an updated Codex Security plugin, the Patch the Planet open-source remediation program, and a global Cyber Partner Program. The model scored 85.6% on CyberGym — the benchmark for AI-driven vulnerability reproduction — versus 81.8% for base GPT-5.5. This is the most aggressive AI-powered cyber defense rollout from any major AI lab to date.

- What Is OpenAI Daybreak?
OpenAI launched Daybreak in May 2026 as its flagship AI-powered cybersecurity program. Its stated goal is to embed cyber defense into software development from the very first commit — not as an afterthought at deployment. The program builds on OpenAI’s Trusted Access for Cyber (TAC) framework, which already counted thousands of verified individual defenders and hundreds of teams by April 2026.
At its core, Daybreak combines three elements: the intelligence of GPT-5.5 models, the agentic execution of Codex Security, and a growing partner ecosystem spanning governments and private security vendors. The June 22 expansion is the most significant update since launch.
“Frontier models can make parts of that loop faster, but the aim is to give the people responsible for shared infrastructure better tools and more capacity, while preserving their agency over how changes land.”
— OpenAI, Daybreak announcement, June 22, 2026
- GPT-5.5-Cyber: What Makes It Different?
OpenAI’s base GPT-5.5 already powers significant cybersecurity work through Trusted Access for Cyber. But GPT-5.5-Cyber is a specialized version built specifically for the most demanding authorized defensive workflows.
- How GPT-5.5-Cyber Was Designed
Critically, OpenAI was transparent about the model’s purpose. GPT-5.5-Cyber is not designed to discover capabilities far beyond GPT-5.5 — rather, it is tuned to be more permissive on security-related tasks for verified defenders. It can assist with tasks that standard GPT-5.5 would decline for safety reasons, such as crafting proof-of-concept exploit code in sandboxed environments, binary reverse engineering of suspicious samples, and deep attack-path tracing across large codebases.
Benchmark Performance
CyberGym → 81.8% | 85.6% | +3.8pp
ExploitGym → 25.95% | 39.5% | +13.5pp
SEC-bench Pro → 63.1% | 69.8% | +6.7pp
The ExploitGym gap is particularly notable — a 13.5 percentage point improvement in the ability to reproduce known vulnerabilities in controlled environments. For authorized red teams, that margin matters enormously in practice.
- Who Can Access GPT-5.5-Cyber?
Access is intentionally tiered. For most security teams, GPT-5.5 with Trusted Access for Cyber is the recommended entry point. GPT-5.5-Cyber is reserved for verified defenders whose authorized work demands the highest-capability, most permissive tier — paired with stronger identity verification, monitoring, and scoped controls. As of June 1, 2026, the highest-access tier now requires phishing-resistant authentication.
- Codex Security: The Agentic Patching Engine
Codex Security is the operational backbone of Daybreak — the agentic harness that puts GPT-5.5 and GPT-5.5-Cyber to work inside real codebases. Think of it as an AI security engineer embedded in your development pipeline.
- What Codex Security Does
Codex Security works across the full remediation loop. It builds editable threat models from repositories, identifies realistic attack paths, validates likely vulnerabilities in isolated sandboxes, generates patches with severity ratings and affected code locations, and prepares human-reviewable evidence packages. Developers can run deep scans or review recent changes, trace attack paths, and receive codebase-specific patch recommendations — all within existing workflows.
Since its research preview in March 2026, Codex Security has scanned over 30 million commits across more than 30,000 codebases. Human reviewers have already marked more than 70,000 findings as fixed.
- Real-World Vulnerabilities Found
The operational track record is already significant. Early Daybreak work — combining GPT-5.5, GPT-5.5-Cyber, and Codex Security — turned up a 23-year-old use-after-free flaw in OpenBSD’s kernel. On dnsmasq, Codex flagged patterns matching four of six vulnerabilities that were later assigned CVE numbers. In Chrome’s V8 JavaScript engine, OpenAI researchers found five exploitable bugs. In WebKit (Safari), the team identified over ten. Perhaps most striking: a WebAssembly flaw in Firefox was patched by Mozilla just two days before Pwn2Own Berlin 2026 — and five of six Firefox entries for the competition subsequently withdrew.
Key insight: AI models are now finding vulnerabilities faster than defenders can patch them. OpenAI says the new bottleneck is no longer discovery — it’s remediation. Daybreak is built to close that gap.
Patch the Planet: Open-Source at Scale
The centerpiece of the June 22 expansion is Patch the Planet, an initiative founded with security firm Trail of Bits and developed in collaboration with HackerOne and Calif. It directly addresses the remediation bottleneck by funding expert security researchers to work directly with open-source project maintainers.
Why Open Source?
Open-source software forms the invisible infrastructure of the global internet. Libraries like cURL, Python, and Go are embedded in billions of systems. A single unpatched vulnerability in any one of them can cascade across millions of deployments. Historically, the maintainers of these projects — often volunteers — lack the resources to triage and remediate the volume of findings that AI-powered scanning now generates.
Patch the Planet pairs AI-assisted discovery with funded human expertise to handle the full remediation cycle: discovery, validation, disclosure coordination, patch development, testing, and deployment. Over 30 open-source projects have committed to participate. Early members include cURL, the Go project, Python, Sigstore, and pyca/cryptography.
Daybreak Cyber Partner Program: The Enterprise Layer
OpenAI also launched the Daybreak Cyber Partner Program, enabling vetted security vendors to integrate GPT-5.5 with Trusted Access for Cyber into the products and services they sell to enterprise customers.
Cloudflare’s CTO Dane Knecht publicly endorsed Daybreak, calling it “a big step forward for teams to be able to leverage frontier models not only to accelerate velocity, but also to improve their security posture.”
Government Partnerships: A Global Security Alliance
OpenAI has now signed Trusted Access for Cyber partnerships with the governments of Australia, Canada, France, Germany, Japan, and South Korea, as well as EU institutions including ENISA. The company is also conducting pre-deployment testing in coordination with the U.S. government. These agreements give national cyber defense agencies access to more capable and more permissive model tiers under agreed governance frameworks.
Daybreak vs. Anthropic Project Glasswing: The AI Cyber Defense Race
OpenAI’s Daybreak did not emerge in a vacuum. It was directly shaped by competitive pressure from Anthropic’s Project Glasswing, which uses the Claude Mythos Preview model and counts Apple, Microsoft, Google, and Amazon among its early adopters. Both programs represent the two dominant philosophies in AI-powered cyber defense as of mid-2026.
The rivalry is accelerating investment and capability on both sides — which ultimately benefits defenders, though it also raises questions about how rapidly permissive cyber models should be deployed.
The Threat Landscape Driving All of This
The urgency behind Daybreak reflects a disturbing shift in the global threat environment. The 2026 IBM X-Force Threat Intelligence Index reported a 44% year-over-year increase in attacks targeting public-facing applications, with AI-enabled vulnerability discovery credited as a primary driver. HackerOne paused its public bug bounty program in early 2026 due to “triage fatigue” from the volume of AI-generated vulnerability reports.
Canada’s Centre for Cyber Security put the risk plainly in May 2026 guidance: organizations should assume AI-driven exploitation can bypass preventative controls and significantly outpace vendors’ capacity to publish fixes. That is the environment Daybreak is designed for.
Frequently Asked Questions
1. What is OpenAI Daybreak?
OpenAI Daybreak is an AI-powered cybersecurity initiative that combines GPT-5.5, GPT-5.5-Cyber, and the Codex Security plugin to help verified defenders find, validate, and patch software vulnerabilities at machine speed. It launched in May 2026 and expanded significantly on June 22, 2026.
2. What is GPT-5.5-Cyber and how is it different from GPT-5.5?
GPT-5.5-Cyber is OpenAI’s specialized cybersecurity model, fine-tuned to be more permissive on authorized defensive tasks. It scored 85.6% on CyberGym versus 81.8% for base GPT-5.5, and 39.5% versus 25.95% on ExploitGym. It is not available to the general public — only to verified defenders through Trusted Access for Cyber.
3. What is Patch the Planet?
Patch the Planet is an OpenAI initiative founded with Trail of Bits and in collaboration with HackerOne, which funds security researchers to work directly with open-source maintainers. Over 30 projects have committed, including cURL, Python, Go, and Sigstore. The goal is to close the gap between AI-driven vulnerability discovery and actual remediation.
4. Who can access GPT-5.5-Cyber?
GPT-5.5-Cyber is available to verified defenders through OpenAI’s Trusted Access for Cyber framework. The highest tier requires phishing-resistant authentication as of June 1, 2026. Individuals can verify at chatgpt.com/cyber; enterprises apply through their OpenAI representative.
5. How does Daybreak compare to Anthropic Project Glasswing?
Both are frontier AI cybersecurity programs. Daybreak focuses on agentic patching and open-source remediation via Codex Security, with government agreements across 7 nations plus the EU. Glasswing uses the Claude Mythos Preview and counts Apple, Microsoft, Google, and Amazon as adopters. Daybreak has a public-facing partner program and open-source initiative; Glasswing remains more restricted.
6. What real vulnerabilities has OpenAI found with Daybreak?
OpenAI found a 23-year-old use-after-free flaw in OpenBSD’s kernel, 4 CVE-numbered vulnerabilities in dnsmasq, 5 exploitable bugs in Chrome’s V8 engine, over 10 in Safari’s WebKit, and a WebAssembly flaw in Firefox that was patched two days before Pwn2Own Berlin — after which five of six Firefox contest entries withdrew.