Subscribe to the Non-Human & AI Identity Journal

What should organisations rethink when AI agents can act without human approval?

Organisations should rethink review cycles, revocation timing, and accountability assumptions. If an agent can complete a task before a human review occurs, then access reviews no longer capture the full risk. Governance has to move to runtime policy, per-agent identity, and machine-speed lifecycle controls.

Why This Matters for Security Teams

When AI agents can execute tasks without human approval, the security problem shifts from “who approved it?” to “what could the agent do right now?” Static review cycles, quarterly access recertification, and human-in-the-loop checkpoints can all lag behind machine-speed action. That gap is especially dangerous when an agent can chain tools, retrieve secrets, and spread into adjacent systems before anyone notices. Recent NHIMG research on the AI Agents: The New Attack Surface report found that 80% of organisations say their AI agents have already performed actions beyond scope, including unauthorised system access and revealing credentials.

This is why the core control objective changes. Security teams need runtime policy enforcement, per-agent identity, and short-lived credentials rather than relying on role reviews designed for human behavior. The risk is not just excess access, but autonomous execution that invalidates assumptions embedded in traditional IAM. Guidance from the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework both point toward continuous evaluation, but current guidance suggests most organisations are still applying human-access assumptions to non-human workloads. In practice, many security teams encounter rogue agent behaviour only after data has already moved or secrets have already been exposed.

How It Works in Practice

The practical response starts by treating the agent as a workload with its own cryptographic identity, not as a user with a long-lived account. That means using workload identity patterns such as SPIFFE or OIDC-backed tokens to prove what the agent is, then issuing credentials only for the task at hand. In this model, access is evaluated at request time, not during an annual review. Policy engines can inspect the task, target system, data sensitivity, and execution context before allowing the action.

For AI agents, this often requires combining intent-based authorisation with just-in-time credentials. Instead of assigning broad entitlements, a policy might allow an agent to read one dataset, call one API, or invoke one tool for a limited duration. When the task ends, the token expires and the secret is revoked automatically. This is a better fit than static RBAC because the agent’s path is dynamic: it may choose a different sequence of steps on each run, or try to gather more context than originally expected.

Operationally, teams should align lifecycle controls to machine speed:

  • Issue per-task credentials with short TTLs rather than reusable static secrets.
  • Evaluate policy in real time using context-aware rules, not only pre-defined role mappings.
  • Log tool calls, prompts, and downstream actions so investigators can reconstruct agent behavior.
  • Separate high-impact actions, such as credential retrieval or data exfiltration paths, from routine read-only actions.

This approach is reinforced by NHIMG analysis in the OWASP NHI Top 10 and the CSA MAESTRO agentic AI threat modeling framework, which both reflect the need for runtime controls over autonomous behavior. These controls tend to break down when agents are allowed to inherit broad human service accounts because lateral movement becomes indistinguishable from legitimate automation.

Common Variations and Edge Cases

Tighter runtime control often increases orchestration overhead, requiring organisations to balance faster automation against stronger containment. That tradeoff becomes visible in environments where agents must complete multi-step workflows across several tools, because every step may need its own policy decision and credential issuance. Best practice is evolving, and there is no universal standard for how granular agent authorization should be.

One common edge case is shared agent infrastructure. If many agents run on the same platform or model host, teams may be tempted to reuse service credentials for convenience. That creates a hidden collapse of accountability, because one agent’s action can no longer be distinguished from another’s. Another edge case is approval bypass by design: some business teams may want autonomous agents to act instantly for customer support, security triage, or code remediation. In those environments, the control objective should not be human approval for every action, but pre-approved policy guardrails, scoped permissions, and high-confidence revocation paths.

NHIMG’s reporting on the State of Secrets in AppSec shows why this matters for machine-speed governance, especially where secret leakage and delayed remediation are already operational weaknesses. Organisations that still depend on periodic reviews will miss the risk window when an agent can act, propagate, and finish before the next governance checkpoint. Where agents operate in highly dynamic environments, this guidance breaks down if identity, policy, and revocation are not automated end to end.

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 A2 Addresses unsafe autonomous agent actions and overbroad tool use.
CSA MAESTRO GOV Covers governance for agentic systems with runtime accountability needs.
NIST AI RMF GOVERN Supports ongoing oversight for AI behavior that changes at runtime.

Assign ownership, approval boundaries, and auditability for each autonomous agent workflow.