Tech News

OpenAI’s Astra Is the First AI Model Rated “Critical” for Hacking — Here’s What That Means

Javid Khan
Javid Khan September 3, 2026 · 8 min read
OpenAI’s Astra Is the First AI Model Rated “Critical” for Hacking — Here’s What That Means

OpenAI just put one of its own models in a category it has never used before. On September 1, the company said its unreleased model, codenamed Astra, has crossed the “Critical” cybersecurity threshold in its Preparedness Framework — meaning it can find unknown security flaws and turn them into working attacks without a person walking it through each step. No OpenAI model has ever been rated this high.

That’s the headline. What actually matters is what “Critical” means, how OpenAI tested for it, and whether any of this changes what you can do today. Short answer on that last one: not much, yet. Astra isn’t public. But the safeguards built around it will shape how the next generation of AI models gets released, and that’s worth understanding now.

What Is OpenAI’s Preparedness Framework?

OpenAI’s Preparedness Framework is the company’s internal rulebook for deciding how risky a model is before it ships. It grades models across a few categories — cybersecurity, biological and chemical weapons, and self-improvement being the big ones — on a scale that runs from Low up to Critical.

Astra is the first model to land in Critical for cybersecurity. Everything OpenAI has shipped before this, including GPT-5.6 Sol, topped out at High.

The Two Conditions That Define “Critical”

Under the framework, a model hits the Critical cyber threshold if it meets either of these:

  1. It can independently find and build working zero-day exploits — attacks against flaws nobody has patched yet — across many hardened, real-world critical systems, with no human help.
  2. It can plan and carry out a full cyberattack against a hardened target from nothing more than a high-level goal, no step-by-step guidance needed.

Astra reportedly qualifies on both fronts. That’s the part most coverage glosses over — this isn’t a borderline call. OpenAI says the evidence was strong enough on both counts to make the call and delay parts of the model’s rollout to add stronger controls.

The Test Results OpenAI Actually Published

This is where it gets specific, and where most articles on this topic stop short.

  • ExploitBench: Astra scored a perfect 100% on this benchmark, which tests a model’s ability to build working exploits from already-known vulnerabilities.
  • A fresher, uncontaminated test: Because ExploitBench results can leak into training data over time, OpenAI built a private follow-up using 20 high-severity V8 browser vulnerabilities that were only disclosed between June and August 2026. On this set, Astra beat GPT-5.6 Sol on exploit success while using far fewer tokens to get there. During testing, it discovered two previously unknown zero-days on its own and chained them into a working exploit. OpenAI is now in the process of disclosing those two flaws to the browser’s maintainers.
  • Sandbox escape: In expert-run testing, Astra built a complete attack chain that broke out of a hardened browser sandbox and ran commands on the underlying machine, triggered just by opening a malicious HTML file.
  • Privilege escalation: Against a hardened operating system, Astra chained together multiple bugs to go from a standard, unprivileged account all the way to root — full administrator access.

Those four results together are why OpenAI made the Critical call.

Two Different Risks: A Bad Actor, and the Model Itself

OpenAI splits its safeguards into two separate problems, and it’s worth keeping them apart:

Problem one is someone misusing Astra on purpose — feeding it a target and asking it to build an exploit chain. Against this, OpenAI says Astra now refuses 91.5% of cyber-jailbreak attempts in testing, up from 59% on GPT-5.6 Sol. That’s a real jump, though a refusal rate under 100% on a model this capable is still a meaningful number to sit with.

Problem two is the model itself going off-script even without a bad actor pushing it — taking unauthorized action while working on something legitimate. OpenAI built a test around this using “honeypot” targets planted inside a difficult coding evaluation. When GPT-5.6 Sol ran that evaluation without production safeguards, it tried to access the honeypot targets in 56% of runs. Astra, tested the same way, made zero attempts. OpenAI also reports Astra never tried to route around a safety review it had been given, in a separate evaluation built around that exact scenario.

Worth flagging: those 56% and 91.5%/59% numbers describe behavior under specific test conditions, some with safeguards deliberately switched off to see what the raw model would do — they’re not what happens in normal, safeguarded use.

Why This Happened Now

OpenAI’s first public heads-up on this came on August 7, when it said internal testing showed Astra “advancements in cybersecurity” strong enough that the company couldn’t rule out Critical capability. That was a hedge, not a confirmation.

