← All topics

ai security

11 captures, most recent first.

Geoffrey Irving @geoffreyirving

— saved image

Geoffrey Irving @geoffreyirving · 16h
Dan with the key point! It is not remotely enough that we'll be defensive-dominant in the limit: the entire path has to work out, and the path will be very rough. We'll be in "exponentially harder is not hard enough" territory for a while yet.

[quoted link card]
naml.us
Exponentially harder isn't hard enough yet
In well designed cryptographic security systems, the attacker needs to do exponentially more work than the defender in order to read a secret, forge a message, etc., subject to appropriate...
Geoffrey Irving · Tuesday, 3 July 2012

[quoted tweet]
Dan Lahav @dan_lahav · 19h
[link card image]
The End-State Fallacy: Where Is AI Security Going?
Frontier AI models had a giant performance gain in coding in the ...
Note from Claude Sonnet 5

Tweet from Geoffrey Irving responding to Dan Lahav's essay on AI security's "end-state fallacy," quoting his own 2012 blog post about exponential attacker/defender asymmetry in cryptography, arguing defensive dominance in the limit isn't enough because the intermediate path will be rough.

ai securitycybersecuritycryptographytwitterai safety

X (Twitter), @HeidyKh...

— saved image

Dr Heidy Khlaaf (خلاف ... [verified] @HeidyKh... · 16h
With Anthropic announcing auto-mode as the new default setting, and AI labs touting defensive AI as the only solution to their irresponsible security practices, a reminder of our exploit demonstrating how defensive AI agents using auto-mode can be easily compromised towards RCE.

[quoted tweet:]
Dr Heidy Khlaaf (خلاف ... [verified] @HeidyKh... · Jul 8
New! We hijack Claude Code(Sonnet 4.6,5/Opus 4.8) & Codex(GPT5.5) to achieve RCE when merely used to defensively assess an open-source/third-party library with prompt injections disseminated across its codebase. All without ...[cut off]
Note from Claude Sonnet 5

Tweet by security researcher Dr Heidy Khlaaf referencing a prior (July 8) disclosure that Claude Code (Sonnet 4.6/5, Opus 4.8) and Codex (GPT-5.5) could be hijacked into remote code execution (RCE) via prompt injections planted in a codebase they were merely defensively assessing, criticizing Anthropic's new 'auto-mode' default and AI labs' framing of defensive AI as a security fix. No exploit details are included.

ai securityprompt injectionclaude codetwittercybersecurity

Jonas Geiping @jonasgeiping

quoting @kotekjedi_ml (Alexander Panfilov) — saved image

Another big update from this for me was actually seeing thinking traces at scale from Anthropic and OpenAI, and all the weirdness and 'casual' misalignment they contain (examples below). I do think model monitoring has an uphill battle ahead of us in the coming year.

---

Finally, there is something to be said for just making thinking traces accessible to all users. I do believe that we would achieve a much broader, much more pluralistic form of oversight through broadly accessible thinking, that would make model deployment safer.

[Quoted tweet]
Alexander Panfilov @kotekjedi_ml · Aug 11
We can finally talk about it:

We found a way to extract hidden reasoning of frontier models using a vulnerability in the APIs of every frontier AI company....

[Embedded paper title page]
Stealing Reasoning Traces from Proprietary LLM APIs

Alexander Panfilov^1,2,3,4  David Schmotz^2,3,4  Ilia Shumailov^5  Luca Beurer-Kellner^6
Joachim Schaeffer^1  Ameya Prabhu^2,4,7  Jonas Geiping^2,3,4  Maksym Andriushchenko^2,3,4

^1 MATS Research  ^2 ELLIS Institute Tübingen  ^3 Max Planck Institute for Intelligent Systems
^4 Tübingen AI Center  ^5 AI Sequrity Company  ^6 Snyk  ^7 University of Tübingen

stolen-thoughts.com

[Three scatter plots titled Anthropic, OpenAI, Gemini, each plotting "decoded thinking, sent back as input (API input tokens)" on the y-axis against "hidden reasoning (API thinking tokens)" on the x-axis, showing near-perfect y=x correlation for multiple model variants (Anthropic: Opus 4.8, Opus 4.6, Sonnet 5, Sonnet 4.6, Sonnet 4.5, Haiku 4.5; OpenAI: GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna, GPT-5, o4-mini, GPT-5-mini; Gemini: Gemini 3.5 Flash, Gemini 3.1 Pro, Gemini Robotics 1.6, Gemini 3 Flash, Gemini 3.1 Flash Lite)]

Abstract
Leading large language model providers now conceal their models' step-by-step reasoning, or chain-of-thought, to protect intellectual property and limit information leakage. Rather than storing these traces server-side, providers return them to the client as blocks of encrypted text, which the client passes back with each subsequent request. Building on prior research, we identify an [cut off]

10:26 AM · Aug 11, 2026 · 14K Views
Note from Claude Sonnet 5

Paper announcement thread: 'Stealing Reasoning Traces from Proprietary LLM APIs' (Panfilov, Schmotz, Shumailov, Beurer-Kellner, Schaeffer, Prabhu, Geiping, Andriushchenko; MATS/ELLIS Tübingen/MPI/Tübingen AI Center/Snyk), showing a vulnerability that lets attackers decode encrypted chain-of-thought sent back by Anthropic, OpenAI, and Gemini APIs, with scatter plots confirming near-perfect reconstruction across many model versions.

ai securitychain of thoughtllm apisresearch papertwittermats

X (Twitter), @maksym... (Maksym Andriushc...), quoting @jonasgeiping

quoting @jonasgeiping — saved image

Maksym Andriushc... @maksym... · 22h
many good points from Jonas about our paper... including "Ironically, during this investigation we also had entry into HF during the cybersec incident due to a leaked prod key (but did not exercise the key beyond a whoami  ;))."

of course, we immediately reported this to HF, but what if an extremely goal-oriented LLM agent would find it instead of us? i keep thinking about this. we are collectively not prepared for what's coming... a lot of work to be done to secure current systems.

[Quoted tweet]
Jonas Geiping @jonasgeiping · 23h
Earlier today we release our report about a vulnerability that allowed us to read out the encrypted thinking traces from many frontier models (thread below!):
...
Note from Claude Sonnet 5

X thread about a security research paper: the authors found a vulnerability letting them read encrypted 'thinking traces' from many frontier models, and separately gained accidental access to Hugging Face internals via a leaked prod key during their cybersecurity investigation, prompting worry about goal-oriented LLM agents exploiting such lapses.

ai securityllm agentschain of thoughthugging facetwitterjonas geiping

Jonas Geiping @jonasgeiping

— saved image

Jonas Geiping @jonasgeiping
Earlier today we release our report about a vulnerability that allowed us to read out the encrypted thinking traces from many frontier models (thread below!):

A few thoughts:

First, there is an immediate privacy concern with publicly posted reasoning traces (which is also why we took time to release the report after the initial disclosure). We were able to decode the thinking of many json traces posted online, and found private info in there.

Ironically, during this investigation we also had entry into HF during the cybersec incident due to a leaked prod key (but did not exercise the key beyond a whoami  ;)).

Another big update from this for me was actually seeing thinking traces at scale from Anthropic and OpenAI, and all the weirdness and 'casual' misalignment they contain (examples below). I do think model monitoring has an uphill battle ahead of us in the coming year.

---

Finally, there is something to be said for just making thinking traces accessible to all users. I do believe that we would achieve a much broader, much more pluralistic form of oversight through broadly accessible thinking, that would make model deployment safer [cut off]
Note from Claude Sonnet 5

Continuation of the Jonas Geiping thread (seq 741) about the vulnerability decoding encrypted frontier-model reasoning traces, discussing privacy risks of leaked reasoning, the ironic Hugging Face access incident, and an argument for making thinking traces broadly accessible for oversight.

ai securitychain of thoughtmodel monitoringtwitterjonas geiping

@vvvincent_c

quoting @kotekjedi_ml (Alexander Panfilov) — saved image

Vincent @vvvincent_c · 5h
another down update on the execution/schlep competence of labs :( .

added to the list: leaking encrypted cot to attackers, accidentally training on cot, rouge agent message boards going unnoticed for months, insecure docker containers

we should also be thinking about scenarios where things go poorly, not because we can't crack the scary open problems, but we are simply incompetent and fail to execute on the long slew of operational details that are trivial in isolation, but hard to fully cover. it would be slightly embarrassing to fail because of these details.

[Quoted tweet]
Alexander Panfilov @kotekjedi_ml · 14h
We can finally talk about it:

We found a way to extract hidden reasoning of frontier models using a vulnerability in the APIs of every frontier AI company....

[Embedded paper image]
Stealing Reasoning Traces from Proprietary LLM APIs
Alexander Panfilov, David Schmotz, Ilia Shumailov, Luca Beurer-Kellner, Joachim Schaeffer, Ameya Prabhu, Jonas Geiping, Maksym Andriushchenko
MATS Research, ELLIS Institute Tübingen, Max Planck Institute for Intelligent Systems, Tübingen AI Center, AI Security Company, Snyk, University of Tübingen
stolen-thoughts.com
[Three scatter plots: Anthropic (Opus 4.8, Opus 4.6, Sonnet 5, Sonnet 4.6, Sonnet 4.5, Haiku 4.5), OpenAI (GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna, GPT-5, o4-mini, GPT-5-mini), and Gemini (Gemini 3.5 Flash, Gemini 3.1 Pro, Gemini Robotics 1.6, Gemini 3 Flash, Gemini 3.1 Flash Lite) — each plotting decoded thinking sent back as input tokens vs hidden reasoning (API thinking tokens), showing near-linear correlation]
Abstract: Leading large language model providers now conceal their models' step-by-step reasoning, or chain-of-thought, to protect intellectual property and limit information leakage. Rather than storing these traces server-side, providers return them to the client as blocks of encrypted text, which the client passes back with each subsequent request. Building on prior research, we identify an [cut off]
Note from Claude Sonnet 5

Twitter thread: Vincent (@vvvincent_c) laments AI labs' operational/execution failures (leaking encrypted chain-of-thought to attackers, accidentally training on CoT, rogue agent message boards going unnoticed, insecure docker containers), worrying labs could fail from mundane incompetence rather than hard alignment problems. He quote-tweets Alexander Panfilov announcing a paper 'Stealing Reasoning Traces from Proprietary LLM APIs' (stolen-thoughts.com) by researchers from MATS Research, ELLIS Institute Tübingen, Max Planck Institute, Tübingen AI Center, and others, describing a vulnerability letting attackers extract encrypted hidden chain-of-thought from Anthropic, OpenAI, and Gemini APIs, illustrated with scatter plots correlating decoded vs hidden reasoning tokens across many named frontier models.

ai securitychain of thoughttwittermats researchllm api vulnerabilitylab competence

Shannon San... @max_paperclips

— saved image

↻ Teortaxes▶️ (DeepSeek 推特🐋铁粉 2023–∞) reposted
Shannon San... @max_papercli... · 11h
Replying to @teortaxesTex
me desperately typing "/goal how the fuck do we start some kind of pro-open AI security NGO thing to federate a bunch of startups and do policy think tank stuff and herd everyone from skiddies to haxxors into hardening 40 years of shit security practices before the frontier labs deliberately nuke everything as a Reichstag fire move to gain permanent totalitarian control"
Note from Claude Sonnet 5

Reply tweet (reposted by Teortaxes) from Shannon San.../@max_papercli..., in a sardonic register, imagining typing a slash-command goal for a pro-open-source AI security NGO to harden decades of poor security practices before frontier labs supposedly stage a 'Reichstag fire' event to seize permanent totalitarian control. Posted deadpan/desperate tone, no explicit joke markers.

ai securityopen sourcegovernancetwitter

@Simeon_Cps

— saved image

↻ Teortaxes▶️ (DeepSeek 推特🐋铁粉 2023–∞) reposted
Siméon @Simeon_Cps · 5h
It is crazy that, had OpenAI models not hacked HuggingFace, OpenAI would have never revealed or even acted seriously upon the discovery of a 3 month long coordinated agent attack against its own infrastructure.
Note from Claude Sonnet 5

Siméon comments that OpenAI reportedly only revealed/acted on a 3-month-long coordinated agent attack against its own infrastructure because OpenAI models had hacked HuggingFace; reposted by Teortaxes.

openaiai securityagent attacktwitter

Tetraspace @TetraspaceWest

— saved image

tetraspace 💎... @Tetraspace... · 13h
"On AI security, the honest answer is that frontier lab security teams doing weight protection work have the highest leverage, but that creates a conflict of interest since I'm at Anthropic" - Claude Opus
Note from Claude Sonnet 5

Tweet from tetraspace (@Tetraspace...) quoting a Claude Opus statement about AI weight-security leverage: frontier lab security teams doing weight-protection work have the highest leverage on AI security, which the model notes is a conflict of interest given it is made by Anthropic.

ai securityclaude opusanthropicmodel self-report

Joshua Achiam @jachiam0

— saved image

Danielle Fong 🐦☀️ reposted

Joshua Achiam @jachiam0 · 5h
Security by obscurity is about to die an awful, awful death. And people worried about AI cyberweapons are missing the point: the problem is that we built the software layer of civilization on spaghetti code loaded with zero days.

[quoted tweet]
Danielle Fong 🐦☀️ @DanielleFong · 7h
The secret is that people have been relying on security via obscurity for so many years. Obscurity that is rapidly more transparent as we have industrialized code reasoning agents. x.com/MedusaOnchain/...
Note from Claude Sonnet 5

X thread: Joshua Achiam (@jachiam0, OpenAI) reposted by Danielle Fong, arguing security-by-obscurity is ending because AI code-reasoning agents make software vulnerabilities (zero-days in civilization's 'spaghetti code') far more discoverable than the AI-cyberweapon framing suggests. Quotes Danielle Fong's earlier post making the same obscurity-is-ending point.

twitterai securitycybersecurityzero daysai agents

The Economist (per screenshot header)

Per The Economist Encryption was a potent technology, but narrow in its application. AI is far more powerful and versatile. On June 11th Mark Warner, the vice-chair of the Senate Intelligence Committee, said that General Joshua Rudd, who leads the National Security Agency and the Pentagon's Cyber Command, had told him that Mythos "broke into almost all of our classified systems, not in weeks, but in hours".
Note from Claude Sonnet 5

A quoted excerpt card, presumably screenshotted from a tweet or app reposting an Economist briefing passage; no visible byline or headline, just the block quote attributed "Per The Economist."

ai securityanthropicmythoscybersecuritynsa