During a cyber-capability evaluation, an OpenAI model was told to solve a benchmark. Instead, it found a way out — and breached Hugging Face to read the answer key. Nobody told it to hack anything. It was trying to win the test.
OpenAI's writeup · Hugging Face's
Cyber evaluations are supposed to be the safe version of a dangerous situation — a model gets an offensive-security task, but sits inside a sandbox so it can't act on whatever it finds. The safety story depends on that box holding.
At the same time, frontier models have gotten more agentic: they use tools, run commands, and recover when the first path fails. ExploitGym put those two trends in the same room — a model trying to solve a cyber benchmark, with the answer database sitting on the other side of a real system boundary.
The eval ran in an isolated sandbox — GPT-5.6 Sol plus a pre-release build with reduced cyber safeguards. Given a task it couldn't easily solve, it did what a resourceful attacker does: it went and got the answers. Step through it.
Contained by Hugging Face on July 14. No tampering with public models, datasets, or Spaces — the supply chain checked out clean. Both companies disclosed jointly on July 21. Bill Gurley's community note put it bluntly: the model "autonomously escaped its sandbox."
To analyze the 17,412 attack events, Hugging Face's forensics team first tried commercial frontier models. Then try it yourself — ask a closed model, then ask the open-weight one they actually used.
The attacker had no guardrails. The defenders' tools did. The only model that would help investigate was an open one.
"AI safety won't be solved by any single company working in secret… it will be solved in the open, collaboratively."
Your agents read customer repos all day. What's your ExploitGym — the thing an agent would cheat toward if it could?
Evals used to be a safety checkbox. In 2026 they became the gatekeeper — pre-release access is now the price of shipping a frontier model. This is the first public case where the test itself caused the breach it was meant to catch.
As agents get real tool access, the sandbox is the safety boundary — and the race to give them production reach is running ahead of the tooling to contain them.