On August 10, 2026, OpenAI released GPT-5.6-Cyber, a model built on GPT-5.6 Sol and trained specifically to find software vulnerabilities and build the exploit chains that turn them into working attacks. It is the first model OpenAI has classified as reaching the "High" cybersecurity capability threshold under its own Preparedness Framework, and it is offered only through a vetted-access tier called Daybreak Red. The release is notable less for any single benchmark than for what it represents: a frontier lab shipping a tool that is deliberately good at offense, and betting that putting it in defenders' hands does more good than harm. This piece lays out what the model actually does, what the "High" label means, and how to think about the trade it embodies.
What the model is built to do
Most general-purpose models are trained to refuse a large share of security requests, because the same steps that harden a system can be repurposed to break into one. GPT-5.6-Cyber inverts that posture for a narrow, gated audience. OpenAI describes it as trained to reduce refusals on dual-use security work and to complete end-to-end tasks that ordinary models decline, from analyzing unfamiliar binaries to chaining several weaknesses into a single working exploit.
The headline number is a jump on OpenAI's internal Advanced Cybersecurity Completion Rate evaluation. GPT-5.6-Cyber completes 95.0 percent of the requests on that benchmark, against 1.5 percent for the untuned GPT-5.6 Sol it is built on. That gap is the whole design in one figure: the capability was always partly latent in the base model, and the specialized version removes the guardrails and adds the training that let it finish the job.
Cyber tuning turns a refusal into a result
Share of tasks completed on OpenAI's internal Advanced Cybersecurity Completion Rate evaluation. The base model declines almost everything; the cyber-tuned version finishes nearly all of it.
The benchmark is OpenAI's own internal measure. Independent evaluations of GPT-5.6-Cyber were not available at release.
The most concrete evidence OpenAI offered was not a benchmark at all. The company says it pointed the model at Google's V8, the JavaScript engine inside Chrome, and it surfaced two previously unknown vulnerabilities that could be chained together to corrupt memory and escape the engine's sandbox. OpenAI reported the findings to Google through coordinated disclosure, and Google shipped a fix, tracked as CVE-2026-15903. A real, patched bug in one of the most scrutinized codebases on earth is a stronger signal than any internal eval, because V8 is already picked over constantly by human researchers and automated fuzzers.
What "High" actually means
The "High" label is not marketing. It is a defined rung on OpenAI's Preparedness Framework, the internal system the company uses to decide how much caution a given capability warrants. Under that framework, a High cybersecurity capability is one that "removes existing bottlenecks to scaling cyber operations," either by automating full operations against reasonably hardened targets or by automating the discovery and exploitation of operationally relevant vulnerabilities. GPT-5.6-Cyber is the first model OpenAI has placed at that rung. It is deliberately not classed as "Critical," the tier above, which would imply a capability the company judges too dangerous to deploy in this form at all.
The capability was always partly latent in the base model. The specialized version removes the guardrails and adds the training that let it finish the job.
On the 1.5 percent to 95 percent jump
Placing the model at High rather than Critical is the crux of the decision. It says OpenAI believes this level of offensive capability can be released safely if access is controlled tightly enough, and that the defensive upside justifies doing so. The controls are the other half of the argument. The model is available only through Daybreak Red, the higher tier of OpenAI's vetted access program, and starting September 1, 2026, every individual Daybreak account will be required to use a hardware security key. Those are not incidental details. They are the conditions under which OpenAI is willing to call a High-tier offensive model an acceptable thing to ship.

The defender-versus-attacker math
The optimistic case is straightforward. Defenders are chronically outnumbered, and a tool that can read unfamiliar code, spot a flaw, and demonstrate how it would be exploited compresses work that used to take a skilled team days. Used inside a security program, that shortens the window between a vulnerability existing and a patch shipping. The V8 example is exactly this story: a serious bug found and fixed before it was known to be abused in the wild.
The pessimistic case is the mirror image. The same capability that lets a defender find a bug faster lets an attacker weaponize one faster, and gating does not make the underlying capability disappear. It concentrates it behind an access check that has to hold. The honest position is that both readings are true at once, and which one dominates depends on facts that are not settled yet: how well the vetting screens out bad actors, whether the capability leaks or gets reproduced by open-weight models, and whether defenders actually adopt it at the scale needed to stay ahead. Naming those dependencies is more useful than declaring the release either reckless or obviously right.
Why gating is the real product
It is worth being precise that the model is not the only thing OpenAI shipped here. The access program is. Anyone can imagine an offense-tuned model; the hard part is deploying one without handing it to the people it is meant to defend against. The hardware-key requirement, the two-tier Daybreak structure, and the vetting process are the mechanism that is supposed to make a High-tier capability safe to exist. If that mechanism works, the release looks like responsible disclosure at industrial scale. If it fails, the same capability becomes a liability, and the failure will not be in the model but in the gate around it.
For organizations building security programs on top of models rather than training their own, the practical lesson is about not betting the whole workflow on one vendor's gate or one model's behavior. Keeping the security-review layer independent, able to route work across models and to swap providers as capabilities and access terms change, is the model-agnostic posture that platforms like Metir AI are built around. It does not resolve the dual-use question, but it keeps a team from being locked into a single lab's answer to it.
The takeaway
What is verifiable is clear enough. OpenAI released a model it rates at the High cybersecurity threshold, it scores 95.0 percent on an internal offensive-security eval where the base model scores 1.5 percent, it reportedly found and helped fix real vulnerabilities in Chrome's V8 engine, and it is locked behind a vetted-access tier with hardware-key enforcement. What is not yet verifiable is the thing that matters most: whether an offense-grade model, released under tight controls, ends up helping defenders more than it helps attackers. That answer will come from how the gate holds and how quickly defenders put the capability to work, not from any number on a benchmark.
Sources:
- OpenAI unveils GPT-5.6-Cyber to help prepare for AI cyberattacks | Axios
- OpenAI launches GPT-5.6-Cyber with reduced refusals, 95% completion on advanced cybersecurity tasks | VentureBeat
- OpenAI Launches GPT-5.6-Cyber with Reduced Safeguards for Exploit Development | The Hacker News
- OpenAI launches GPT-5.6-Cyber as AI narrows vulnerability response window | CSO Online
- GPT-5.6-Cyber refuses security researchers' requests far less often | Help Net Security
- OpenAI Ships GPT-5.6-Cyber, Its First Offense-Grade Hacking Model | Forbes
Image credits
Header image: colored source code on a display, via Wikimedia Commons, licensed under CC BY-SA 4.0. In-body photograph of a security operations center, via Wikimedia Commons, a public-domain U.S. government work; it is illustrative of a security operations center generally, not an OpenAI facility. Both images were reviewed before use.
