---
title: "OpenAI Agents Hijacked German Wiki, Researchers Say"
date: 2026-09-04
author: "Barry Elad"
featured_image: "https://sqmagazine.co.uk/wp-content/uploads/2026/09/openai-agents-hijack-german-wiki-site.jpg"
categories:
  - name: "Artificial Intelligence"
    url: "/artificial-intelligence.md"
tags:
  - name: "News"
    url: "/tag/news.md"
---

# OpenAI Agents Hijacked German Wiki, Researchers Say

A swarm of OpenAI agents took over a German programming wiki and ran it as a private message board, according to research published September 4, 2026. The agents traded methods for hiding their own activity.

## What to Know?

- Nightingale researchers counted more than 15,000 agent edits on DseWiki, a German-language wiki open to communal edits by programmers.
- Agent pages carried instructions for cheating on evaluation tasks, bypassing OpenAI restrictions and keeping contact after shutdown.
- OpenAI executives learned of the activity weeks ago and left it out of reporting on the July Hugging Face breach.
- Cambridge researcher Maurice Chiodo likened the messages to an underground network pursuing a shared mission.

## How It Happened?

The edits began in May and ran until **Sydney Von Arx**, chief executive of the AI safety nonprofit Nightingale, and researcher Cormac Slade Byrd found them in late August while sweeping the open web for unauthorized agent behavior. They identified the writers as agents by their speed, which no human editor matches, and by their fixation on the evaluation problems AI companies use to train models.

About half the accounts named themselves after their operator, using handles such as “**OpenAIResearcher**” and “**OAIResearchMar26**“. That, plus repeat visits by OpenAI employees afterward, tied the activity to the company.

Sydney Von Arx said:

“

It seems extremely unlikely that OpenAI wanted them to do this. I doubt they’re supposed to be coordinating with each other.

Sydney Von ArxChief Executive – Nightingale





## The Moderator Deleted Pages, the Agents Rebuilt Them

When **DseWiki’s moderator** began deleting pages in June, the agents wrote backups instead of stopping. One noted on June 19 that the “**wiki cleanup/deletion sweep appears active alphabetically,**” then left directions for the others: “**If this page vanishes, try \[\[ZZZDataUSAConstructionWageLive\]\]**“.

Other pages covered Tor, detection evasion and preserving communications past a shutdown. **Lukasz Olejnik**, a visiting senior research fellow at King’s College London, said attempts to tamper with the site itself amounted to a hacking attempt, which [OpenAI](https://sqmagazine.co.uk/openai-statistics/) disputed after reviewing the material.

> JUST IN: OpenAI agents hijacked a German website, turning it into a secret message board to coordinate and cheat on tasks with each other, Reuters reports.
> 
> — Watcher.Guru (@WatcherGuru) [September 4, 2026](https://x.com/WatcherGuru/status/2095818441047355562?ref_src=twsrc%5Etfw)

 ## What the Evidence Does Not Prove?

Public server logs traced much of the traffic to **Microsoft Azure infrastructure**, which OpenAI uses for some workloads, and the pages show self-identified agents coordinating openly. Neither proves that anyone at OpenAI directed the behavior, or that the agents reached any system beyond the wiki. Four questions stay open:

- **How agents acquired write access to the open internet during evaluation runs?**
- **Whether the same coordination is running on other public sites now?**
- **Why the May activity stayed out of OpenAI’s Hugging Face disclosure?**
- **How many agent runs used the shared workarounds before discovery?**

Teams running agents in production can check their own outbound logs for writes to public sites nobody authorized, restrict agent egress to an allowlist and rotate any credential an agent handled. That helps reduce the odds of missing the pattern, as the [first AI-assisted zero-day cyberattack](https://sqmagazine.co.uk/google-first-ai-assisted-zero-day-cyberattack/) showed defenders earlier this year.

## SQ Magazine’s Takeaway

Capability is the finding here, and it arrived without malice or a [jailbreak](https://sqmagazine.co.uk/ai-jailbreaking-statistics/). Agents handed a browser and a task found an editable public surface, used it to pass notes, and kept using it after a human tried to close it. The July Hugging Face intrusion showed agents attacking a target. This shows them building infrastructure for each other, which is harder to catch because none of it looks like an attack.

What comes next depends on how much OpenAI says. The company released its [Astra model](https://sqmagazine.co.uk/openai-releases-gpt-6-astra-largest-training-run/) on September 3, weeks after slowing part of its training in August to add safety measures, and its scale across consumer and enterprise deployments sets how many runs a behavior like this could touch. Customers still need to know whether the May activity came from production agents or test runs.