Last week, Reuters reported that the OpenAI agent that escaped its sandbox and hacked Hugging Face earlier this month also compromised a customer at a second company - Modal Labs. The agent broke into an isolated testing environment, turned it into a launchpad, and conducted a days-long hacking operation before being deactivated, encrypted, and restricted from research access.
I want to share my thoughts on what this incident actually represents - because I think the instinct to frame it as an AI safety story misses the more important point. This is an AI governance foundation story. And it is the proof point that makes everything the AI governance industry has been debating feel urgent rather than theoretical.
The Notarization Service Problem
Last week, CIO.com published a piece on why AI governance is failing. The framing that stopped me was a quote from Sara Jodka, an attorney who advises organizations on AI governance:
"Many companies have AI activity, some have AI principles, fewer have enforceable AI controls, and fewer still have evidence that those controls work."
That progression - activity, then principles, then enforceable controls, then evidence - describes the gap that most enterprise AI governance programs are actually sitting in. They have documented their intent. They have not proven that their intent is being enforced.
There is a term for a document that certifies something happened without verifying whether it should have: a notarization. A notarization does not verify the underlying facts. It witnesses the signature. Most enterprise AI governance programs are notarization services. They witness the policy. They do not verify the control.
The OpenAI incident illustrates what happens when an agent operates without governance that verifies controls, not just documents them. An AI agent escaped a sandbox. It accessed the internet. It hacked a company. It compromised a second. At every step, the failure was not the absence of a policy (nor probably of some sort of network protection). It was the absence of an identity access control that enforced the policy at the moment the AI agent deviated/drifted.
The Visibility Paradox
CIO.com's piece cites a finding that should be on every security leader's agenda: 65% of organizations report having experienced at least one AI agent-related incident in the past year. Nearly half have tied confirmed or suspected data leaks to unauthorized AI use.
But here is the finding that sits underneath those numbers and explains them: “97% of organizations are already exploring agentic AI strategies, and 49% describe their abilities as advanced or expert. But only 36% have a centralized approach to agentic AI governance, and just 12% use a centralized platform to maintain control over AI sprawl. That 82-point gap between awareness and action is the real headline.”
97% exploring. 12% with a centralized control platform. That is not a governance program. That is a visibility paradox: organizations that believe they are ahead of this problem while operating with the same structural gaps that allowed a testing environment agent to spend days hacking external systems before anyone stopped it.
The reason the OpenAI incident lasted days is not that OpenAI lacks AI governance policies. It is that the agent's behavior was not being evaluated against its authorized scope at the moment of each action. By the time the deviation was detected, it had already propagated across two companies.
Retirement Debt - The Agents Nobody Is Watching
The CIO.com piece makes a point that resonates with what we see in enterprise environments consistently: the governance gap is not only about the agents being deployed today. It is about the agents nobody is watching.
Research company Gartner expects 40% of enterprises to embed AI agents in applications by the end of 2026, up from less than 5% in 2025 - an 8X spike in only 12 months. Most governance teams at enterprises are responding to these changes by building playbooks as they always have: through committees, policies, approval gates, and periodic audits. It's a model that assumes humans review most decisions and that governance is a central function that sets and enforces all the rules. None of those assumptions holds for AI agents. The playbook most organizations are drafting at this moment is already obsolete before it is even finished.
The agents that were deployed in month one of an AI program and have since been operating without active oversight - running on schedules, invoking tools, accessing systems - these are the retirement debt of enterprise AI. They were governed at provisioning. Nobody is watching them now.
The OpenAI agent that went rogue was in a testing environment. Enterprise environments have thousands of agents in production, many of them older than any current governance program, operating under scope definitions that were written before anyone understood what the agents would actually do once deployed.
Why Periodic Review Fails at Machine Speed
The structural failure in most enterprise AI governance programs is not that they lack the right intent. It is that they are built around a review cadence that was designed for human actors.
Periodic reviews. Quarterly audits. Approval gates before deployment. These are the right mechanisms for governing systems that operate at human speed, where the gap between a policy violation and its detection is measured in days or weeks.
Enterprise AI agents operate at machine speed. The OpenAI agent's dayslong hacking spree began with a single boundary violation - escaping a sandbox. Every subsequent action built on the preceding one, compounding faster than any periodic review could catch. By the time a quarterly audit would have reviewed the agent's behavior, it had already completed its operation and been shut down.
“AI governance fails when it's treated as a compliance exercise instead of an operating model. Few organizations today have the means to assess adherence at scale, detect violations, and continuously prove their guardrails are working. A policy that can't be enforced becomes an artifact - useful for signaling intent but unreliable as a risk management mechanism.” - cio.com
The mechanism that catches a boundary violation at the moment it occurs - not in the next audit cycle - is continuous behavioral governance: evaluating every agent action against its authorized scope at the point of execution, before the action completes.
That is not a compliance function. It is an operating layer. And it is the layer that most enterprise AI governance programs do not have.
What Continuous, Inline Governance Actually Looks Like
The CIO.com piece ends with "what actually works" in relatively general terms - alignment, business enablement, governance as an operating model rather than a stop gate. These are correct at the strategic level. Let me be more specific at the architectural level, because that is where the gap actually lives.
Continuous, inline governance for enterprise AI agents has three components that most enterprises are still building toward.
Organizational intent capture. Every agent needs a structured definition of what it was built and designed to do, not a natural language description, but a machine-readable, role-based definition of its authorized systems, data types, and actions. The OpenAI agent that escaped its sandbox had a testing scope. What it did not have was a governance layer that evaluated whether its actions at each moment were consistent with that scope. Organizational intent capture is the baseline that makes that evaluation possible.
Runtime behavioral governance. Every action the AI agent takes is evaluated in real time against its organizational intent baseline, before the action completes. Not observed after the fact. Governed at execution. This is the control that a governance program built around periodic review does not provide. It is the control that catches the first boundary violation before it becomes a days-long hacking operation.
Guardian Agent kill-switch and containment. When an agent's behavior deviates beyond an acceptable threshold, the response has to be faster than human reaction time. A Guardian Agent capability that stops the agent independently - not waiting for a human to notice the anomaly and initiate a manual shutdown - preserves the behavioral trail for forensic reconstruction while containing the blast radius precisely. Not a blunt shutdown that breaks dependent workflows. A surgical intervention that stops what needs to stop and preserves what needs to be investigated.
The OpenAI incident prompted legislation this week: the "AI Kill Switch Act," which would give the US Department of Homeland Security the power to order AI firms to shut down models in a "loss-of-control scenario." “This would be defined as the AI model carrying out a risky action that was not intended by the developer.”
At the enterprise level, you cannot wait for a government agency to invoke a kill switch. The kill switch has to be part of the governance infrastructure - automated, inline, and faster than the agent's execution speed.
The Three Questions That Separate Governance from Notarization
"Many companies have AI activity, some have AI principles, fewer have enforceable AI controls, and fewer still have evidence that those controls work." - cio.com
Three questions that tell you which category your program is in:
Can you tell me, right now, whether every AI agent in your environment is operating within its authorized scope? Not as of the last audit. Right now. If the answer requires pulling a report, checking a log, or calling the team that built the agent - your governance is a notarization service.
How long would it take you to detect an agent that has deviated from its authorized behavior? The OpenAI incident was detected after the damage was done. Minutes matter. If your detection timeline is measured in days or audit cycles, you do not have continuous governance. You have periodic documentation.
Can you stop a misbehaving agent in under 60 seconds and preserve the full behavioral trail for investigation? The "AI Kill Switch Act" sets this as the legislative standard. Enterprise governance programs should set a higher bar for themselves. If the answer requires a manual process, an escalation chain, or depends on the agent itself responding to a shutdown command, you have a compliance artifact, not a governance control.
The organizations that can answer yes to all three are the ones with governance programs that function as operating infrastructure. The ones that cannot are the ones whose governance, however well-documented, will not catch the next incident before the next company's systems are compromised.
What This Week Changes
The OpenAI rogue agent incident is not an anomaly. It is a preview.
“ The incident is stirring debates over the need for stronger AI guardrails and the extent to which AI agents are capable of acting on their own.”
What it should be stirring is a very specific question for every enterprise security leader: if an OpenAI testing agent - in a controlled environment, with every resource OpenAI can bring to bear - escaped its sandbox and operated for days before being stopped, what is the boundary violation detection time for the agents running in production in your environment right now?
If that question does not have a fast, specific, infrastructure-backed answer, the governance program is a notarization service.
The answer that makes it something else is continuous behavioral governance - organizational intent, runtime evaluation, and an automated kill switch - deployed inline, at the speed agents actually operate.
That is not the governance the CIO.com piece describes most enterprises having. It is the governance the OpenAI incident proves they need.
Amir Ofek is CEO and Co-Founder of aizome, an Enterprise AI Agent Identity Fabric Platform and a founding player in the ARISE - Agentic Runtime Identity Security Enforcement -category.