By NHI Mgmt Group Editorial TeamPublished 2026-05-28Domain: AnnouncementsSource: Orchid Security

TL;DR: AI agents are already in production at two-thirds of enterprises, yet governance is lagging as delegated actors inherit authority through chains humans and machines were not designed to track, according to Orchid Security and cited survey data. The core problem is that identity programmes assume access is stable, reviewable, and bounded by a single actor, which does not hold for agentic behaviour.


At a glance

What this is: Orchid Security argues that agentic AI needs delegation-aware identity controls because traditional IAM models cannot reliably govern inherited authority across chains of delegation.

Why it matters: IAM, NHI, and PAM teams need a shared model for agent identity because the same governance gaps that expose service accounts now apply to agents that act at machine speed with inherited authority.

By the numbers:

👉 Read Orchid Security's announcement on delegation-aware controls for agentic AI


Context

Agent AI governance is becoming an identity problem, not just an AI operations problem. Orchid Security's announcement centers on delegation-aware control because existing IAM models were built around either human users or rigid non-human accounts, not actors that inherit authority and change behaviour at runtime.

The keyword here is agentic AI identity. Once an agent can act through chained delegation, the question stops being whether it has credentials and becomes whether the enterprise can explain whose authority it is using, what context it inherited, and how far that authority should extend.


Key questions

Q: How should security teams govern AI agents that inherit authority from other identities?

A: Security teams should govern AI agents by tracking identity lineage, not just credentials. That means recording the originating identity, the delegated authority path, and the runtime context for each action. If an agent can inherit permissions from humans, services, or other agents, policy has to evaluate the full chain before access is granted or continued.

Q: Why do AI agents complicate least privilege in enterprise IAM?

A: AI agents complicate least privilege because their intent and tool use can change during execution. Least privilege is usually defined at provisioning time, but agentic behaviour is dynamic and can expand or redirect authority mid-session. The result is that static permission scoping often lags behind actual behaviour.

Q: What breaks when organisations treat agent identities like service accounts?

A: What breaks is accountability. Service accounts are usually governed as rigid, task-bound identities, but agents can inherit authority, choose actions, and continue moving through systems at runtime. Treating them the same way hides delegation context and makes it harder to explain why an action was allowed.

Q: What should enterprises do before scaling agentic AI in production?

A: Enterprises should unify IAM, PAM, and NHI governance around actor type and delegation path. That includes inventorying unmanaged identities, enforcing runtime guardrails, and proving who owns each agent's authority. Without those controls, agentic AI expands existing identity blind spots instead of reducing them.


How it works in practice

Delegation chains change how agent identity is evaluated

Traditional IAM usually binds permissions to a known subject, such as a user, service account, or workload. Agentic systems break that assumption because the effective actor may be a human-originated request, a service credential, and one or more subordinate agents operating in sequence. A chain of delegation becomes the real identity surface. The control problem is not only authentication or authorisation, but preserving provenance across every step so the enterprise can tell whether the current action still matches the original intent.

Practical implication: model agent access as a delegation chain, not a single identity record.

Why identity enrichment is different for agentic AI

Identity enrichment for agents means attaching provenance, ownership, application context, and inherited permissions to the actor at runtime. That is more than asset inventory. It allows policy engines to evaluate whether an agent should be trusted based on where it came from, what it is acting on behalf of, and what authority it has accumulated through delegation. Without that context, governance collapses into a binary allow or deny decision that misses how the agent is actually operating.

Practical implication: enrich every agent with lineage, owner, and purpose before granting access.

Real-time guardrails are required because agent behaviour is not static

Agentic guardrails combine just-in-time access, zero trust enforcement, and continuous observation. The key technical point is that agent decisions can change inside a session, so pre-approved scopes quickly become stale. Real-time controls are therefore less about broad policy and more about continuously checking whether the agent's current action still fits the context, intent, and authority path that justified access in the first place.

Practical implication: enforce runtime policy checks on every agent action, not only at session start.


NHI Mgmt Group analysis

Delegation-aware identity is now a category requirement, not a feature request. Orchid Security's framing is directionally correct because agentic AI is not governed by the same assumptions as service accounts or human users. The important shift is that the enterprise must understand inherited authority across the full delegation path, not just the immediate credential presented at runtime. That moves the category from access management to authority management, which is where practitioners should anchor their design choices.

Agent AI Authority Gap: The most useful named concept in this announcement is the gap between what enterprises think is governed and what agents can actually execute. This is not a missing control in the narrow sense. It is a structural blind spot created when identity programmes assume a stable subject, a stable scope, and a stable operator behind the action. Practitioners should treat that assumption as broken wherever agentic behaviour exists.

Least privilege becomes harder to define once authority is inherited dynamically. Least privilege at provisioning time assumes intent is known before execution begins. That assumption fails when an agent can chain delegation, choose tools, and continue acting at machine speed under changing context. The implication is not simply tighter policy. It is a redesign of how privilege is interpreted when the actor's effective authority changes during the session.

