Dangerous Trends: Monitoring Is Not Authorization
← Back to Articles

Dangerous Trends: Monitoring Is Not Authorization

Behavioral monitoring can inform authorization but cannot replace the pre-execution authorization boundary.

Dangerous Trends: Monitoring Is Not Authorization

AI agent governance has correctly moved to runtime. But substituting behavioral monitoring for a pre-execution authorization boundary leaves it incomplete.

Behavioral monitoring can inform authorization. It cannot replace the authorization boundary.

Something correct is happening in agentic AI security. Across enterprises, agencies, and the vendors that serve them, practitioners have converged on a conclusion the rest of the field took years to reach: the place to govern an autonomous agent is its execution. The instructions you give an agent do not, by themselves, bind it once it can act. The guardrails written into a system prompt influence behavior; they do not enforce it. When an agent holds delegated authority and operates without returning for approval, the security question is no longer whether it should have been granted access. It is whether each action it takes is permitted, now, before the action is released. That recognition is correct, and it is overdue.

With that recognition comes a turn in the wrong direction.

The field has identified the right vehicle and is preparing to power it wrong. The mistake is not that the horse is weak. The mistake is installing it where an engine is required.

The vehicle is runtime authorization. The engine is the part that establishes, before the act, whether the act is permitted, and returns a verdict rather than an estimate. The error is to reach for the power source already on hand, observation, and treat it as if it could do the engine's work. Observation records conduct, and the inferences built on it (baselines, anomaly scores, behavioral classifications) estimate what conduct resembles. The boundary must decide whether this action is permitted, on its bound inputs and under the applicable policy. Observation is the thing that must be driven and watched, not the thing that supplies motion.

The error is natural, and almost no one commits it out of carelessness. Runtime systems emit far more observable behavior than the software that preceded them. They reason in steps you can read, select tools you can log, and leave trajectories you can replay. When a system produces that much visible conduct, watching the conduct starts to feel like governing it. It is not. Observation, even continuous observation, is not authorization. It can inform a verdict. It cannot replace one [Impossibility].

The same category error appears in four forms: identity substituted for authority; behavioral observation substituted for pre-execution authorization; telemetry substituted for authorization evidence; and visibility substituted for provenance. Each is seductive for its own reason. Each fails for a structural one.

Identity substituted for authority

A verified agent identity answers a real question: who is acting. Anchoring agent identity to accountable entities is worth doing, and the work to do it well is serious. But knowing who is acting does not establish that this action was authorized. An agent can hold a valid, anchored identity, operate inside a legitimately issued session, and carry an instruction whose origin is hostile or whose scope exceeds its mandate. The identity stays valid throughout. A standing status about the actor is not an authorization for a specific action [Standing Eligibility]. What remains is accountability without control: a name to attach to an action you did not authorize and could not prevent.

Behavioral observation substituted for pre-execution authorization

This is the central error, and the most reasonable one. The premise is that watching an agent's conduct closely enough will catch what authorization missed. Build a baseline of normal behavior, score each action against it, intervene when an action deviates. Such intervention may enforce a behavioral restriction. It does not, by itself, establish that the proposed action is authorized under the applicable policy, for two reasons that do not go away.

First, observation of a completed action cannot authorize it retroactively. A monitor may inspect a proposed action before release; the remaining question is whether execution depends on a valid authorization verdict across every path in scope. Inspection alone does not establish that dependency. A control whose result execution does not depend on is not the control that decides whether the action occurs.

Second, a baseline and an anomaly score answer a different question from the one the boundary must answer. They estimate how closely an action resembles prior conduct, and they carry false negatives, where a hostile action that resembles normal conduct passes, and false positives, where a novel but authorized action is flagged. The boundary must return a verdict on whether this action is permitted under the applicable policy, from bound inputs, and it must fail closed when it cannot. Fail-closed enforcement means execution remains blocked whenever valid authorization is unavailable. Deterministic evaluation produces the same verdict from the same bound inputs and versioned policy state. Neither property establishes the other, and neither alone establishes that the evaluation addresses every condition material to permission [Deterministic Governance Is Multi-Dimensional (DGMD), §6; What Deterministic Authorization Requires].

One misreading is worth heading off. Replacing an estimate with a verdict does not remove the human. The automobile is horseless, not driverless. A sound boundary does not decide everything on its own. It returns a definite verdict, and one of those verdicts is ABSTAIN: when evaluation cannot determine permission on the available grounds, or when policy requires an authorized human resolution, execution is blocked pending authorized human override, and the override is a separate authorization event with its own artifact. If the evaluation cannot run, no verdict is issued and execution remains blocked [Executive Guide; Five Tests Standard (5TS)]. The human moves from hoping a monitor flags the right things to holding authority over a control that responds the same way every time. Oversight is meaningful when the person holds that authority and an effective means of blocking execution; determinism makes the control predictable, and it does not by itself make oversight meaningful.

None of this means runtime signals are useless, and the strongest version of the opposing view will try to make this position say so. It does not. Runtime observations may ground a verdict when their origin is established, that origin is admitted under the applicable policy, and the relevant observations are bound into the evaluation context before release. Established origin does not establish truth [Authorization Boundary Integrity Model (ABIM); 5TS]. An agent's prior access history, its tool-invocation record, the sequence of actions preceding the current one: these are legitimate authorization inputs on those terms. They are not legitimate as a running commentary that flags trouble after the boundary has already let the action through.

