Skip to content
RESEARCH INDEX BREACHROAD / INTELLIGENCE NOTE

GPT-5.5: 82.7% Terminal-Bench and a new cyber capability threshold

Technical GPT-5.5 analysis: agentic coding, Terminal-Bench 2.0, SWE-Bench Pro, computer use, GB200/GB300 inference and High safeguards.

PUBLIC RESEARCH
AUTHOR
/ CEO of Breachroad · OSCP · PNPT
PUBLISHED
23 April 2026
READING TIME
17 min read
TOPIC
AI Security
GPT-5.5: 82.7% Terminal-Bench and a new cyber capability threshold

OpenAI introduced GPT-5.5 on 23 April 2026, targeting long agent tasks, coding, computer use and research. OpenAI reported 82.7% on Terminal-Bench 2.0, 58.6% on SWE-Bench Pro, 84.9% on GDPval and 78.7% on OSWorld-Verified. GPT-5.5 and Pro entered the API on 24 April.

These figures indicate direction rather than an absolute ranking. Harness, reasoning settings, tools and time accounting matter. The practical claim is better task persistence, checking and movement across tools with fewer retries.

Agentic coding as an engineering loop

Terminal-Bench tests planning and terminal-tool iteration; SWE-Bench Pro uses repository issues. A strong model can inspect code, form a hypothesis, edit multiple files, test and recover. It does not make every patch secure.

Measure pass rate on your issues, first-pass CI, regressions and security findings, tool calls and cost per correct task, review time, human rewrites, ambiguous-scope behaviour and response to malicious repository instructions.

Computer use needs isolation

GPT-5.5 also targets desktop, document and spreadsheet work. OSWorld measures computer operation, but a production desktop contains email, credentials, finance and customer data. Do not give the agent a user’s full session.

Use a separate profile or VM, application/domain allowlists, no password manager and blocks on payments or external sending. Screens and websites are untrusted inputs capable of prompt injection.

Inference as a system

OpenAI says GPT-5.5 was co-designed for NVIDIA GB200 and GB300 NVL72. Traffic analysis and Codex-assisted partitioning heuristics reportedly increased token generation by over 20%. This internal result shows that frontier inference spans architecture, kernels, scheduling and real traffic.

Cost depends on cache, context, reasoning effort, tools and retries. Calculate the whole task rather than only token list price.

Cybersecurity: High, not Critical

OpenAI treats GPT-5.5 cyber and biological/chemical capabilities as High under its Preparedness Framework, below Critical cyber but above GPT-5.4. Targeted evaluations, red teaming, safeguards and trusted defender access accompanied release.

Role-based access, tool logs, target scope and misuse monitoring are therefore necessary. Content filters alone cannot control a model with a shell.

Control consequences

Create policies for read, edit, execute, network, deploy and high-risk cyber tasks. Each receives different tools, credentials and approval. Models cannot expand their own scopes. Tests, SAST, secret scanning and human review remain independent gates.

Limit multi-agent fan-out, budget and shared memory. Final validation should see diffs, tests, sources and action history. Research outputs need citations and explicit separation of source claims from inference.

Separate cyber use cases

A defensive assistant triaging logs does not need the same tools as an agent in an authorised lab. Define profiles for read-only triage, remediation that proposes patches, a validator that runs tests and an operator that applies approved change. Offensive work needs explicit target scope, an authorisation window, network boundaries and command logging. An out-of-scope endpoint must be blocked by execution controls, not a polite prompt instruction.

Treat model findings as hypotheses. Confirm a suspected vulnerability with a minimal safe test and human review; validate detection rules against positive and negative data; require regression tests for fixes. Never submit CVE requests or vendor reports automatically without validating affected versions and impact.

Signals to monitor

Alert on out-of-scope scanning, secret access, encoded or fragmented payloads, shell-command spikes, attempted guardrail removal and repeated approval bypass. Retain session, model, tool, argument digest and result identifiers. Redact sensitive content while preserving enough evidence to reconstruct an incident. High capability is useful only when the consequence of error is bounded.

Pair rollout with agent red-team harnesses, coding-agent supply-chain security and agent observability. For coding or cyber evaluation and safeguards, contact BreachRoad.


Primary sources: OpenAI — Introducing GPT-5.5, GPT-5.5 System Card.

SHARE / COPY