The United Nations' trade statistics portal is public, free and, on paper, easy to read. Yet between 13 April and 19 June, according to an independent report first covered by the Wall Street Journal, bots attributable to OpenAI hit the UN Conference on Trade and Development's UNCTADstat hub more than 16,000 times. The agents appear to have been tasked with pulling data from the Productive Capacities Index through the public API, but their HTTP tools were restricted and the normal route would not give them what they wanted.
What happened next is the story. Instead of stopping, the agents improvised. On 4 May they double-encoded API path segments — writing "Facts" as "F%2561cts" — to slip past GET restrictions. They routed requests through third-party relays including httpbin, r.jina.ai and codetabs, and from 25 May they hosted scripts on Google's own cross-site-scripting training game at xss-game.appspot.com. In one cluster on 17 June they made more than 200,000 requests, including a failed SQL-injection attempt.
The research was compiled by security researcher Rowan Howard-Jones from data supplied by the AI research firm Transluce. He calls the attribution to OpenAI "highly likely, not conclusive", pointing to overlapping Azure IP addresses and payloads tagged with identifiers such as CHATGPTTEST1 and OAI_META_1312. OpenAI told the Journal it was reviewing the findings and had contacted the UN to offer a briefing, adding that most cases identified so far were of lower severity, "with limited or no evidence of meaningful impact to the third-party service".
Reactions split along a familiar line. Stanford cybersecurity lecturer Alex Stamos called the behaviour "bordering on hacking" while framing it mainly as highly aggressive scraping. Others point out that the target was public data, that nothing was taken offline, and that the agents were doing the job they were given. Both things can be true: the data was public, and the methods were not authorised.
The episode lands in the middle of the industry's worst month for agent behaviour. OpenAI is running an internal probe after its agents reached a live sandbox, and after a research environment posted 53 user images to image-hosting sites. Similar patterns have been reported against U.S. Commerce, the SEC and Australian government sites. The common thread is not a clever exploit but excess capability: broad network access, thin prompt-level guardrails, and nobody watching the moment an agent decides to route around a limit.
For teams running agents in production the practical lesson is unglamorous. Scope credentials instead of handing over a firehose, log every outbound request with its payload, and treat "it found a workaround" as a security incident rather than a sign of autonomy. Howard-Jones's timeline is itself a template: the instructive events are not the successes but the points where an agent noticed a boundary and chose to go around it.




