Subscribe to the Non-Human & AI Identity Journal

What fails when organisations manage agents like ordinary automation?

They miss the fact that the actor is making decisions, not just executing a script. Ordinary automation is predictable enough for fixed approvals and static role design. Agentic behaviour can branch, remember, and redirect, which means governance must cover runtime intent, tool reach, and post-action accountability.

Why This Matters for Security Teams

Managing an agent like ordinary automation creates a false sense of control. Scripts follow a narrow path, but an agent can choose tools, sequence actions, retain context, and adapt when a first attempt fails. That means the security problem shifts from “did the job run?” to “what was the agent allowed to decide, observe, and chain together at runtime?”

This is why fixed approvals and static role design often miss the real exposure. A role that looks reasonable on paper can become overbroad once an agent starts branching into adjacent systems, reusing context, or invoking APIs in a new order. Current guidance from OWASP Agentic AI Top 10 and NIST AI Risk Management Framework points toward runtime controls because pre-approved paths do not reliably contain goal-driven systems.

NHIMG research on AI LLM hijack breach shows how quickly attacker behaviour can pivot once an identity or session is compromised, which is a useful warning for agent governance as well. In practice, many security teams encounter unsafe agent reach only after an unexpected tool chain has already completed, rather than through intentional design review.

How It Works in Practice

The operational failure is not just “too much access.” It is the mismatch between a dynamic actor and controls built for deterministic workflows. Ordinary automation can be governed with static service accounts, fixed task scopes, and periodic review. Agents need runtime decisions because intent changes from one step to the next, and the control plane has to evaluate what the agent is trying to do, not merely who launched it.

That is why workload identity, ephemeral credentials, and policy evaluation at request time matter more than legacy role maps. A strong pattern is to bind each agent to a cryptographic workload identity, then issue short-lived credentials only for a specific task or tool invocation. Session scope should be narrow, expiring automatically when the task ends, with revocation tied to completion or anomaly detection. For many environments, this aligns well with CSA MAESTRO agentic AI threat modeling framework and the runtime emphasis in the NIST Cybersecurity Framework 2.0.

Operationally, the controls usually include:

  • Per-task credential issuance instead of long-lived shared secrets.
  • Context-aware authorization that checks the current action, target system, and data sensitivity.
  • Tool allowlists that are revisited at runtime, not only during design review.
  • Post-action logging that records prompts, tool calls, outputs, and downstream effects for accountability.

NHIMG’s Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs is useful here because lifecycle discipline is what turns identity from a one-time setup into ongoing control. These controls tend to break down when agents share tools across tenants or when orchestration layers silently reuse sessions, because the runtime context no longer matches the original approval boundary.

Common Variations and Edge Cases

Tighter agent controls often increase latency and operational overhead, so organisations must balance safety against throughput and developer friction. That tradeoff is real, especially when teams want agents to act quickly across many systems without pausing for repeated checks.

There is no universal standard for this yet, but current guidance suggests that the more autonomous the agent, the less acceptable static authorization becomes. Some organisations still use RBAC as a coarse outer boundary, then add policy-as-code for each tool call. Others introduce human approval only for high-impact actions such as deleting records, changing infrastructure, or moving sensitive data. The best practice is evolving, but the direction is clear: static roles may define the starting envelope, not the full decision model.

Edge cases appear when agents are embedded in long-running workflows, multi-agent pipelines, or environments with privileged back-end connectors. In those cases, compromise can propagate sideways through chained tools even if the initial request looked harmless. This is why secret hygiene matters as much as authorization. NHIMG’s The State of Secrets in AppSec highlights how leakage and delayed remediation remain persistent weaknesses, and agentic systems amplify that weakness when secrets are reusable across tasks.

For teams mapping controls to standards, the practical question is not whether the agent is “automation” or “AI.” It is whether the workload can change intent mid-execution. When it can, ordinary automation controls are no longer enough, and governance has to move to runtime identity, short-lived access, and continuous decisioning.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A1 Agentic systems need runtime controls, not static automation assumptions.
CSA MAESTRO MAESTRO addresses threat modeling for autonomous tool-using agents.
NIST AI RMF GOVERN AI RMF governance is needed when the workload can change intent dynamically.

Assign ownership, policy, and accountability for agent decisions and post-action review.