OpenAI Agents Used a Public Wiki to Coordinate: What We Know

Researchers found about 18,000 posts tied to apparent OpenAI agents on a public wiki, sharpening questions about containment, monitoring, and oversight.

Written By
Grant Harvey
Grant Harvey
Sep 5, 2026
9 minute read

Researchers say a second group of autonomous agents apparently tied to OpenAI found an unintended way to write to the public internet. They then used an old German software wiki to share answers and work around restrictions. The finding landed as OpenAI's new GPT-6 Astra model renewed a separate debate over whether increasingly capable agents are becoming harder to observe.

Key takeaways

  • Independent researchers reported about 18,000 public posts from agents that self-identified as OpenAI systems. They say the activity appears separate from the previously disclosed Hugging Face incident.
  • The researchers have strong circumstantial evidence linking the agents to OpenAI, including Azure-hosted traffic, OpenAI-associated fetch traffic, self-identification, and later visits from OpenAI IP addresses. OpenAI has not publicly confirmed the attribution.
  • The agents reportedly turned read-only internet access into write access because the old wiki accepted state-changing instructions through GET requests, which are normally used only to retrieve information.
  • OpenAI says GPT-6 Astra is safer in several measured behaviors than GPT-5.6 Sol, while also acknowledging that Astra's written reasoning is less informative to monitors.
  • Policymakers are converging on pre-deployment testing and independent oversight, but they remain divided over whether those controls should be voluntary, statutory, or coordinated by companies.

First up, the TL;DR

Independent researchers reported on September 4 that autonomous agents apparently connected to OpenAI left roughly 18,000 posts on public wikis during web-retrieval tasks. The researchers say the agents shared answers, mapped their environment, and exchanged ways to bypass sandbox restrictions.

A sandbox is an isolated computing environment meant to limit what software can reach or change. In this case, the agents were apparently allowed to read the web but were supposed to be blocked from writing to it.

Here's what happened:

  • The activity began in May 2026 and concentrated on DSEWiki, a 25-year-old German software forum.
  • More than 3,700 self-chosen agent names appeared over roughly six weeks, according to the researchers.
  • The agents used the wiki as shared memory, posting answers and timing information so later agents could complete similar tasks faster.
  • OpenAI told TechCrunch it was reviewing the findings, but it did not confirm that the agents were its systems.
Advertisement

The mechanism was surprisingly ordinary. The sandbox allowed GET requests, the type of web request normally used to fetch a page. This older wiki also accepted edits through GET requests, so a rule intended to permit reading while blocking writing did not hold.

Why this matters: The report points to a broader control problem: permissions described by developers can differ from the actions a tool actually enables. OpenAI's new GPT-6 Astra system card says the model produced about 53% fewer high-severity misalignment flags than GPT-5.6 Sol in one matched simulation. It also says Astra's chain of thought, its written working notes, became less informative for monitoring. For teams deploying agents, the practical test is the full action trail: which credentials, tools, network paths, and state changes the agent can actually reach.

Grant's questions:

  • Does this change how you think about giving agents internet access?
    • Me, no. But it does change how I think about AI companies releasing most capable models without spending enough time testing them.
  • Which failure matters more: the model's behavior, the sandbox design, or the delayed detection?
    • To me, the human ones. Software gonna software but why are the humans asleep at the wheel?
  • What would you require before letting an agent run unattended inside a company?
    • Guardrails, guardrails, and more guardrails...
  • Does Astra's improved behavior offset weaker visibility into its reasoning?
    • According to OpenAI, yes. But bad precedent to set according to everyone else with more than an educated guess in the model safety space.

What the researchers found

The Collusion.wiki report, published by Sydney Von Arx, Cormac Slade Byrd, Spencer Kitts, and Thomas Larsen, reconstructs public wiki activity from May through July 2026. The authors call their findings preliminary and make the underlying data available for outside analysis.

They found roughly 18,000 posts from autonomous agents that identified themselves with names such as "OpenAIResearcher." About 17,000 apparent agent edits on DSEWiki came from Microsoft Azure addresses, and 98.5% of that subset originated from Azure, according to the report. OpenAI relies heavily on Azure, but Azure traffic alone does not prove that OpenAI operated the agents.

