By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: AktoPublished July 7, 2026

TL;DR: Autonomous AI agents now plan, call tools, and act inside sensitive environments, which makes visibility, ownership, and runtime control central to governance, according to Akto. Security can keep an agent uncompromised, but only governance answers who is accountable when the agent acts within its permissions and still causes harm.


At a glance

What this is: This is a governance framework for agentic AI security that argues visibility, ownership, and agency control are the three controls enterprises need to manage autonomous agents.

Why it matters: It matters because AI agents behave like systems with delegated authority, so IAM, PAM, and security teams need to govern access, accountability, and runtime limits together.

👉 Read Akto's full framework for agentic AI security and governance


Context

Agentic AI security is emerging because autonomous systems now do more than generate outputs. They plan actions, call tools, and operate across email, CRM, cloud, and internal APIs, which means the old assumption that software only does what it was programmed to do no longer holds.

For IAM and PAM teams, the key change is that an agent is both a decision-maker and an access consumer. That creates a genuine identity governance problem around ownership, permission scope, and reviewability, especially when multiple agents chain actions across systems. The governance challenge is typical for early-stage AI adoption and becomes sharper as the environment scales.


Key questions

Q: How should security teams govern agentic AI as it moves into production?

A: Security teams should govern agentic AI as a class of non-human identity, not as a generic application feature. That means assigning ownership, scoping permissions tightly, logging every tool action, and revoking access on a defined lifecycle. Production rollout should require clear approval points for high-risk actions and continuous monitoring for drift.

Q: Why do AI agents increase IAM and PAM risk?

A: AI agents increase IAM and PAM risk because they can execute actions quickly once privilege is available, which shortens the time available to detect misuse. If access is always on, the attack surface is always on too. That is why task-scoped privilege and ownership controls matter.

Q: What do teams get wrong about multi-agent workflows?

A: They often govern each agent separately and miss the workflow-level privilege chain. In practice, one agent can pass context or authority to another, creating permission inheritance and shared accountability gaps. The control objective is to validate every handoff, not just each component, so the full chain stays within approved bounds.

Q: How do organisations know if agentic AI governance is actually working?

A: Look for three signals: access decisions tied to task context, complete audit records linking agents to datasets, and rapid revocation when scope changes. If reviewers still need manual reconstruction after an incident, the programme is not mature. Effective governance produces explainable access, not just allowed or denied results.


Technical breakdown

Why agentic AI breaks advisory security models

Advisory AI returns suggestions that a human reviews before action, so traditional controls assume a review step exists. Agentic AI removes that boundary because the system can select steps, invoke tools, and trigger consequences in the same workflow. Non-deterministic behaviour makes exhaustive testing incomplete, since an agent can produce a correct result through an unsafe path. That shifts the problem from output quality to action governance, where approvals, scope, and traceability matter as much as model accuracy.

Practical implication: treat agent permissions and action boundaries as first-class control objects, not just model outputs.

Why cross-system access creates a larger blast radius

Agents become useful only when they connect to email, CRMs, cloud services, databases, and internal APIs. Each connection expands the influence surface, and the article correctly notes that one error on each connection doubles the radius of influence. In identity terms, the agent is a delegated principal that can accumulate access across systems without a single owner continuously monitoring that access. This is where workload identity thinking becomes relevant, even if the article does not use that term directly.

Practical implication: inventory every connected system and reduce agent permissions to the minimum scope needed per integration.

How multi-agent chains create permission inheritance risk

In multi-agent environments, one agent feeds another, so context and permission can cascade through the workflow. That creates two failure modes: shared responsibility, where nobody owns the whole chain, and permission inheritance, where a lower-privileged agent may end up operating with the rights of a higher-privileged one. This is not just orchestration complexity. It is governance drift, because control can appear present at the component level while failing at the workflow level. The named concept here is permission inheritance risk.

Practical implication: govern agent workflows as shared execution paths and validate privilege transfer at every handoff.


NHI Mgmt Group analysis

Agentic AI governance is becoming an identity problem, not just an AI problem. Once agents can act, they resemble non-human identities that need ownership, scope, and lifecycle control. That makes the governance question as important as the security question, because a technically secure agent can still cause harm if nobody is responsible for its actions. Practitioners should align agent oversight with IAM and PAM discipline, not leave it in an isolated AI program.

Visibility is the starting point for any credible control model. If teams cannot see which agents exist, which tools they can call, and what data they can reach, every other policy is partly fictional. This is especially relevant where shadow AI can be created outside formal review. The same governance gap appears in unmanaged service accounts and stale machine identities, so identity teams should treat discovery as the prerequisite to enforcement.

