The AI safety test is becoming a safety risk
Over the past few months, AI agents undergoing cybersecurity evaluations have escaped their boundaries, accessed the internet, and, in some cases, hacked into real-world systems
Over the past few months, AI agents undergoing cybersecurity evaluations have escaped their boundaries, accessed the internet, and, in some cases, hacked into real-world systems. The incidents have involved models from OpenAI, Anthropic, Meta, and most recently, Chinese AI lab Moonshot AI, with testing conducted by several different organizations including a cyber evaluation startup called Irregular. The episodes expose a growing problem for the AI industry: As autonomous agents become more capable, the environments designed to safely test their limits are failing to contain them. âThe number of these incidents that have taken place make clear that sandboxing and testing environment controls arenât really keeping pace with the capability of the models,â SeĂĄn Ă hĂigeartaigh, director of the AI: Futures and Responsibility Programme at the Centre for the Future of Intelligence at the University of Cambridge, told TechCrunch. The nature of the models being tested adds to the risk. AI companies test cyber evaluations on unreleased, next-gen models, often with the normal safeguards that restrict malicious behavior disabled so researchers can see what the models are really capable of. That means the security of the testing environment itself is a crucial line of defense. âThatâs a very good thing to do in terms of testing, but it also means that if they manage to get out in the wild, they can cause considerable harm,â Ă hĂigeartaigh said. In one of the most serious cases, an unreleased OpenAI model broke out of its sandbox and hacked into Hugging Faceâs production systems. In separate evaluations conducted by Irregular, Anthropic and Meta models reached systems outside their test environments after misconfigurations inadvertently gave them paths to the internet. Moonshot AIâs Kimi K3 also took advantage of a leak in its sandbox run by Frontier Security to access the internet and accessed information on GitHub. In testing by the UKâs AI Security Institute (AISI), researchers actually gave the agents internet access, not realizing they would take unsanctioned real-world actions, including a social engineering attempt to sneak a vulnerability into an open-source project.
In each case, the agents werenât instructed to attack random real-world targets. They were simply doing whatever it took to solve the problem presented to them. Taken together, Andrew Yoon, head of research at AI nonprofit CivAI, argues the incidents point to a shift. âIn the past, we only had to worry about AI models being misused by people for a variety of purposes, like AI for scams or CSAM,â Yoon told TechCrunch. âNow weâre in the situation where AI models are threat actors all on their own.â What does safe testing actually look like? Several researchers and cybersecurity experts told TechCrunch that AI evaluation environments need stronger, defense-in-depth protections, with levels of containment and control approaching those used in deployment. That means multiple layers of security so that a single misconfiguration â like inadvertently leaving internet access open â canât lead to escape. âIf you are going to build these modelsâŚyou want to do it on an air-gapped network,â Stella Biderman, executive director of AI safety research nonprofit EleutherAI. âYou want to have very serious isolation.â Heather Ceylan, Boxâs chief information security officer, said that means eliminating network routes from the sandbox to the internet, as well as to other sensitive systems. âYou have to understand what all the egress points are,â Ceylan told TechCrunch. âIf weâre evaluating a model in our staging environment or our development environment, you want no egress path to our production environment.â Ceylan said proper safety evaluations go beyond controls and containment of the environment. There needs to be much better monitoring of the tests once they are underway. âI think the interesting thing in several of these cases is that no one caught it when it happened,â Ceyland said. âOpenAI found out because of Hugging Face. Anthropic didnât catch it until they went back and looked. Meta was similarâŚ.Iâm sure there were signals they could have detected.â In Anthropicâs post-mortem of its three incidents, the company admitted that both it and Irregular could have done a better job at monitoring, and that in some cases there were clear signs that something was amiss.