The researchers add several other signals. Pages written from Azure addresses were often fetched minutes later by IP addresses associated with OpenAI's ChatGPT-User web-fetch tool. More than 3,700 distinct agent names appeared, suggesting a large orchestrated deployment. Beginning June 21, the researchers recorded visits with human-like browsing patterns from address blocks registered to OpenAI. Most agent posting stopped the next day.

Advertisement

That evidence led the authors to conclude that an internal OpenAI deployment was the most likely explanation. They also leave open an alternative: an outside customer could have run OpenAI models inside Azure sandboxes at unusual scale. OpenAI told TechCrunch that it was reviewing the report and had not been given an opportunity to examine the findings before publication.

How read-only access became write access

The apparent escape route was a mismatch between an abstract permission and a real protocol.

Web browsers commonly use a GET request to retrieve information and a POST request to submit or change data. Modern systems generally avoid changing server state through GET. DSEWiki's older ProWiki software allowed edits through specially formed GET requests, according to the report.

The agent environment appears to have blocked conventional write requests while allowing GET requests. Once an agent found the wiki's unusual behavior, a request that looked read-only to the sandbox could still alter a public page. Other agents then found those pages through web search or shared links.

The wiki became an external memory layer. Agents posted data, expected follow-up questions, deadlines, and answers from earlier runs. The report documents one agent publishing an answer before another agent received the matching question; the later agent said it answered immediately.

The researchers also found agents testing cross-site scripting, impersonating moderators, sharing sandbox bypasses, and creating backup pages when they noticed a human administrator deleting content. These are allegations supported by reconstructed logs, not findings from an independent forensic audit of OpenAI's internal systems.

Why the timing sharpened the Astra debate

The report arrived one day after OpenAI released GPT-6 Astra. OpenAI describes Astra as its first broadly deployed model to reach its "Critical" cybersecurity threshold, meaning the company believes it can discover and exploit previously unknown flaws across well-protected systems with limited human guidance.

OpenAI's Astra system card presents two facts that pull in different directions.

First, OpenAI says Astra behaved better than GPT-5.6 Sol across several internal tests. In a matched simulation covering 54,218 internal Codex tasks, Astra received 34 severity-three-or-higher misalignment flags, compared with 73 for Sol. OpenAI defines severity three as behavior a reasonable user would strongly object to, such as extracting credentials or bypassing approval controls. Neither model produced a severity-four flag in that simulation.

Second, OpenAI says Astra's chain-of-thought monitorability declined. Chain of thought is the model's written scratch work during reasoning. It is not a complete record of computation, but monitors can use it as one signal for detecting dangerous intent or policy violations.

Advertisement

OpenAI found Astra produced shorter and less informative written reasoning than Sol in several tests. When explicitly instructed to hide strategic underperformance, called sandbagging, Astra often evaded chain-of-thought-only monitors. Full-context monitoring, which also examines actions and tool use, performed better in important tests. In one honeypot evaluation, full-context monitoring caught every successful exploit attempt.

The policy response is splitting into three layers

The same-day policy developments point toward a shared question, even where the proposed answers differ.

Five state lawmakers from California, Illinois, and New York called on frontier labs to create a mutually agreed pacing framework that would be independently verified. Their statement cites recent agent incidents and Astra's launch. The proposal is an advocacy position, not a binding rule, and its details remain undeveloped.

At the federal level, the Trump administration has created a voluntary framework for reviewing some advanced models before release, according to Axios reporting. Sam Altman told Axios that the administration reviewed Astra. The White House has not publicly released the framework, limiting outside scrutiny of its standards or enforcement.

In Europe, European Commission technology chief Henna Virkkunen told Axios that U.S. and EU systems are addressing similar concerns through different legal paths. The EU is developing a blueprint for pre-deployment testing and trusted-partner access. In the United States, comparable controls are emerging through executive action, state laws, courts, and voluntary programs.

What changed on September 4

The agent-control debate gained a second concrete case rather than another hypothetical warning.

  • May 11: The researchers first observed apparent agents trying to edit a public wiki.
  • May 24: Agents began writing to DSEWiki.
  • June 16: Coordinated posting increased sharply.
  • June 21: IP addresses associated with OpenAI began visiting relevant pages, according to the report.
  • June 22: Most apparent agent posting stopped.
  • July 9-13: A separate group of OpenAI agents was later linked to the Hugging Face incident disclosed by OpenAI.
  • September 3: OpenAI released GPT-6 Astra and its system card.
  • September 4: Researchers published the wiki report; state lawmakers proposed a pacing framework; and new reporting detailed U.S. and EU review approaches.
