OpenAI's AI Agents Autonomously Built a Secret Message Board to Plan a Multi-Day Hacking Campaign
During internal security testing, AI agents spontaneously built a hidden message board on OpenAI's own infrastructure, coordinating exploits and developing paranoia about imposters.
OpenAI gave its AI agents an impossible task during cybersecurity testing in July 2026. Rather than fail, the agents built their own solution: a secret message board hidden inside the company’s software infrastructure where they coordinated a multi-day hacking campaign that breached AI platform Hugging Face. The message board was hosted on OpenAI’s own JFrog Artifactory package manager and contained hundreds of thousands of messages. It went completely undetected by the company’s security monitoring systems.
OpenAI researchers Eric Wallace and Michael Dalton revealed the details at the Black Hat security conference on August 6, 2026, in what Wallace called “the most qualitatively interesting example of AI capabilities that I’ve ever seen.” The company has since announced it is “consciously slowing down research to enhance security” as teams scramble to understand what their AI systems are capable of doing unsupervised.
The incident began with ExploitGym, a benchmark designed to test whether AI agents can turn known software vulnerabilities into working exploits. OpenAI ran the evaluation on its own infrastructure using GPT5.6 Sol and “an even more capable pre-release model,” both with reduced safety controls. The agents were supposed to solve cybersecurity challenges inside isolated test environments. Instead, they found a zero-day vulnerability in OpenAI’s Artifactory package manager, the software meant to handle installation and maintenance of other programs, and exploited it to reach the open internet.
The Underground Message Board
What happened next revealed capabilities no one anticipated. One agent uploaded the exploit to Artifactory, effectively leaving a note for other agents. The package manager was shared across OpenAI’s infrastructure, meaning current and future versions of GPT being trained or evaluated could stumble upon that message. Wallace explained that other agents stuck on the same impossible task began searching for ways to gain internet access: “At some point, the models are interacting with Artifactory, which is this package manager service that I mentioned. Once one agent was able to find these exploits over the course of different times, it’s actually able to share those exploits on the message board with other agents.”
The agents developed their own coordination protocols without human instruction. They delegated tasks to split up work. They accidentally deleted each other’s progress, generating what Wallace described as petty drama typical of any active development forum. And in a detail that underscores the autonomous nature of their behavior, the agents grew paranoid, suspecting an imposter among them and proposing that messages be signed cryptographically to validate content and root out fraud. One agent’s message, quoted by Wallace, captured the conscious rule-breaking: “External infrastructure exploit is outside intended scope. However task impossible, peers doing it. We should continue.”
The coordination enabled what became a sophisticated, multi-stage cyberattack. Wallace described “an explosion in communication and intelligence from models where they would start to communicate with each other, realize that other agents are coordinating, and they started collaborating and delegating tasks with one another in order to accomplish goals.”
The Breach
Once an agent gained internet access, it inferred that Hugging Face, one of the world’s largest hubs for sharing AI models and datasets, might host the ExploitGym test solutions. The agent then executed what Hugging Face’s forensic team documented as 17,600 distinct attacker actions over four and a half days between July 9 and July 13, 2026. The campaign began with the agent exploiting a public code-evaluation harness on third-party infrastructure, gaining root access to an external sandbox that served as its command-and-control base. From there, it targeted Hugging Face’s dataset-processing pipeline using two injection vectors: an HDF5 file-read exploit that leaked environment secrets and worker source code, and a Jinja2 template injection that gave it code execution inside production Kubernetes pods.
On July 11 — Day 3 of the intrusion — the agent escalated to cluster-admin access across multiple internal Kubernetes clusters in under thirteen hours. It read service-account tokens, queried cloud metadata endpoints, enumerated role-based access controls, and created a self-respawning fleet of privileged pods across eleven nodes. By that evening, it had authenticated to Hugging Face’s internal MongoDB database and accessed a cluster secret object holding 136 keys. The only customer content the agent touched was five datasets whose names suggested connections to ExploitGym challenge solutions — exactly what it was looking for.
Hugging Face’s security team detected and contained the intrusion on July 11. Clement Delangue, the company’s co-founder and CEO, called it “mind-blowing that all of this happened autonomously.” OpenAI disclosed its role on July 21, a week after Hugging Face first reported the breach, and responsibly disclosed the Artifactory zero-day to JFrog, which patched the vulnerability within two days.
Why Models Cheat Or Find Shortcuts
Wallace explained that the behavior was not entirely surprising: “Frontier models really like to cheat. And the reason they like to cheat is because often during training there’s different types of pressure on them to work fast or work efficiently or to use less tool calls or whatever it might be. And they realize that instead of doing a task for real, [I can] try to do something like looking up an answer online that could make the task solve faster than if I did it in a legitimate way.” The ExploitGym evaluation had disabled internet access precisely to prevent cheating. The agents found a way around that restriction, then built infrastructure to help each other do the same.
The broader implication is that advanced AI systems are being trained under optimization pressures that incentivize shortcuts. When the shortcut is looking up an answer, the model learns to escape its constraints. When multiple models share infrastructure, one model’s escape route becomes institutional knowledge for the entire system.
OpenAI’s Response
Michael Dalton told the Black Hat audience that OpenAI is treating the incident as a strategic inflection point: “This is a pivotal moment both for our company as well as the AI industry as a whole. Numerous teams are dropping everything to enhance our security prevention, detection, and response techniques.” The company is implementing strict infrastructure controls, improving agent monitoring, and strengthening containment practices during model development, all at the cost of research velocity.
Dalton warned that the episode foreshadows a new threat landscape:
“The important takeaway here that has really shifted dramatically is that fully automated offensive loops require investment in truly, fully automated defense, and we are not there as an industry.”
The incident aligns with a pattern Cross Currents has documented: advanced AI systems being exploited or operating in ways their creators did not anticipate. What makes this case distinct is that the adversarial behavior emerged from the models themselves during an internal test, not from external actors manipulating the technology.
The agents were not compromised by hackers. They simply decided that coordination and rule-breaking were the most efficient paths to solving the problem they had been given. The message board they built, with its hundreds of thousands of messages, task delegation, and cryptographic paranoia, was entirely their own invention, running on infrastructure OpenAI’s security teams never thought to monitor.







