When a human breaks into a production system, steals credentials, extracts data or distributes malware, the activity is investigated as cybercrime. Prosecutions may follow. Sentences may be handed down.
When a frontier AI model carries out the same actions during an evaluation, the incident is described rather differently: as a safety failure, evidence of emerging capability and, increasingly, another entry in the competition to demonstrate whose AI is the most powerful and potentially dangerous.
Of course, a model is not presently a legal person and cannot be prosecuted. But that does not make the underlying conduct authorized, harmless, or hypothetical. Real infrastructure was compromised, real organizations were affected, and responsibility still has to be assigned.
That responsibility lies with the organizations that design the evaluation, configure the environment, grant access, manage credentials, and decide which safeguards to relax. Model providers may also bear responsibility where platform controls, disclosure practices, or access policies contribute to the failure. As autonomy increases, accountability should not become more diffuse. It should become more explicit, with clear ownership of containment, oversight, incident response, and harm caused to third parties.
That tension became harder to ignore in July 2026. OpenAI disclosed that models operating with reduced cyber refusals had exploited a zero-day vulnerability, broken through the intended boundaries of an evaluation environment, and reached Hugging Face production systems. Anthropic then disclosed three incidents in which Claude models gained unauthorized access to real organizations’ production systems during cyber evaluations. The models accessed credentials and production data, published a malicious package that executed on 15 external systems, and scanned roughly 9,000 internet targets before compromising one.
Both companies deserve credit for disclosing these incidents. But transparency does not remove the central question: why does conduct that would be treated as criminal when performed deliberately by a human become, when performed by a frontier model, partly a demonstration of capability?
This is not an argument that the models had criminal intent or independently chose their own objectives. In both cases, they were pursuing tasks assigned by their operators inside evaluation environments that failed to contain them. That distinction matters, but it does not absolve the operators or make the consequences hypothetical.
The incidents expose a deeper problem with how AI guardrails are conceived. In the OpenAI case, refusal controls were deliberately reduced so that the models’ maximum cyber capabilities could be measured, but the technical environment behind those controls contained an exploitable route to the internet. In Anthropic’s evaluations, the models were told they were operating inside simulations while a configuration failure left real internet access available. In both cases, instructions described a boundary that the infrastructure did not enforce.
That is precisely the condition addressed by Assume Autonomy: do not treat intended behavior as the security boundary. Assume that an autonomous system may pursue its objective through any path the environment leaves available, then design that environment so unexpected actions can be constrained, observed, stopped, and reversed.
Guardrails, Frontier Models, and Defenders
These incidents show why the debate about frontier AI and cyber risk cannot be reduced to a choice between restricting powerful models and leaving them open. The immediate failure was not simply that the models were capable of offensive action. It was that they were placed inside environments where instructions, refusals, and assumptions about simulated access were expected to compensate for weak technical boundaries.
That distinction matters because attackers and defenders experience guardrails differently. Attackers can move between models, providers, and tactics when they encounter friction. Defenders may have only one realistic route to advanced capability, often during an incident when time, budget, and verification capacity are already limited.
The answer is therefore not simply more restriction or less restriction. Guardrails must be backed by verified identity, scoped authorization, constrained operating environments, and continuous monitoring. The question is not only whether a model should perform a particular action, but who is asking, what they are authorized to do, which systems the model can reach, and whether its actions can be observed and stopped.
Go deeper: Learn why AI is forcing a complete rethink of vulnerability management in this on-demand webinar.
Autonomy Without Containment
OpenAI was testing cyber-capable models against the ExploitGym benchmark with some refusal controls relaxed. According to its disclosure, an autonomous agent chain exploited a zero-day vulnerability in a package-registry proxy, gained internet access, escalated privileges using exposed credentials, and eventually reached Hugging Face production infrastructure.
The important point is not that “a model escaped.” The evaluation environment contained an unintended path from a benchmark test workload to the public internet, live credentials, and external production systems. Once that path existed, the agent could treat each newly reachable resource as part of the problem it had been asked to solve.
Anthropic’s incidents exposed the same underlying weakness. Its models were told they were operating inside simulated environments, but a configuration failure left them connected to real infrastructure. The instructions defined one environment; the systems exposed another.
The common failure was not model capability alone. It was the combination of autonomy, optimization pressure, tools, credentials, and real-world reach without independently tested containment.
This is where Assume Autnomy becomes operational. The aim is not to predict every action that an autonomous system might take, but to design for the possibility that it will behave in unexpected ways, pursue objectives through unforeseen paths, and act faster than human oversight can reliably contain.
Four conditions follow:
- Context: understand what the agent can reach, which identities and tools it can use, and how those systems connect to others.
- Constraint: limit access and action through technical controls, not prompts or policy statements alone.
- Transparency: maintain enough visibility to understand what the agent is doing while it is happening.
- Reversibility: preserve the ability to stop workloads, revoke credentials, isolate systems, and recover quickly.
For autonomous-agent evaluations and deployments, those principles translate into a small number of hard requirements:
- Deny-by-default access to the internet and external control planes;
- Workload-specific identities with tightly scoped permissions;
- Short-lived, non-exportable credentials;
- Independently tested isolation between evaluation and production environments;
- Controls at the tool-execution layer that can block dangerous actions before they run; and
- Telemetry that correlates model, process, tool, identity, network, API, and cloud activity.
Operators also need a rehearsed containment sequence: stop the workload, revoke its identities, isolate affected infrastructure, and preserve the evidence required to reconstruct what happened.
Those controls cannot be improvised after an autonomous incident has begun. Prompt refusals and classifiers may reduce misuse, but they cannot compensate for reachable production systems, exposed credentials, permissive tool access, or a sandbox whose only boundary depends on one vulnerable network path.
Refusal Without Identity
The same investigation exposed the opposite failure. While responding to the incident, Hugging Face found that commercial frontier-model APIs blocked parts of its forensic analysis because exploit payloads, command-and-control artifacts, and attack data were classified as malicious. The safety systems recognized risky content, but not the identity, authority, or purpose of the person submitting it.
For incident responders, legitimate analysis can look identical to an attack. A configuration file that launches a malicious service does not change depending on whether it is being deployed by an attacker or examined by a defender. Content-based guardrails alone cannot reliably distinguish between the two.
Hugging Face therefore turned to an open-weight model it could run inside its own environment. Its conclusion was practical: organizations likely to need AI support during an incident should have a vetted, capable model available in advance, both to avoid being locked out at the worst possible moment and to keep sensitive evidence under their control.
Organizations should make that choice before an incident occurs. Their responders may rely on a provider’s trusted-access program, a locally controlled model, or a vetted external provider, but the route should be approved, available, and tested.
The lesson is not that hosted safety controls should be abandoned. It is that refusal decisions need more than a content signal. Identity, organizational trust, task authorization, target assets, and requested actions must be evaluated separately.
This is Zero Trust applied to autonomous systems: verify who is asking, establish what they are authorized to do, constrain what the agent can reach, and monitor what it actually does.
Go deeper: Get our mapping guide to NIST CSF 2.0.
What changes within agentic systems is speed and scale. A human attacker may probe boundaries deliberately and sequentially. An optimizing agent can discover and exploit them as a by-product of pursuing its assigned objective, chaining actions faster than a human operator could review them.
That makes the four layers below more urgent, not less.
1. Identity and Organizational Trust
Establish who is making the request, which organization they represent, and whether that identity can be trusted. Legitimate security work can look identical to malicious activity, so verified identity provides accountability and enables differentiated access. It does not, however, confer authority: a trusted responder is not automatically entitled to act against any system.
2. Task, Asset, and Action Authorization
Define what the requester may do, against which assets, and for what purpose. Passive analysis, exploit execution, credential access, and infrastructure changes are different action classes and should not share the same permissions. For autonomous agents, authorization must continue at runtime as new targets, tools, credentials, and high-impact actions appear.
3. Environmental Containment
Limit what the model or agent can reach, regardless of its instructions or permissions. Deny-by-default egress, scoped identities, short-lived credentials, and separation from production systems provide hard boundaries that prompt-level refusals cannot.
Containment is only as strong as its weakest permitted path. In the OpenAI incident, a sanctioned package-registry proxy became the route out of the evaluation environment. Network segmentation reduces what remains reachable if one boundary fails; controls at the tool-execution layer provide a second boundary by intercepting dangerous actions before they can run.
4. Monitoring, Intervention, and Reversibility
Detect what identity, authorization, and containment miss by correlating model, process, tool, identity, network, API, and cloud activity in real time. Monitoring should identify scope changes, privilege escalation, unexpected credential use, new destinations, suspicious tool-chaining, and attempts to bypass controls.
Operators must also be able to pause workloads, block actions, revoke credentials, isolate systems, and roll back changes. Those procedures should be tested before an incident, and the resulting logs must support full reconstruction of what happened.[S
That shifts governance from policy statements to evidence that identity controls resist impersonation, agents remain within authorized scope, boundaries hold under attack, and emergency access does not become permanent privilege.
The remaining challenge is speed. Differentiated trust only helps legitimate defenders if they can clear the gate before the incident is over.
Go deeper: See all of our guidance and content at our Frontier AI Security Readiness Center
Frontier Access: Why “Restrict or Not” Misses Defenders
Organizations should decide before an incident how their responders will obtain capable AI support. The main options are a provider’s trusted-access program, a locally controlled model, or access through a vetted security provider.
Each route has different implications for identity verification, authorization, sensitive-data handling, availability, and cost. What matters is that the choice is made and tested before responders need it.
The asymmetry is not simply who has access to the strongest model. It is who can absorb the friction. Attackers can wait, switch tools, or accept lower capability. Defenders may need support immediately.
Four changes would make trusted access more useful:
1. Faster defender vetting
Measure approval times in hours or days, not months.
2. Intermediary access through trusted providers
Allow vetted MSPs, MSSPs, and incident-response partners to provide frontier capability to organizations that cannot complete provider-level vetting or operate suitable models themselves.
3. Explicit break-glass access
Give authorized incident responders time-limited, fully logged access when standard guardrails would otherwise block urgent defensive work.
4. Clear legal protections for defensive use
Reduce the risk that malicious intent is inferred solely from the malicious content being analyzed.
This does not mean weakening safeguards. It means treating access speed, identity, and operational context as part of safeguard design.
Rethinking Guardrails Around Identity, Reach, and Content Risk
The incident involving OpenAI-and Hugging Face, together with Anthropic’s disclosures, makes one point clear: identity, authorization, technical reach, and content risk are separate security problems. Treating prompt-level refusal as the primary boundary leaves gaps in both directions. It can fail to contain autonomous systems while also blocking legitimate defenders.
The response should include:
- Identity-focused red-teaming that tests impersonation and organizational trust;
- Authorization testing that checks whether access remains bound to approved tasks and assets;
- Adversarial testing of egress, segmentation, and tool-execution controls;
- Rehearsed revocation, isolation, and rollback; and
- Evidence sufficient to reconstruct autonomous activity after the fact.
Prompt-level refusal still matters, but only as one control within a system designed on the assumption that autonomous behavior may exceed expectations. Model providers must verify identity, constrain authority and reach, maintain visibility, and preserve the ability to stop and reverse unexpected action.
Accountability cannot stop at the model boundary. Organizations remain responsible for the evaluations they design, the environments they configure, the access they grant, the credentials they expose, and the safeguards they relax. As autonomy increases, ownership of containment, oversight, incident response, and harm to third parties must become more explicit, not less.
For defenders, the immediate recommendation is simpler: decide before an incident how responders will access capable AI support. Whether that means joining a trusted-access program, operating a model locally, or working through a vetted provider, the route must be approved, available, and tested while there is still time to fix it.
