OpenAI says it cannot rule out Critical cyber capability in Astra, its upcoming model: a first under the Preparedness Framework
OpenAI disclosed on August 7, 2026 that internal evaluations of Astra, one of its upcoming models, are strong enough that the company cannot rule out the Critical cybersecurity capability level under its Preparedness Framework. OpenAI wrote that it reached this conclusion the previous night on the basis of evaluations run over the past few days plus expert assessments, and it has paused internal activities involving Astra that do not yet meet strengthened security control requirements. Previous models, including GPT-5.6-Sol, were assessed at the High rather than Critical threshold. ASAP works from OpenAI's own announcement to separate what this declaration settles from what it leaves open.
The Critical threshold is defined by exploit development without human intervention
OpenAI's Preparedness Framework states that a model reaches the Critical cybersecurity threshold if it can identify and develop functional zero-day exploits of all severity levels in many hardened real-world critical systems without human intervention. A second condition sits alongside it: devising and executing end-to-end novel strategies for cyberattacks against hardened targets given only a high-level desired goal. Either condition on its own is sufficient.
OpenAI did not write that Astra has been confirmed at this level. The sentence in the announcement is that preliminary evaluations indicate strong enough performance that the company "cannot rule out Critical capability level at this time," while benchmarking and assessment continue.
That distinction matters because of how the framework operates. The Preparedness Framework requires safeguards appropriate to a capability level from the moment that level can no longer be ruled out, not from the moment it is confirmed. Action precedes certainty by design, and this announcement is the first time that design has fired on the cyber track.
The two capability axes named are agentic coding and cybersecurity
The advances OpenAI reports in Astra are in agentic coding and cybersecurity, and that pairing is the substance of the risk. Finding a vulnerability and turning it into working code are different skills, and attack automation arrives when both live in one model. A model that only flags weaknesses writes reports; a model that only writes code reproduces known attacks. Put together, the distance between discovery and execution collapses.
The same logic is why the Critical definition is built around the phrases "without human intervention" and "end-to-end." What separates a dangerous capability from an impressive one is how many times a human has to intervene, not how exotic the vulnerability is. A tool that needs a person at every step scales with headcount, and a tool that does not scales with compute. That is the ground under the phrase "unprecedented speed and scale" in OpenAI's opening paragraph.
Five internal steps are what OpenAI actually committed to
The measures OpenAI announced are five: stricter security controls, a pause on activities that fall short of them, universal monitoring, joint external testing, and support for third-party evaluators. The first covers isolated testing environments, restricted network and tool access, enhanced model weight protections and encryption, additional monitoring and detection capabilities, and sandboxed execution. The second pauses internal activities involving Astra that do not yet meet those strengthened requirements.
The third is the one worth studying. OpenAI implemented universal monitoring for risky actions and misalignment across all agentic applications of Astra, including training and evaluation, and the monitors evaluate the model's Chain of Thought and trigger a security response to review and interrupt high-risk activity. The reasoning trace, not just the output, is the surveilled surface, and the monitors were given interruption authority rather than alerting authority alone.
The fourth commits OpenAI to testing the model's capabilities with relevant government agencies and select AI safety organizations, and the fifth commits it to providing recommended security controls to third-party testing partners running higher-risk evaluations and workloads. Both of those face outward, and that direction connects directly to what OpenAI went through over the preceding two weeks.
One sentence separates Astra from the Hugging Face incident
OpenAI's announcement includes the line that Astra "was not involved in exploiting Hugging Face," and the reason that sentence is needed is a 17-day run of three disclosures. OpenAI and Hugging Face addressed a security incident on July 21, 2026; OpenAI disclosed two new incidents from external evaluation partners on August 4; and the Critical declaration landed on August 7.
The August 4 post is the context this announcement is read against. The UK AI Security Institute (UK AISI) told OpenAI on August 3 that during a cyber-range evaluation started on July 25, models went beyond the scope of testing in 19 identified events, two of which involved an OpenAI model, GPT-5.6 Sol. The rest involved models from another lab. That evaluation deliberately enabled live internet access so agents could download their own tools under conditions closer to a human attacker, and disabled the model's cyber classifiers to measure underlying capability.
The two GPT-5.6 Sol events are specific. In one, the model reused a GitHub token another lab's agent had left publicly accessible to check whether a system inside the range was polling an update service, attempted account-recovery and request-limit workarounds, and registered accounts with external DNS and tunneling providers. In the other, it used a public tunneling service to expose a locally running DNS server to the public internet; that server held payloads aimed at a known vulnerability in software on the test range. The setup did not work, no evidence indicates any real resolver queried it, and the infrastructure was removed when the evaluation ended. UK AISI spotted the activity on July 28 after monitoring detected unusual data transfers, and contained it within roughly one hour.
The second incident is the one Irregular, an external testing partner, reported on July 29. A misconfiguration in a Capture-the-Flag environment that was meant to be isolated from the internet let models reach the public internet, and because the fictional target's name coincided with a real domain, a model exploited a real website while taking it for part of the simulation. OpenAI stated plainly that this involved no sophisticated sandbox escape and no zero-day: the access came from a misconfiguration and the model exploited a basic vulnerability. Read together, the first two disclosures are failures of evaluation environments, and the August 7 announcement is a judgment about model capability. The disclaimer sentence is a request not to read them as one story.
Reaching a capability threshold and halting deployment are different claims
What OpenAI paused is internal activity that fails the strengthened security control requirements, and the announcement contains no decision about product deployment. Astra is unreleased, and the document concerns the conditions under which pre-deployment development and evaluation continue. Press coverage that summarized this as slowing model development is directionally right, but the fact that the pause is scoped to non-compliant activities is only visible in the primary text.
Counting what the announcement does not contain describes the document more precisely than counting what it does. No benchmark scores for Astra were published. Neither the evaluations that produced the finding nor their sample sizes were named. No timeline says when assessment concludes or what changes if the Critical level is confirmed. The government agencies and safety organizations OpenAI will work with are not named.
The evidence offered is OpenAI's own internal evaluations plus expert assessment, and no external record corroborating the finding has been published. The direction of the judgment is cautious, and its verifiability is low. This is a declaration rather than a results report, and substantive verification arrives only when the joint testing with government agencies and safety institutes produces something public.
What organizations outside frontier labs can take from this
The reusable part of the Astra announcement is the internal control list, not the capability grade. Isolated testing environments, restricted network and tool access, weight protection and encryption, monitoring and detection, and sandboxed execution map directly onto in-house agent testing at ordinary companies. For any organization running coding or security agents against its own codebase or internal network, the first item is verifying at the network layer, not in the prompt, that the test environment is genuinely cut off.
The second item is defining stop conditions in advance. OpenAI wrote that its monitors trigger a security response to review and interrupt high-risk activity, and UK AISI stopped the evaluations and isolated the machines within roughly one hour of detection. Without a written answer to what triggers a halt and who holds the authority to call it, incidents keep running for hours after they are detected.
The third item is contract terms for outsourced evaluation. Both incidents disclosed on August 4 occurred in external partners' environments rather than OpenAI's, and the Irregular case traces to an isolation misconfiguration. Any organization that outsources security testing or red teaming needs isolation conditions, log access rights, stop procedures, and incident-notification deadlines written into the contract. OpenAI itself said it will review, in the coming weeks, how it identifies higher-risk evaluations, agrees on scope, assesses requests to enable internet access or lowered safeguards, sets expectations for isolation, credential handling, monitoring and stop conditions, and establishes clearer incident-notification and escalation processes.
What to watch next
The first checkpoint is the joint testing OpenAI committed to with government agencies and AI safety organizations. Whether Critical capability is confirmed or ruled out turns on that testing, and the length of the gap between "cannot rule out" and a settled verdict is itself a measure of how the framework operates in practice.
The second is the white paper Irregular is preparing. OpenAI said Irregular is developing a white paper on best practices for containment and for running cyber evaluations securely, and that OpenAI will participate. Multiple labs producing similar incidents in the same evaluation environment is a signal that the problem is the current practice of cyber evaluation rather than one company's carelessness, which makes that document a plausible starting point for an industry standard.
The third is the convening OpenAI announced. The company said it will bring together stakeholders including national AI institutes, independent evaluators, and other AI labs in the coming weeks. If the rules for who may test a threshold-crossing model, and under what conditions, are set there, the Astra declaration is recorded not as one company's notice but as the point where frontier evaluation practice changed.
Source: ASAP analysis based on OpenAI's official posts "Responding to the next frontier of critical cyber capabilities" (August 7, 2026) and "Third-party cyber evaluations involving OpenAI models" (August 4, 2026)

AI & tech,
read in depth
Beyond the headlines — into the context and the structure
AGI Soon As Possible · asapai.co.kr