Identity dark matter is the pre-existing condition that agentic AI exposes. Orchid's own figures describe a hidden unmanaged identity layer already present in enterprises, which means AI agents are not creating the weakness from scratch. They are accelerating visibility failures, excessive privilege, and hidden local accounts into a more obvious governance problem. The practitioner takeaway is to treat agent governance as a forcing function for broader NHI hygiene, not as a standalone overlay.

Cross-domain identity governance is where the field is heading. The same programme that governs humans, service accounts, and workloads will increasingly need to explain agent provenance, delegated authority, and runtime intent. That convergence means IAM, PAM, and NHI teams can no longer work from separate mental models. The practical conclusion is to unify policy, review, and observability around actor type and delegation path.

From our research:

  • Only 5.7% of organisations have full visibility into their service accounts, according to Ultimate Guide to NHIs.
  • Another finding from our research shows that 71% of NHIs are not rotated within recommended time frames, which keeps standing access alive far longer than governance teams expect.
  • For a deeper control baseline, see Top 10 NHI Issues for the identity hygiene gaps that agentic programmes inherit.

What this signals

Agent AI Authority Gap: The next governance battleground is not whether agents can authenticate, but whether they can prove the authority path behind each action. That matters because agentic adoption tends to surface the same unmanaged identity conditions that already plague NHI programmes, only faster and with less human visibility.

With 70% of organisations granting AI systems more access than human employees in the 2026 Infrastructure Identity Survey, the programme risk is structural, not experimental. Teams should expect pressure to collapse IAM, PAM, and NHI workflows into one operational model that can follow delegation as it happens.

The practical signal for readers is that access review cadences alone will not keep up with runtime delegation. If agents can act, inherit, and re-act within a single workflow, governance has to shift toward continuous observability, lineage tracking, and tighter offboarding of non-human authority paths.


For practitioners

  • Define agent identity lineage Record the originating identity, owning team, application context, and delegated permissions for every agent before allowing it to operate in production. Treat missing lineage as a governance defect, not an inventory issue.
  • Map chain-of-delegation paths Trace how authority moves from human request to service credential to downstream agent and sub-agent. Use those paths to decide where policy checks, approvals, and logging must occur.
  • Enforce runtime guardrails on agent actions Apply just-in-time access and continuous policy evaluation to agent actions that can change scope mid-session. Do not rely on a static approval at the start of execution.
  • Hunt for identity dark matter Prioritise hidden local accounts, unmanaged access paths, and over-privileged non-human identities because these are the conditions that make agentic adoption brittle.
  • Unify IAM, PAM, and NHI governance Create one operating model for humans, service accounts, workloads, and agents so the same review, offboarding, and authorisation logic applies across actor types.

Key takeaways

  • Agentic AI breaks the assumption that identity is a stable subject with a stable permission set.
  • Visible unmanaged non-human accounts and inherited authority are the conditions that make agent governance fragile at scale.
  • Practitioners should unify lineage, runtime policy, and offboarding across humans, workloads, and agents before production adoption expands further.

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 OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A1Agentic delegation and tool use are central to the control problem described here.
OWASP Non-Human Identity Top 10NHI-01Agent identity enrichment and hidden non-human accounts match core NHI inventory gaps.
NIST AI RMFGV.1Governance is needed to assign accountability for autonomous or semi-autonomous agent behaviour.

Assign clear ownership for agent decisions, logging, and runtime enforcement across the control plane.


Key terms

  • Agent Identity Lineage: The recorded path that explains where an AI agent's authority came from and who owns it. In practice, lineage links the originating identity, delegated permissions, application context, and runtime behaviour so governance teams can judge whether an action still sits inside the approved trust chain.
  • Chain Of Delegation: The sequence of identities and permissions that transfers authority from one actor to another. For agentic systems, the chain may include humans, service accounts, bots, and sub-agents, making the inherited authority path as important as the credential used at the moment of execution.
  • Identity Dark Matter: The hidden layer of unmanaged or poorly understood identities that already exists in many enterprises. It includes local accounts, excessive privileges, and unseen access paths that governance teams cannot reliably inventory, and it becomes more dangerous when agents can exploit it at runtime.
  • Agent AI Authority Gap: The difference between what an enterprise believes is governed and what an AI agent can actually execute. This gap appears when policies describe a static identity, but the agent's inherited authority, runtime choices, and downstream actions extend beyond that description.

Deepen your knowledge

Agent identity lineage, delegation-aware control, and runtime guardrails are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are extending IAM into agentic AI, it is a practical next step for aligning governance with real execution paths.

This post draws on content published by Orchid Security: delegation-aware identity enrichment and chain-of-delegation controls for agent AI. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-05-28.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org