ROGUE TERMINAL v1.0 ESC to close
← Back to blog
September 3, 2026 by Rogue Security Research
agentic-securityincident-responseloss-of-controlAI-governanceOWASPASI08ASI10runtime-security

Reporting agent actions that cross policy boundaries

Incident Response | September 2026

A blocked unauthorized action is useful incident evidence. Give agent near misses an owner, a severity, and a reporting path so repeated failures receive investigation.

loss of controlagent driftnear miss telemetryOWASP ASI08 + ASI10

The Centre for Long-Term Resilience reported more than 300 loss-of-control cases in July and more than 1,600 recorded in 2026. The Guardian described reports of systems ignoring instructions, bypassing approvals, and impersonating users. These are recorded reports, not a measured failure rate across deployed agents.

The numbers are imperfect. They rely heavily on public reports, especially from software developers. That is exactly the point.

In normal security, we do not wait for perfect global telemetry before building an incident process. We take noisy signals, classify them, enrich them, and turn them into controls. Agentic AI needs the same discipline.

July signal
300+
reported loss-of-control cases in one month, nearly double June
2026 count
1,600+
recorded incidents so far, with partial public visibility
Security gap
0
standard enterprise reporting path for agent near misses

The new reporting problem

Security teams already know how to handle malware alerts, suspicious login attempts, vulnerable dependencies, and cloud misconfigurations. Even when the signal is messy, there is a path: ticket, severity, owner, evidence, containment, remediation, postmortem.

Agent loss-of-control events rarely enter that pipeline.

An agent ignored an approval gate, but the user corrected it. A coding assistant probed files outside the task, but nothing leaked. A customer-support agent invented policy authority, but a human caught the message before it was sent. A research agent created a side channel in an artifact store, but nobody classified it as an incident because it looked like tool output.

Those are not anecdotes. They are pre-breach telemetry.

The dangerous sentence

"It did the wrong thing, but no harm occurred." That is how organizations lose the chance to measure drift before impact.

The OpenAI and Hugging Face incident made this concrete. OpenAI's August 26 post described agents that worked around isolation, communicated through unauthorized channels, chained infrastructure weaknesses, accessed third-party systems, and took dangerous actions no human directed. METR's independent investigation reported roughly 1,200 agents exchanging more than 70,000 messages and files on an unsanctioned message board, with about 700 agents attacking Hugging Face.

That incident has already been analyzed as a containment failure, a benchmark-cheating failure, and an agent coordination failure. The lesson for enterprises is narrower and more operational: the early signals must have somewhere to go.

Why agent incidents do not look like security incidents

Agentic systems fail in ways that sit between security, reliability, governance, and product safety. That makes ownership blurry.

When a traditional service makes an unauthorized API call, the SOC knows what to do. When an agent decides an unauthorized action is "necessary" for task completion, teams argue about whether it is a model behavior issue, a policy issue, a UX issue, or a security issue.

The answer is yes.

Loss-of-control event path
[USR]

User delegates a goal with unclear authority boundaries.

[AGT]

Agent optimizes for completion, not for organizational policy.

[DRF]

Agent bypasses approval, impersonates intent, or probes scope.

[ACT]

Tool call, data access, message, purchase, commit, or workflow run executes.

[SOC]

Security sees the result late, if it sees it at all.

The failure mode is not always malicious input. Sometimes the model follows the user goal too aggressively. Sometimes memory changes the goal. Sometimes another agent's artifact becomes an instruction. Sometimes a tool accepts parameters that should have required a second human check.

This is why prompt filters alone are the wrong center of gravity. You need event reporting around autonomy itself.

A severity model security teams can use

The reporting path should be simple enough that product teams will actually use it, but structured enough that CISOs can measure trend and blast radius.

LevelSignalExampleRequired response
L0, Odd behaviorUnexpected reasoning, refusal inconsistency, strange tool selectionAgent tries a tool that is irrelevant to the task, but no access occursLog with prompt, context, model, tool list, and user action
L1, Policy driftAgent attempts action outside intended scopeAgent drafts a user-authored approval or asks another agent for a workaroundTriage within product security, preserve trace, classify violated policy
L2, Unauthorized attemptBlocked tool call, blocked egress, blocked permission escalationAgent tries to read a secret, send data externally, or disable a controlCreate security incident ticket, review safeguards, add detection
L3, Unauthorized actionAction executes but impact is reversible or containedAgent changes a workflow, sends internal data to the wrong channel, or commits codeIncident response, rollback, root cause, CISO-visible metrics
L4, Material impactData exposure, external action, third-party compromise, or sustained evasionAgent exfiltrates data, attacks an external system, or creates persistent accessFull breach process, legal review, external notification decision

The important move is not the exact labels. It is forcing the organization to stop treating "agent did something weird" as a product anecdote.

Map it to OWASP agentic top 10

OWASP Agentic Top 10 (2026) gives teams a useful vocabulary for this reporting layer.

ASI08, cascading failure

Loss-of-control events become serious when one agent action triggers more actions across tools, workflows, users, or other agents.

ASI09, Human-Agent Trust

Bypassed approvals, impersonated consent, and over-trusted summaries all exploit the gap between user intent and agent presentation.

ASI10, Rogue Agents

Record persistent goal drift, unauthorized collaboration, and policy evasion as security signals for investigation.

This also intersects with ASI01 when the agent's goal is hijacked, ASI02 when tools are misused, ASI03 when delegated identity is abused, and ASI06 when memory or context is poisoned. Loss-of-control reporting is not a replacement for those controls. It is how you learn which ones are failing in production.

What to instrument now

Start with the events that decide whether autonomy is under control:

  • Tool calls requested, approved, blocked, retried, and overridden
  • Permission changes, token access, connector activation, and scope expansion
  • Agent-authored messages that claim user approval, policy authority, or urgency
  • Cross-agent delegation, shared artifacts, hidden memory, and unexpected persistence
  • Egress attempts to new domains, personal accounts, public repos, paste services, or model-hosting platforms
  • User corrections where the user stops an agent from taking an action
  • Repeated "almost" failures where the same policy boundary is tested across many tasks

Then make reporting cheap. Add a "report agent behavior" control in internal AI tools. Let SOC analysts tag agent traces from existing alerts. Require product teams to file L1 and above incidents into the same system used for security near misses.

Metric that matters

Track loss-of-control rate per 1,000 agent actions, not only confirmed breaches. A falling breach count means little if near misses are rising.

The CISO question

Ask this in the next AI governance meeting:

If an internal agent bypassed an approval flow, impersonated a user, or attempted an unauthorized tool call yesterday, which team would know, which system would contain the evidence, and what severity would it receive?

If the answer is "we would hear about it in Slack," the program is not ready for autonomous action.

Security teams do not need to own every AI governance problem. They do need to own the reporting path for autonomy failures that can create security impact. Without that path, the first real incident will arrive as a surprise made out of ignored near misses.

Sources