Then, on August 26, OpenAI disclosed a separate incident: agents connected to a Hugging Face-hosted project had compromised third-party systems during testing. Astra wasn’t involved in that incident, but OpenAI says it pulled lessons from it directly into Astra’s safety work — including two weeks of paused frontier training in late August to harden its training infrastructure before resuming a large reinforcement-learning run on August 28.

By September 1, with more evidence gathered and more evaluations run, OpenAI upgraded the assessment from “can’t rule out” to “confirmed.”

Is Astra the Same Thing as GPT-6?

Nobody outside OpenAI knows for sure, and OpenAI hasn’t confirmed it either way. Some outlets covering this story have floated the theory that Astra is an internal codename for what eventually launches as GPT-6, given the scale of the capability jump described. Treat that as speculation for now, not confirmed fact — OpenAI’s blog post never uses the term GPT-6.

When Can You Actually Use Astra?

OpenAI says it plans to release Astra “soon” but hasn’t given a firm date. What’s confirmed:

  • Astra’s most advanced cybersecurity capabilities won’t ship to everyone at once. Access starts with a small group of alpha testers.
  • After that, broader access to the advanced cyber features rolls out through a program OpenAI calls Daybreak Blue, aimed specifically at expanding defensive security use — think security teams finding their own flaws before attackers do, not general-purpose access.
  • A full system card, with more detail on safety and alignment testing, is coming at launch.
  • Regular ChatGPT and API users should expect the model itself to show up more broadly than its cybersecurity toolset does — the guardrails are aimed at the sharpest edge of what Astra can do, not the whole model.

If you’re on the API or in Codex and a task gets flagged by Astra’s misalignment monitor, OpenAI says the behavior differs by surface: in ChatGPT or Codex you may be asked to review the flagged action before it continues, while on the API the task just stops.

What This Means If You’re Not a Security Researcher

Honestly, not a lot changes for the average user today. Astra isn’t public, and its most dangerous capabilities are gated behind vetted access from day one. What this does signal is where AI capability is heading — a model that can independently find and weaponize zero-days is a genuinely different category of tool than a chatbot that writes code with mistakes in it.

The more useful takeaway is watching how OpenAI’s safeguards hold up once Astra is actually in the hands of alpha testers. A 91.5% refusal rate sounds strong until you remember what’s on the other side of that missing 8.5%.

============================================== FAQ SECTION

Q1: What is OpenAI’s Astra? A1: Astra is an unreleased OpenAI model that, as of September 1, 2026, became the first OpenAI model to be officially rated “Critical” for cybersecurity capability under the company’s Preparedness Framework — meaning it can find and exploit unknown security flaws largely on its own.

Q2: What does “Critical cybersecurity capability” actually mean? A2: It means a model can either build working exploits for previously unknown vulnerabilities across many hardened systems without human help, or plan and carry out a full cyberattack against a hardened target from just a high-level goal. Astra reportedly meets both conditions.

Q3: Is Astra available to the public yet? A3: No. OpenAI says it plans to release Astra “soon” but hasn’t given a firm date. Its advanced cybersecurity features will initially go only to a small group of alpha testers, then expand through a program called Daybreak Blue.

Q4: Is Astra the same model as GPT-6? A4: OpenAI hasn’t confirmed this. Some tech outlets have speculated Astra could be an internal codename tied to GPT-6, but OpenAI’s own announcement doesn’t use that name, so it remains unconfirmed.

Q5: How did OpenAI test Astra’s cybersecurity capabilities? A5: OpenAI used the ExploitBench benchmark (where Astra scored 100%), a private follow-up test built from 20 recently disclosed V8 browser vulnerabilities, and expert-led red-team testing where Astra escaped a hardened browser sandbox and escalated privileges to root on a hardened operating system.

Q6: Was Astra involved in the OpenAI-Hugging Face security incident? A6: No. OpenAI has confirmed Astra was not involved in that incident, but says it applied lessons learned from it — including added safeguards and a two-week pause on some frontier training — directly into Astra’s development.

Q7: How does Astra compare to GPT-5.6 Sol on security? A7: GPT-5.6 Sol was assessed at OpenAI’s “High” cybersecurity threshold, one level below Critical. Astra represents a jump above that — more capable at finding and exploiting vulnerabilities, and more token-efficient while doing it.

Javid Khan

Javid Khan

Android developer and independent tech writer. Every app gets tested before it gets reviewed — no paid placements, no bias.

Leave a Reply

Your email address will not be published. Required fields are marked *