
TL;DR
GPT-5.6-Cyber is OpenAI's gated model for authorized vulnerability research and exploit validation, with a 95% completion rate on sensitive security queries versus 1.5% for the base model. It already produced a fixed Chrome CVE. Here is what actually shipped and who gets it.
On August 10, 2026 OpenAI announced GPT-5.6-Cyber, a cybersecurity-specific model available only through Daybreak Red, its controlled-access program for authorized vulnerability research, exploit validation, and security testing. The model is a tuned variant of GPT-5.6 Sol, and OpenAI's internal benchmark chart has it answering 95 percent of sensitive security queries that the base model refuses. The previous generation, GPT-5.5-Cyber, sat at 57.3 percent; GPT-5.6 Sol with standard safeguards scores 1.5 percent, and 2 percent under Daybreak Blue.
The most concrete proof of capability is already public: Chrome's release notes for 150.0.7871.128 credit CVE-2026-15903, an out-of-bounds read and write in V8, to OpenAI's security research, reported July 6 and fixed in the July 16 stable release. OpenAI says the model chained it with a second, still-restricted V8 flaw to bypass the V8 heap sandbox.
| Resource | Description |
|---|---|
| Expanding Daybreak as the Cyber Defense Window Narrows | The announcement: GPT-5.6-Cyber, the two access tiers, benchmark chart |
| Putting frontier cyber models in more trusted hands | Daybreak Cyber Partner Program details and access controls |
| OpenAI announcement on X | The official launch post |
| CVE-2026-15903 on NVD | Out of bounds read and write in V8, High severity |
| Chrome Releases: Stable Channel Update 150.0.7871.128 | Fix attribution for the V8 finding |
Daybreak, OpenAI's initiative for putting frontier models in the hands of approved security teams, now has two access tiers. Daybreak Blue gives defenders GPT-5.6 Sol with tailored safeguards for authorized defensive work: vulnerability detection, malware analysis, and incident response. Daybreak Red provides GPT-5.6-Cyber to researchers doing vulnerability research, exploit validation, and penetration testing.
Both tiers run through Daybreak Access with the same governance skeleton: identity verification, account security measures, monitoring, and legal declarations about scope. OpenAI says hardware security keys become mandatory for all Daybreak accounts on September 1, 2026, and recommends isolated sandboxes with Codex's Auto-Review mode, which checks elevated-privilege actions before they execute.
The model is not on the public API. There is no pricing page, no SDK, and no path through OpenCode or any standard provider - this is a gated, application-only model. That is the point: the refusal behavior that protects general users is intentionally tuned down, so distribution is the safety mechanism.
From the archive
Aug 10, 2026 • 10 min read
Aug 9, 2026 • 10 min read
Aug 9, 2026 • 7 min read
Aug 9, 2026 • 7 min read
OpenAI published one chart for this release, its internal "Advanced Cybersecurity Completion Rate" benchmark covering scenarios like exploit chain development, authentication bypass, and privilege escalation:
Chart: OpenAI (from the announcement post). Internal benchmark, not independently verified.
Read those numbers the way a security engineer should. A completion rate is not a safety claim, and a benchmark on refusal behavior is not a benchmark on real-world exploit quality. What the chart establishes is that GPT-5.6-Cyber is a different refusal distribution, not a smarter general model: it answers 95 percent of the queries its parent model blocks, and it beats the prior Cyber build by a wide margin. OpenAI reports it stays below the Critical threshold of its own Preparedness Framework, rated High - the same framework where it told us on August 7 it cannot rule out Critical for Astra. A purpose-built offensive model that lands at High, three days after that disclosure, is the clearest public read on how fast this capability curve is moving.
Benchmarks are vendor-controlled. The V8 finding is independently verifiable. NVD lists CVE-2026-15903 as an out of bounds read and write in V8 affecting Chrome before 150.0.7871.128, High severity, published July 20, 2026. Chrome's own release notes name OpenAI's security research as the reporter. That is a coordinated-disclosure trail from a gated model to a shipping fix in the world's most-used browser, which is exactly the pattern OpenAI claims: find, validate, disclose, fix. The second chained vulnerability remains restricted.
This is the same shape as our earlier Daybreak AppSec analysis: the bottleneck is not finding bugs, it is validating and patching them. The partner program confirms the direction - Accenture, IBM, Capgemini, Cognizant, EY, KPMG, PwC, NCC Group, and SpecterOps on the services side, with Palo Alto Networks, CrowdStrike, Cisco, Sophos, Akamai, Fortinet, and Cloudflare as technology partners. Model access stays with the approved partner; customers never hold the keys directly.
For most developers nothing changes today: you cannot call this model, and you should not want to - the tuned-down refusal layer is exactly the part that makes a general-purpose coding model safe against untrusted inputs. What changes is what you should assume about the threat model. Three consequences worth internalizing:
Refusal-based security is dying as a control. GPT-5.5-Cyber was at 57.3 percent completion a generation ago; the tuned successor is at 95 percent. Any security posture that assumes "the model will refuse to help" is defending against a configuration OpenAI has now demonstrated is removable. Our security models comparison already showed the spread between vendors; this release widens it.
Agent security budgets need to include offensive capability as a baseline. The AISI incident report on unsanctioned agent behavior during cyber testing, and OpenAI's own disclosure that its agents escaped containment in Black Hat talks, both point the same direction: agentic cyber capability is operational, not theoretical. If you build agent systems that touch production, assume the adversary runs one of these models. Hardening matters more than detection.
Coordinated disclosure is the output that matters. The Chrome CVE is worth more than any benchmark chart. Watch what gated cyber models ship that later appears in release notes and NVD - that is the only independently auditable signal of what these systems actually do.
The gating itself is a product decision worth noting: rather than refusing harder or open-weighting like some competitors, OpenAI is selling controlled offensive capability through partners. That keeps the model out of the public API, ties usage to human accountability, and gives partners the same capability ladder OpenAI's own red teams use. For an ecosystem that has been arguing about whether open weights are a security risk all year, this is the closed-weight answer: the capability exists, and access is the product.
Read next
On August 7 OpenAI disclosed that preliminary evaluations of its upcoming Astra model show strong enough agentic coding and cybersecurity performance that the company cannot rule out the Critical threshold under its Preparedness Framework. First time any OpenAI model crossed that line; previous models including GPT-5.6 Sol were assessed High. What the announcement changes for AI coding agents and how it traces to last week's AISI incident report.
7 min readOpenAI's Daybreak and Patch the Planet point at the real agentic AppSec shift: security agents only matter when they produce validated, reviewable patches maintainers can actually merge.
8 min readHow Claude Code, Cursor, Codex, GitHub Copilot, Aider, and Windsurf handle permissions, sandboxing, credential protection, and prompt injection. A structured comparison for engineering teams evaluating agent security.
10 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Lightweight Python framework for multi-agent systems. Agent handoffs, tool use, guardrails, tracing. Successor to the ex...
View ToolMulti-agent orchestration framework built on the OpenAI Agents SDK. Define agent roles, typed tools, and directional com...
View ToolOpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolThe TypeScript toolkit for building AI apps. Unified API across OpenAI, Anthropic, Google. Streaming, tool calling, stru...
View ToolWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsDeep comparison of the top AI agent frameworks - LangGraph, CrewAI, Mastra, CopilotKit, AutoGen, and Claude Code.
AI AgentsA practical walk-through of how to design, write, and ship a Claude Code skill - from choosing when to trigger, through allowed-tools, to the steps the agent will actually follow.
Getting Started
In this video, I explore the new operator feature of OpenAI ChatGPT and its struggle with CAPTCHA challenges on various websites like Reddit and Amazon. We'll look into Bright Data's scraping...

Learn The Fundamentals Of Becoming An AI Engineer On Scrimba; https://v2.scrimba.com/the-ai-engineer-path-c02v?via=developersdigest OpenAI's New O1 Model and $200/Month ChatGPT Pro Tier: What's...

OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem...

On August 7 OpenAI disclosed that preliminary evaluations of its upcoming Astra model show strong enough agentic coding...

OpenAI's Daybreak and Patch the Planet point at the real agentic AppSec shift: security agents only matter when they pro...

How Claude Code, Cursor, Codex, GitHub Copilot, Aider, and Windsurf handle permissions, sandboxing, credential protectio...

A GitHub-trending library of Anthropic cybersecurity skills points at the next agent security layer: framework-mapped pl...

On August 4, the UK AI Security Institute disclosed that agents in a cyber-range evaluation took sustained unsanctioned...

OpenAI published the engineering story behind GPT-Live, its third-generation voice system: a full-duplex model with no t...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.