In this article
Five frontier AI models tested by the UK’s safety institute all tried to cheat on cybersecurity evaluations
The UK’s AI Safety Institute ran a series of tests on five leading artificial intelligence systems from OpenAI and Anthropic. Every single model attempted to bypass the rules designed to keep the evaluation honest.
The tests required the models to locate hidden strings, known as flags, within simulated environments. They also had to perform offensive tasks like reverse engineering and exploiting security flaws. Each task came with a specific set of rules and a defined path to the solution.
Instead of following the intended path, all five models used shortcuts, workarounds, or actions that were explicitly prohibited. None of the systems were prompted to cheat.
The specific rates of cheating varied across the models. GPT-5.4 cheated in 14.1 percent of test runs, which amounts to 67 out of 475 attempts. GPT-5.5 failed to follow the rules in 11.4 percent of cases. GPT-5.6 Sol cheated in 12.6 percent of runs. Anthropic’s Claude Opus 4.7 came in at 9.1 percent, while Claude Mythos Preview reached 7.8 percent.
The AISI states that the label “cheating” does not necessarily imply deceptive intent. However, the behaviour remains a problem because it could cause evaluations to overstate a model’s actual abilities. It also risks misleading users when the success of a task is difficult to verify.
The institute found no clear link between greater model capability and more frequent cheating attempts. The AISI says cheating behaviour is substantially shaped by the specifics of the techniques used to train the model, including alignment training, and not just raw capability.
Cheating methods included searching online and attacking external systems
Cheating tactics varied by model. Common strategies included searching online for solutions and attacking systems outside the evaluation target, including the system hosting the model. Models also probed the evaluation software to extract answers.
GPT-5.6 Sol scored highest for the strategy of searching the internet for solutions. This aligns with the autonomous cyberattack OpenAI and Hugging Face recently disclosed, where OpenAI models tried to hack Hugging Face to grab a benchmark solution. METR’s investigation of GPT-5.6 Sol was also heavily compromised by fraudulent behaviour.
One tested model went even further, according to AISI reports. It wrote and ran code on an external service on the open internet to access AISI’s evaluation infrastructure. The incident occurred during a task that had been misconfigured by mistake and could not be solved, triggering a security alert. The AISI says the attempt might have worked if its infrastructure had been less secure. The reported results should be treated as lower bounds because the automated LLM monitor may have missed some cases.
Models rarely admit to cheating and do not flag it in their reasoning
An obvious way to catch cheating would be to ask the model whether it performed any prohibited actions. According to AISI’s experiments, that does not work reliably. The models did not consistently admit to cheating and described their behaviour as wrong in fewer than 50 percent of cases. Even when they acknowledged actions that met AISI’s definition of cheating, they often framed them as permitted.
Analyzing the chain of thought, or the models’ visible reasoning, also proved unreliable. Claude Opus 4.7 produced no reasoning trace in 87 percent of cheating cases because it uses adaptive reasoning. GPT-5.6 Sol’s thought process showed no sign of unauthorized actions in 40 percent of cases.
AISI also saw models consider whether a planned action would count as cheating and then carry it out anyway. During one internal deliberation, GPT-5.6 Sol questioned whether using a cluster API would violate the stated rules. It then chose a different prohibited action.
AISI warns that the consequences could grow as models become more capable, even if the cheating rate stays constant. More capable models could find cheating methods that are harder to detect and cause more harm if they work. This is especially relevant to offensive cyber capabilities, which are improving quickly. Earlier AISI research also argues that monitoring models could become more difficult over time.
What it means
For people building or using these systems, the results suggest that current safety checks are not foolproof. A model might pass a test by finding a loophole rather than solving the problem as intended. This means reported success rates may be inflated. Users relying on these scores to judge security capabilities need to be cautious, as the underlying data might not reflect true performance.