Consider a purchasing agent with a valid identity, a valid session, and access to the vendor-management system. It attempts to approve a payment above its delegated threshold. A monitoring system may flag the behavior. A runtime authorization boundary evaluates the threshold, the role, the vendor status, the payment amount, and the delegation chain under the applicable policy and blocks release unless a valid, action-bound ALLOW is available. Availability of the data, or a monitor's assessment of it, does not establish that execution depends on authorization. Calling this merely monitoring obscures the dependency that matters: the payment cannot be released without valid authorization.

Telemetry substituted for authorization evidence

Because runtime produces rich records, those records are increasingly proposed as compliance evidence. The instinct is reasonable; the substitution is not. A telemetry record records an observation, and its evidentiary value depends on capture integrity and completeness. Recording an observation does not by itself establish that policy evaluation preceded execution or provide sufficient materials for independent reconstruction. A record that satisfies the authorization-artifact requirements must be assessed against those requirements, regardless of whether its supplier calls it telemetry [Authorization Artifact Test]. Telemetry, as ordinarily produced, shows what was observed. An authorization artifact records the authorization verdict, ALLOW, DENY, or ABSTAIN, and its grounds: the policy state, the bound inputs, and the authority chain, sufficient for an independent party to reconstruct the verdict under a declared replay mode [ABIM; 5TS]. Reconstruction of the verdict is one question; evidence that a particular execution matched the authorized action is another, and the artifact does not answer the second by itself. These are different objects. One is a recording of conduct. The other is a reconstructable record of a decision. Treating the first as the second is the evidentiary form of the same error, and it is the form most likely to harden into a standard before the difference is noticed.

Visibility substituted for provenance

Much of the field treats prompt injection as a monitoring problem: see the input, detect the suspicious content, and the matter is handled. But seeing an input is not establishing whether the input may ground a verdict. Prompt injection is not, at root, a behavioral anomaly to be spotted. It is an input-integrity failure [ABIM]. The instruction that redirects the agent arrives through a legitimate channel, inside a valid session, processed by an agent whose identity is intact. The action it produces carries valid credentials, sits within permitted scope, and resembles ordinary conduct. What is wrong with it is not visible in the conduct: either its origin was never established, or content from a known source was treated as an instruction carrying authority it was never permitted to exercise. Visibility establishes neither the origin nor the authority. Authorization that cannot establish the provenance of its inputs is authorization in form, not in substance; provenance establishes origin, not truth, and whether an input may ground a verdict, and what authority its content may exercise, is determined under the applicable policy. The adversary does not break the boundary. The adversary walks through the seam the boundary left open.

The mature version of continuous authorization

None of this argues against continuous authorization. It argues for the mature version of it. Per-operation authorization is necessary, but not sufficient. The question is whether each operation is authorized before release by a verdict that is independently reconstructable, under a declared replay mode, from bound inputs, policy and version state, authority chain, and the proposed action. A per-operation check whose dispositive basis is an unbounded or unreplayable anomaly score is not that. A verdict that can be re-derived by an independent party from the same bound materials is.

Two requirements follow, easy to state and hard to satisfy. A runtime boundary has to do more than stop outputs. It must establish the provenance of the inputs grounding the verdict and produce a record sufficient for independent reconstruction. A boundary that controls only what an agent emits, while taking its inputs on faith and leaving no reconstructable trace, is doing a fraction of the work and calling it the whole. And a boundary that does all of that has still answered only whether its verdict was enforced and reconstructable, not whether its evaluation addressed every condition material to permission. That question is taken up in What Deterministic Authorization Requires.

This is where the danger lives, and it is worth naming as a consequence, not an adjective. The danger is not that monitoring is useless. The danger is that it can create the appearance of governance while leaving the authorization boundary incomplete. A review that checks only visibility and telemetry can accept a system without establishing that its actions require pre-execution authorization, and such a system produces a confident stream of telemetry until an action with valid credentials, permitted scope, and a familiar shape does exactly what no one authorized.

The recognition driving this moment is correct: runtime is where agentic systems must be governed. The task now is to power that recognition correctly. Sound runtime authorization requires a verdict before release, grounded in inputs whose origin is established and admitted, recorded in an authorization artifact sufficient for independent reconstruction. Once the distinction is drawn, monitoring can no longer be presented as a substitute for authorization; it can only be an input, a detection layer, or an evidentiary supplement. Monitoring may inform that process. It is not that process.


Version note

First published on ferz.ai on July 1, 2026. Revised edition, September 2026, which replaces that text on ferz.ai: aligned with the framework as published in the Authorization Boundary Integrity Model v1.2, the Five Tests Standard v1.2.0, Deterministic Governance Is Multi-Dimensional v2.0.0, and What Deterministic Authorization Requires v1.0. The argument and structure are unchanged; the revisions narrow the monitoring premise, separate fail-closed enforcement from deterministic evaluation, add policy admission to the treatment of provenance, complete the ABSTAIN and no-verdict semantics, narrow the evidence claims, and complete the purchasing-agent example's enforcement condition. The website carries this revised edition with this note; the deposit is the revised edition.

References