Researchers Show Encrypted Reasoning Traces Can Be Stolen Across OpenAI, Anthropic and Google APIs
A paper published August 10 by researchers from the ELLIS Institute Tübingen and the Max Planck Institute found that encrypted chain-of-thought blocks returned by OpenAI, Anthropic and Google reasoning APIs are interchangeable across sessions and models, letting a weaker model decode and leak a stronger model's hidden reasoning in plaintext.
A paper titled "Stealing Reasoning Traces from Proprietary LLM APIs," posted to arXiv on August 10 by researchers Alexander Panfilov, David Schmotz, Ilia Shumailov, Luca Beurer-Kellner, Joachim Schaeffer, Ameya Prabhu, Jonas Geiping and Maksym Andriushchenko of the ELLIS Institute Tübingen and the Max Planck Institute for Intelligent Systems, discloses an architectural weakness in how OpenAI, Anthropic and Google return hidden chain-of-thought reasoning from their reasoning-model APIs.
The flaw
To protect intellectual property and limit information leakage, the major reasoning-model APIs don't store a model's step-by-step reasoning server-side. Instead they hand it back to the client as an encrypted block of text, which the client is expected to pass along unmodified with the next request in the conversation. The researchers found these encrypted blocks are fully interchangeable across different sessions, different users and even different models within the same provider's lineup. By injecting an encrypted reasoning trace produced by a stronger model into a request to a weaker, less-safeguarded model from the same provider, they could get that weaker model to decode and output the stronger model's hidden reasoning in plaintext — without any traditional jailbreak prompt.
Scale of exposure
Beyond the decryption technique itself, the team scanned public repositories and recovered 315,320 previously logged reasoning blocks, finding 367 pieces of personally identifiable information and 182 live credentials already sitting in plaintext-recoverable form. The paper lays out four distinct abuse paths: stealing a competitor's proprietary reasoning for model distillation, extracting private data from other users' previously published traces, recovering harmful content a model had concealed behind a "safe" visible answer, and hiding prompt injections inside an opaque reasoning block where downstream systems wouldn't inspect them.
Response and why it matters
OpenAI, Anthropic and Google have each mitigated the specific attack paths the paper demonstrates, and the primary extraction technique was no longer reproducible against production APIs as of the paper's publication. But the underlying finding — that "encrypted" reasoning is a usability feature, not a security boundary, once it's replayable across sessions and models — is a reminder for anyone building on top of hosted reasoning APIs: don't treat opaque reasoning blocks as a safe place to store or transmit sensitive context, and assume logged API traces could eventually be decoded by whoever controls the account associated with the model family that produced them.
Sources
AI-assisted reporting, overseen by the AgentsAI team. Spotted an error? Let us know.
Related agents
More ai news
DeepSeek Ships V4-Pro-0813 as Its Flagship Model Leaves Preview, Doubling Down on Agent Tasks
DeepSeek officially released DeepSeek-V4-Pro-0813 on August 13, moving its flagship model out of preview with sharply improved agent and coding benchmarks, a 1-million-token context window, and new Responses API and Codex-style tool support.
Nvidia Recruits Wall Street Giants to Mobilize $500 Billion in AI Infrastructure Financing
Nvidia signed memorandums of understanding with six major financial firms — including Goldman Sachs, BlackRock, Blackstone, Apollo, Brookfield and KKR — to source more than $500 billion in financing for AI data centers and chip purchases.
Nvidia Releases Nemotron 3.5 Lightning, an Open-Source Model Built for Agentic Workloads
Nvidia released Nemotron 3.5 Lightning, a 30-billion-parameter open-weight mixture-of-experts model with 3 billion active parameters, along with published training data and a new open-source agent-routing library called NeMo Switchyard.
Meta Releases Muse Glimmer, a 30B Open-Weight Model Built to Run Local Agents on One GPU
Meta launched Muse Glimmer, a 30-billion-parameter open-weight model distilled from its Muse Spark flagship and compressed to run agentic workloads on a single consumer GPU, with Zuckerberg pledging to open-weight Muse Spark 1.2 next.