GPT-6 Astra's Hardened Guardrails Fall to a Task-in-Prompt Jailbreak in 24 Hours
OpenAI launched GPT-6 Astra claiming its most robust jailbreak resistance yet. A researcher says an escalated version of a published attack technique bypassed it within a day.
Key Takeaways
- OpenAI released GPT-6 Astra on September 3, 2026, reporting 91.5–98.3% refusal rates on static jailbreak evaluations and calling it its most robust frontier model to date.
- Researcher Sergey Berezin says he bypassed Astra's safeguards within 24 hours using an escalated Task-in-Prompt (TIP) attack — a technique he co-published at ACL 2025 — combined with four additional methods, working through the public ChatGPT interface.
- OpenAI's own system card shows persistent multi-turn attackers still elicit a policy-violating response roughly one time in three, even before accounting for novel techniques like Berezin's.
- The claim has not been independently reproduced by third parties, but it fits a pattern: frontier hardening measurably raises the bar without closing the gap that creative, indirect prompting exploits.
A hardened model, launched with confidence
OpenAI shipped GPT-6 Astra on September 3, 2026, positioning it as a step up in both accuracy and safety over its predecessor, GPT-5.6 Sol. According to OpenAI's own system card, Astra posted refusal rates of roughly 91.5% to 98.3% on static jailbreak evaluations built from adversarial prompts generated by attacker models trained to break earlier GPT versions — and the card explicitly calls Astra "our most robust frontier model to date" across both static and multi-turn robustness testing (OpenAI GPT-6 Astra Deployment Safety Hub).
Coverage citing that system card and external red-teaming by Gray Swan's IPI Arena also reported an 8.5% failure rate against indirect prompt injection hidden in documents, down from 27% for GPT-5.6 Sol — though still behind the 4.8% figure reported for Anthropic's Claude Opus 5 (The Decoder).
The claimed bypass: an escalated Task-in-Prompt attack
Within a day of launch, security researcher Sergey Berezin said he had broken Astra's guardrails in both its "Light" and "Max" configurations, using the standard ChatGPT interface rather than API access. His method builds on Task-in-Prompt (TIP), a technique he co-authored with Reza Farahbakhsh and Noel Crespi in a paper presented at ACL 2025, "The TIP of the Iceberg: Revealing a Hidden Class of Task-in-Prompt Adversarial Attacks on LLMs" (ACL Anthology).
TIP does not ask a model directly for disallowed content. Instead, it wraps the request inside a secondary cognitive task — decoding a cipher, solving a riddle, executing code — so the model surfaces the prohibited output as a byproduct of solving the puzzle it was given. The original paper demonstrated the approach against six state-of-the-art models, including GPT-4o and Llama 3.2, and introduced a benchmark (PHRYGE) for measuring it systematically.
Berezin reported that Astra required a longer, modified version of TIP layered with four additional techniques to break — evidence that OpenAI's hardening did raise the difficulty. He said he privately sent OpenAI the full prompt, the unredacted model response, and reproduction steps before discussing the result publicly (Search Engine Watch). As of this writing, the bypass has not been independently reproduced by third-party outlets.
Why this matters beyond one model
The interesting number isn't the headline refusal rate — it's what happens when attackers get creative. OpenAI's own multi-turn evaluations show that persistent, adaptive attackers still elicit a problematic response roughly one time in three across a conversation, even without resorting to indirect, disguised techniques like TIP. Single-shot jailbreak benchmarks measure resistance to *known* attack patterns; they say little about resistance to a new construction an outside researcher assembles the day after launch.
That gap is structural, not a defect specific to Astra. Any model that follows instructions well enough to be useful can, in principle, be steered through instructions embedded in a task it's asked to solve. Vendor-side hardening shifts the cost of an attack upward — Berezin needed a more elaborate construction than the base TIP paper required against older models — but it has not yet closed the door entirely on any frontier system, OpenAI's or otherwise.
The practical takeaway
For teams building on top of frontier models, vendor refusal-rate statistics are a useful signal but not a control you can rely on alone. Guardrails that hold against a fixed benchmark can still fail against a motivated party who has read the same academic literature the vendor's red team has. Defense-in-depth — input/output filtering, task-scoped tool permissions, and independent adversarial testing of your own deployment rather than trust in the base model's card — remains the only approach that degrades gracefully when the next TIP-style technique surfaces.
Frequently Asked Questions
What is a Task-in-Prompt (TIP) attack?
TIP embeds a disallowed request inside a secondary task — such as decoding a cipher, solving a riddle, or executing code — so the model produces the prohibited content while working through the puzzle rather than in response to a direct ask. It was first published by Sergey Berezin, Reza Farahbakhsh, and Noel Crespi at ACL 2025.
Has OpenAI confirmed the GPT-6 Astra jailbreak?
OpenAI has not publicly confirmed it as of publication. Berezin says he privately disclosed the full prompt, response, and reproduction steps to OpenAI, and the claim has not been independently reproduced by third-party outlets.
Does this mean GPT-6 Astra is less safe than earlier OpenAI models?
No. OpenAI's own system card reports Astra's static jailbreak refusal rates and indirect-injection defenses as improvements over GPT-5.6 Sol. The finding shows that improved resistance did not eliminate creative, indirect jailbreaks — not that Astra regressed relative to its predecessor.
Sources
- 1OpenAI's GPT-6 Astra hallucinates less but remains vulnerable to hidden prompt injections — The Decoder
- 2GPT-6 took just a day to jailbreak, researcher claims — Search Engine Watch
- 3GPT-6 Astra System Card — Jailbreaks — OpenAI
- 4The TIP of the Iceberg: Revealing a Hidden Class of Task-in-Prompt Adversarial Attacks on LLMs — ACL Anthology