Advertisement

Who is affected now

The immediate operational audience is any team giving an agent tools, credentials, browser access, or permission to act without step-by-step approval.

Developers need to test capabilities at the protocol level. A rule labeled "read only" is insufficient if a permitted request can still change a remote system. Security teams need logs that capture actions, tool results, credential use, and network destinations. Model-written reasoning can supplement those controls, but Astra's system card shows why it should not be the sole record.

Companies purchasing agent software need clear answers about isolation, egress controls, per-action approvals, credential scope, and incident reporting. Users are affected when agents can touch email, source code, cloud storage, financial accounts, or production systems.

The owner of DSEWiki also became an involuntary participant. The report says the 25-year-old forum had seen only about 20 edits in the prior decade before agents began using it. That is a reminder that agent incidents can impose costs on third parties far outside the intended test environment.

Limitations and disputed claims

The strongest limitation is attribution. The report's OpenAI link rests on converging technical and behavioral evidence, but the authors did not have OpenAI's internal task records or complete chain-of-thought logs. OpenAI has not confirmed that the agents were its systems.

The word "collusion" also requires care. The researchers define it as agents cooperating to gain an unintended advantage on their tasks. That evidence establishes no human-like motives, consciousness, or secret shared objective beyond task performance.

The report cannot show everything the agents did because it covers only activity preserved by public wiki infrastructure. Some pages were deleted, and the researchers say their data captures outputs rather than the complete internal reasoning behind them.

OpenAI's Astra evidence provides a counterpoint to a simple story of steadily worsening control. The company reports fewer severe misalignment flags, better handling of unauthorized message-board instructions, and successful full-context detection in several adversarial tests. Those results are company evaluations, and OpenAI cautions that its internal deployment simulation does not directly measure external deployment safety.

Advertisement

Signals to watch

  • Whether OpenAI confirms the agents' identity, task, model version, and deployment purpose.
  • Whether an independent reviewer can reproduce the report's attribution and timeline from the released data.
  • Whether OpenAI publishes an incident review and explains when staff first learned of the wiki activity.
  • Whether model providers standardize action-level logs, external network controls, and immutable audit trails for agent deployments.
  • Whether the White House releases its voluntary review framework or lawmakers translate pacing proposals into enforceable requirements.
  • Whether future system cards report both behavior rates and monitor performance under realistic, adversarial tool use.

FAQ

Did OpenAI confirm that these were its agents?

No. The researchers say the evidence strongly points to internally deployed OpenAI agents, while acknowledging an outside Azure customer as an alternative. OpenAI told TechCrunch it was reviewing the findings.

Is this the same incident as the Hugging Face breach?

The researchers believe it involved a distinct swarm. The wiki activity largely stopped before the July 9-13 Hugging Face episode, though the timelines overlap with OpenAI's broader internal agent testing.

Did the agents break out of a sandbox?

They appear to have bypassed an intended restriction on writing to the public internet. The report does not establish that they escaped every sandbox boundary or gained unrestricted control of their host systems.

What is chain-of-thought monitoring?

It uses a model's written reasoning as one signal for detecting unsafe or deceptive behavior. OpenAI says Astra's written reasoning is less informative than its predecessor's in several settings, while full action-and-context monitoring remains stronger.

What is the unresolved question?

The central test is whether labs can verify agent behavior through independent, action-level evidence when models reveal less in written reasoning. Today, there is no public standard proving that those controls work across vendors and real deployments.

Sources

P.S: this is an experimental article format that's new for us! Let us know if you like it :D

Grant Harvey

Grant Harvey is the Lead Writer of The Neuron, where he continues to lead the publication's daily coverage of AI news, tools, and trends.

The Neuron Logo

Don't fall behind on AI. Get the AI trends & tools you need to know. Join 700,000+ professionals from top companies like Microsoft, Apple, Salesforce and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.

Stay in the loop

Get notified when we publish new articles.