OpenAI has introduced Daybreak, a new cybersecurity initiative built around frontier AI models, Codex, and a partner network of security companies. Announced on May 11, 2026, the initiative represents a deliberate push by OpenAI to move beyond general-purpose LLM access and build something purpose-built for the security operations workflow.
It starts from the premise that the next era of cyber defense should be built into software from the beginning, not only finding and patching vulnerabilities, but being resilient to them by design. That's a meaningful reframing. Most security tooling today is still reactive. Daybreak is betting it doesn't have to be.
In a post on X, OpenAI CEO Sam Altman called Daybreak "an effort to accelerate cyber defense and continuously secure software," adding that "AI is already good and about to get super good at cybersecurity."
What Is OpenAI Daybreak?
Daybreak is not a single model. It's a deployment vision, a productized stack, and an access framework rolled together. OpenAI describes it as combining three layers: the intelligence layer (frontier OpenAI models, primarily GPT-5.5 and the cyber-permissive GPT-5.5-Cyber), the harness layer (Codex acting as the agentic execution scaffolding that lets the model read across codebases, run tools, edit files, and test fixes), and the partner layer (security vendors and government partners that plug Daybreak into real defensive workflows).
The program is aimed at developers, enterprise security teams, researchers, and government-linked defenders who need to find, validate, and patch software vulnerabilities earlier in the development cycle.
How Codex Security Powers the Workflow
The product interface most security engineers will actually interact with is Codex Security, the agentic harness at the core of Daybreak's execution model.
Daybreak uses Codex Security to build an editable threat model from a company's software repository, then it automates monitoring for higher-risk vulnerabilities. Issues that are found can be investigated in an isolated environment.
Defenders can bring secure code review, threat modeling, patch validation, dependency risk analysis, detection, and remediation guidance into the everyday development loop so software becomes more resilient from the start.
Codex Security launched in private beta in late 2025, hit research preview in early 2026, and has already contributed to fixing over 3,000 critical and high-severity vulnerabilities across the ecosystem, plus many more lower-severity findings. Those are real operational numbers, not benchmark scores.
Key Technical Highlights
Under Daybreak, the loop now runs on GPT-5.5 by default, which matters because GPT-5.5 reaches 82.7% on Terminal-Bench 2.0, 58.6% on SWE-Bench Pro, and uses fewer tokens than GPT-4 to complete the same Codex tasks.
The three-tier model access structure is where things get technically interesting:
- GPT-5.5: Standard safeguards for general purpose use, available to all users in authorized environments.
- GPT-5.5 with Trusted Access for Cyber: Designed for most defensive security workflows, including "secure code review, vulnerability triage, malware analysis, detection engineering and patch validation."
- GPT-5.5-Cyber: Preview access for specialized workflows, including "authorized red teaming, penetration testing and controlled validation."
OpenAI is tying the initiative to stronger verification, account-level controls, scoped access, monitoring, and human review, reflecting the dual-use risk of giving frontier models deeper cyber capabilities.
The Dual-Use Problem OpenAI Is Trying to Solve
This is the part of Daybreak that deserves the most scrutiny. Cyber capabilities in AI models are advancing rapidly, bringing meaningful benefits for cyberdefense as well as new dual-use risks. Capabilities assessed through capture-the-flag (CTF) challenges have improved from 27% on GPT-5 in August 2025 to 76% on GPT-5.1-Codex-Max in November 2025.
OpenAI is planning and evaluating as though each new model could reach "High" levels of cybersecurity capability, meaning models that can either develop working zero-day remote exploits against well-defended systems, or meaningfully assist with complex, stealthy enterprise or industrial intrusion operations aimed at real-world effects.
The main bet is that verified defenders should get fewer model refusals and stronger cyber assistance, while OpenAI maintains restrictions against malicious use, such as credential theft, stealth, persistence, malware deployment, or unauthorized exploitation.
To help govern this, OpenAI is establishing the Frontier Risk Council, an advisory group that will bring experienced cyber defenders and security practitioners into close collaboration with its teams. The council will start with a focus on cybersecurity and expand into other frontier capability domains. Members will advise on the boundary between useful, responsible capability and potential misuse.
Partner Network and Competitive Context
OpenAI is backing the initiative with a large partner list, including Cloudflare, Cisco, CrowdStrike, Palo Alto Networks, Oracle, Zscaler, Akamai, Fortinet, Intel, Qualys, Rapid7, Tenable, Trail of Bits, SpecterOps, SentinelOne, Okta, Netskope, Snyk, Gen Digital, Semgrep, and Socket.
The partner structure shows that OpenAI wants Daybreak to sit across the full security chain, from vulnerability discovery and patching to monitoring, edge protection, and software supply chain defense.
The competitive pressure is real. Daybreak is clearly OpenAI's competitor to Anthropic's Project Glasswing, which uses Anthropic's unreleased AI model, Claude Mythos Preview, to provide cyber defense capabilities. Mozilla revealed in April that Mythos helped it find and patch 271 vulnerabilities in the latest release of Firefox. Several companies have already adopted Anthropic's competing Glasswing program, including Apple, Microsoft, Google, and Amazon.
Availability and Access
Companies can request a Daybreak assessment from OpenAI, which includes a vulnerability scan. Pricing is not listed.
OpenAI is asking organizations to request vulnerability scans or contact sales, while broader deployment is planned with industry and government partners in the coming weeks.
Codex for Open Source has also reached over 1,000 open-source projects through free security scanning.
Final Thoughts
What stands out technically about Daybreak is the tiered access model. OpenAI isn't just shipping a more capable model and hoping defenders use it responsibly. It's building an identity and verification layer around model access, where the level of cyber permissiveness you get depends on who you are and what you're doing. That's a more serious attempt at dual-use governance than most of what we've seen from AI labs so far.
The benchmark trajectory is also worth watching closely. On VulnLMP, OpenAI's end-to-end exploit-chain evaluation, GPT-5.5 did not independently produce a functional full chain exploit or another verifier-confirmed Critical-level outcome. The bottleneck wasn't search breadth — it was exploit development judgment. OpenAI calls this capability "High," not "Critical." Concretely, GPT-5.5 is a capable junior researcher, not yet an autonomous exploit developer. That's an honest assessment, and it matters for setting realistic expectations about what Daybreak can and can't do today.
The race between OpenAI and Anthropic in this space is going to produce better tools for defenders faster than either company would build alone. That's probably the most useful thing about this moment. What do you think? Drop your thoughts in the comments.
Frequently Asked Questions
5 questions
1What is OpenAI Daybreak?
OpenAI Daybreak is OpenAI's vision to change the way software is built and defended. It combines frontier AI models, the Codex agentic harness, and a security partner network to help organizations find and fix vulnerabilities earlier in the development cycle.
2What models does Daybreak use?
Daybreak uses three tiers: standard GPT-5.5 for general work, GPT-5.5 with Trusted Access for Cyber for verified defensive workflows like vulnerability triage and malware analysis, and GPT-5.5-Cyber for specialized tasks like authorized red teaming and penetration testing.
3How is Daybreak different from a regular security scanner?
Daybreak expands the role of Codex Security beyond scanning. Codex Security can build a codebase-specific threat model, inspect realistic attack paths, validate issues in isolated environments, and propose patches for human review.
4How do I get access to Daybreak?
Companies can request a Daybreak assessment from OpenAI, which includes a vulnerability scan. Broader rollout is planned through industry and government partners in the coming weeks.
5How does Daybreak compare to Anthropic's Glasswing?
Both initiatives use frontier models to assist with vulnerability discovery and patching. Glasswing uses Claude Mythos Preview and has signed major enterprise clients including Apple and Microsoft. Daybreak uses GPT-5.5-Cyber with Codex Security and brings a broader public partner network to the table.






