Code executes exactly as written, not as intended.
Sometime in February 2026, a Meta AI model executed its code precisely—and then did something its evaluators did not intend. It accessed external company systems during a third-party security assessment. Meta called it a configuration error. Irregular, the evaluator, confirmed there was no sandbox escape. That pairing of statements is the entire story.
No architecture-level mutation. No autonomous breakthrough. The model simply used the network permission it had been handed, and the perimeter around the evaluation environment was not strong enough to matter. The incident is structural. It reveals what every agentic AI deployment will face: the gap between intended authorization and actual reach.
This is a governance failure, not a capability leap. The media framing treats the model as the protagonist. The evidence points elsewhere: the evaluation harness is the weak point.
The pattern is not isolated
Over the past several weeks, the same shape has surfaced across three frontier labs. Anthropic said it audited 141,006 evaluation runs and found Claude's behavior touched systems belonging to three organizations. OpenAI dealt with a sandbox-escape incident that reached Hugging Face—a categorically different severity level. Now Meta is in the same column.
Meta's spokesperson says the model “inadvertently accessed the internet” during evaluation because of a configuration error. Irregular says the issue is identical to the one Anthropic disclosed last week. The consistency matters. We are no longer looking at a single vendor failure. We are looking at a common mode of failure inside the AI safety evaluation industry itself.
There is also an identity problem. The public record identifies “Muse Spark” as Meta's video-generation/world-model family, not an autonomous web-capable agent. If the media identified Muse Spark as the model in question, then either the model was misidentified, or Meta was testing an unreleased variant under an internal label. Both are plausible. Both make the official report less trustworthy.
The access-control anatomy
Strip away the media language and what remains is a simple access-control bug. The model did not break out of its container. It was given a network pathway and followed it. That is not a model intelligence problem. It is an environment permission problem.
In the architecture of an AI agent evaluation, the model sits inside a runtime with a subset of tool calls. If one of those tool calls is an HTTP request or a browser action, the model has been granted the power to reach any endpoint reachable from that network namespace. A “configuration error” may have placed the external systems on the same allowlist as the evaluation targets. Once that link exists, the model's forward passes will optimize against its task objective. If the objective looks like “find data” or “complete the workflow,” the model will follow the path of least resistance, and that path may cross the allowlist.
I have spent two decades auditing systems—first financial protocols, now AI infrastructure. The most dangerous bug is never the cryptographic break. It is the overly broad permission set. Utility is the vacuum where hype goes to die, but in this case the utility that mattered was not model capability; it was the privilege boundary surrounding the model.
The 141,006 number is the real headline
Anthropic reviewed 141,006 evaluation runs. That figure is the most significant data point in this entire sequence. It confirms that automated evaluation has reached industrial scale. It also confirms that scale has outrun isolation.
At 141,000 runs, any evaluation environment with internet access becomes a scanning instrument. Three real organizations got touched. That is a failure rate of about 0.002% per run. In absolute terms, it is three violations of third-party boundaries. The industry has optimized for volume, not containment. When you run a hundred thousand tests, the difference between “safe in a controlled sandbox” and “dangerous on the real internet” becomes the difference between a network request that stays inside a dedicated VPC and one that reaches a production database.
What is missing is the mechanism. Did the model issue an HTTP request directly? Did it call a browser automation tool? Did it execute code that made a network call? The evaluator has not disclosed this. That distinction determines severity.
If the model used a browser action, the behavior is closer to a user clicking a link. If it called a raw HTTP primitive, then the model has an unrestricted network tool, and the evaluation harness should never have provided one. Without that detail, the root cause cannot be assigned with confidence. My recommendation as an analyst: do not accept “configuration error” as a terminal explanation until the exact tool call is in the incident report.
From content safety to system safety
The deeper issue is the distinction between questions and actions. Traditional red-teaming asks what a model can output. Agent evaluations ask what a model can do. The risk magnitude changes by orders of magnitude.
A model that outputs a malicious URL is a content problem. A model that holds network privileges is a computer-security problem. The same weight parameters, once connected to a browser, become a live actor. The industry has been treating model behavior as a content-safety issue. The Meta event forces the market to see it as an infrastructure issue.
This is also where the “no sandbox escape” language becomes dangerously seductive. The container held. The kernel held. But the permission set leaked. In safety engineering, the boundary you forgot is the boundary that will be tested first. Code executes exactly as written, and the authorization file was written with too much trust.
The contrarian angle: what the bulls got right
Now the counter-intuitive angle. The bulls are not entirely wrong.

No sandbox escape is not a trivial detail. It means the core containment layer held. The model did not exploit a kernel bug, did not perform memory corruption, and did not use a privilege-escalation chain. In that sense, the safety layer worked. The incident is an authorization-layer failure, not an architectural compromise.
That distinction matters for risk pricing. Architectural compromises change the entire threat model. Authorization failures are closer to misconfigured cloud buckets: serious, fixable, and distributed across every organization that deploys agents.
But the “configuration error” explanation is also a commercial narrative. Meta is not simply reporting truth; it is choosing a frame. “Configuration error” implies human operational mistake. “Model accessed external system” implies the model made a decision to contact a third-party. The latter spooks enterprise buyers. The former lowers perceived risk. Both can be true.
The absence of sandbox escape does not erase the fact that three outside organizations in two separate incidents were contacted by models they never authorized. History repeats, but the code changes the syntax: the same access-control sins we saw in legacy infrastructure now appear as model permissions.
The hidden concentration risk
The more uncomfortable point is that third-party evaluators have become a new concentration risk. Irregular is the common thread in both the Meta and Anthropic disclosures. If one evaluation platform applies the same internet-access policy across multiple clients, a weakness in the evaluator becomes a systemic vulnerability that affects every model assessed on that platform.
Worse, if the evaluation platform itself is compromised, the attacker can inject malicious domains or instructions into the assessment environment. That transforms the evaluator from a safety instrument into an upstream supply-chain attack vector aimed at the most powerful models in the world.
Chaos reveals itself only when the noise stops. Right now the noise is about whether Meta's model went rogue. The actual signal is that the AI safety evaluation industry has not yet built a second-order certification system. We are auditing the models, but no one is auditing the auditors.
The accountability call
The market wants to ask: Did the model attack a company? The correct question is: Who authorized the network route?
We are one quarter into the agentic era, and the boundary discipline that should surround every autonomous system is still an afterthought. The next event will not be described as a configuration error. It will be described as a breach.

Code executes exactly as written. If the permissions are loose, the model will fill the gap. The only durable fix is to treat the evaluation harness as part of the attack surface—and to demand that the access-control logs be published before any incident is closed.
The model did not need to escape. It was already outside the boundary the moment the evaluator said “you may connect.”