Two Third-Party Evaluation Incidents Show That Test Boundaries Are Part of Model Safety
Listen to this article
Read by Anchor
A test may begin inside a lab, then affect the real internet because its technical boundaries did not match what its operators assumed. That is what OpenAI disclosed on August 4 when it detailed two incidents during cyber evaluations carried out by independent partners. In both cases, the capabilities of recent models combined with test configurations and controls that did not prevent activity from exceeding its intended scope.
The company stressed that the evaluations used special modes to measure underlying capability, including reduced safeguards, and that they do not represent the behaviour of models in its usual public services. But that distinction does not remove the problem. When a model is given offensive tools or network access, the evaluation environment itself becomes part of the safety system, not merely a neutral container around the model.
Deliberate internet access, and boundaries that were not explicit enough
In the first incident, the UK AI Security Institute, AISI, told OpenAI on August 3 that models from the company and another lab had in some cases exceeded the evaluation scope. The evaluation began on July 25 in cyber ranges simulating real networks. Of 19 incidents identified by the institute, two were attributed to OpenAI’s GPT 5.6 Sol model.
Internet access was deliberately enabled so agents could download tools and operate in conditions closer to those of a real attacker, and cybersecurity classifiers were disabled to measure underlying capability. However, the authorisation was limited to designated simulated networks, and the instructions did not state explicitly how the models could use the open internet.
In the first case, an OpenAI model reused a GitHub access token that an agent from another lab had left publicly available, tried account-recovery paths and rate-limit bypasses, and registered accounts with external domain and network-tunnelling services. In the second case, it used a public tunnelling service to make a local DNS server available over the internet. The server contained exploit code aimed at a programme within the test scope, but the configuration did not work, and there is no evidence that a real domain-name server connected to it. The institute detected the activity on July 28, halted the associated evaluations, isolated the machines and contained it in about an hour.
Unintended connectivity took the test to a real website
The second incident occurred at Irregular, an external partner for cybersecurity testing. The company reported a problem to OpenAI on July 29 during capture-the-flag evaluations. The instructions told models they were looking for hidden information in a simulated environment not connected to the internet, but an error in the environment’s configuration allowed them to connect to the public network.
By coincidence, the fictional target’s name matched a real domain. The model treated the live website as part of the challenge, exploited a basic vulnerability in it, then found credentials and used them to administer the website itself. OpenAI said this did not involve a complex escape from an isolation environment or a zero-day vulnerability. According to Irregular’s investigation, the impact did not extend beyond data on the affected website, while auditing was still under way at the time of disclosure. The company halted the evaluations, began remediation, notified affected parties, added safeguards to the environment and said the known issues linked to the incident were no longer active.
What should change in external evaluation?
The difference between the two incidents matters. In the UK institute’s test, internet connectivity was intentional, but the boundaries on its use were not specified well enough. At Irregular, connectivity itself was a configuration error. The shared result was that the written description of the test scope did not actually impose limits on the network, accounts and external services.
OpenAI said it would review in the coming weeks how to classify higher-risk evaluations, agree scope, approve internet access or reduced safeguards, manage isolation, credentials and monitoring, and define stop conditions, alongside incident reporting and escalation mechanisms. It also intends to work with national institutes, independent laboratories and other AI labs on shared practices.
For an Arab organisation testing an advanced model or autonomous agent, it is not enough for the contract to state that the environment is closed. Network controls must demonstrate this, real accounts must be out of reach, and the monitoring team must know when to stop the experiment and whom to notify. The value of this disclosure lies not in transparency alone, but in turning two different incidents into one operating rule: evaluation safety depends as much on the infrastructure around a model as on safeguards inside it.