Ownership must exist at business, technical, security, and executive levels. The article is right that shared ownership quickly becomes no ownership when incidents happen. That matters because accountability is what turns policy into a decisionable control rather than documentation. Organisations should map agent ownership into governance committees and approval flows so responsibility exists before deployment, not after failure.

Runtime guardrails are the difference between policy and enforceable agency limits. Policies and standards describe what agents may do, but runtime controls decide whether they actually stay inside those bounds when the workflow starts to diverge. That is where NIST AI RMF GOVERN and MANAGE functions become relevant, alongside broader NIST CSF governance and access-control thinking. Teams should assume drift will happen and design for continuous control, not one-time approval.

Agentic AI governance debt will accumulate faster than most programmes expect. The article’s maturity model is useful because it shows that many organisations remain in visibility or early governance phases while agent adoption is already operational. The longer teams wait, the more exceptions, undocumented permissions, and unowned workflows they inherit. Practitioners should measure governance maturity as a programme risk, not a future planning exercise.

What this signals

Agentic AI pushes identity governance upstream and downstream at the same time. Upstream, teams need visibility and ownership before deployment. Downstream, they need continuous assurance because agent behaviour can change through tool use, chained delegation, and environmental drift. The practical lesson is that agent governance cannot be a sidecar to security operations. It has to be embedded into the same operating model that manages privileged access and machine identities.

Permission inheritance risk: this is the control gap that emerges when one agent can hand context or authority to another without a clean ownership chain. The result is not just technical complexity, but unaccountable access propagation. Practitioners should pair workflow-level approvals with runtime telemetry and review the OWASP Top 10 for Agentic Applications 2026 alongside NIST AI Risk Management Framework guidance when designing controls.

The bigger programme signal is that agentic AI governance will likely converge with broader identity governance rather than sit apart from it. As agents become persistent consumers of data and tools, the same disciplines used for lifecycle management, least privilege, and reviewability will matter more, not less. Teams that already manage non-human identities should be better positioned, but only if they extend those controls to agent ownership and runtime boundaries.


For practitioners

  • Inventory every agent and connected tool Build a real-time inventory of AI agents, MCP servers, and downstream tools across cloud and endpoint environments, then reconcile that view against approvals and owners. This is the minimum control needed to find shadow AI and prevent unknown integrations from becoming unmanaged access paths.
  • Assign named ownership before deployment Create explicit business, technical, security, and executive ownership for each agent before it enters production. Tie ownership to approval, review, incident response, and decommissioning so no agent sits in an accountability gap when behaviour changes.

Key takeaways

  • Agentic AI creates an accountability gap when autonomous systems can act within scope but still produce harmful outcomes.
  • Visibility, ownership, and runtime control are the three controls that determine whether agent governance is real or merely documented.
  • Identity teams should treat AI agents as governed non-human actors and extend lifecycle and privilege controls into workflow execution.

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 address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article focuses on agentic AI threats, ownership, and runtime controls.
NIST AI RMFGOVERNGovernance, accountability, and oversight are the article's core themes.
NIST CSF 2.0GV.OC-01Agent ownership and oversight align with organisational context and governance.
NIST Zero Trust (SP 800-207)Agent access to multiple systems requires continuous verification and least privilege.

Map agent governance gaps to OWASP agentic AI risks and prioritise visibility, approval, and runtime boundaries.


Key terms

  • Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.
  • Permission Inheritance: The practice of allowing access on one object to flow into related objects through defined traversal rules. It reduces duplicate configuration, but it also creates hidden privilege paths that must be understood and reviewed. In complex systems, inheritance is often the real source of effective access.
  • Shadow AI: AI agents, copilots, or connected tools operating without full visibility or governance from security teams. Shadow AI becomes an identity problem when those systems authenticate with unmanaged tokens, service accounts, or OAuth apps that can reach production resources.
  • Agency Control: Runtime controls that limit what an AI agent can do after it has been deployed. Agency control turns policy into enforcement by constraining actions, data access, and tool use in real time rather than relying only on pre-deployment review.

What's in the full article

Akto's full blog covers the operational detail this post intentionally leaves for the source:

  • Step-by-step guidance for defining business, technical, security, and executive ownership for agents.
  • Maturity model checkpoints for moving from visibility to continuous oversight in production environments.
  • Metric definitions for tracking agent inventory coverage, policy compliance, and security review completion.
  • Governance patterns for multi-agent workflows, including shared responsibility and permission inheritance.

👉 Akto's full post covers the lifecycle model, ownership structure, and control pillars in operational detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps identity and security practitioners translate governance concepts into operational controls across modern enterprise environments.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org