TL;DR: Identity governance breaks when service accounts, API keys, and AI agents operate outside the human-linked lifecycle assumptions built into IAM, leaving ownership, review, and offboarding gaps, according to Entro Security. The practical issue is not discovery alone but lineage, because control without attribution cannot sustain auditability or incident response.
At a glance
What this is: This analysis argues that IAM programs miss a growing class of non-human identities because ownership, lifecycle, and review processes still assume every identity maps to a person.
Why it matters: For IAM and NHI teams, the gap turns routine governance tasks like access review, offboarding, and incident response into manual recovery work when NHIs are invisible.
👉 Read Entro Security's analysis of identity lineage and non-human identity governance
Context
Non-human identities now behave like first-class access subjects, but many IAM programs still treat them as infrastructure objects rather than governed identities. The result is a visibility and accountability gap that leaves service accounts, API keys, tokens, certificates, and AI agents outside normal ownership and review workflows.
Entro Security’s argument is that the control failure begins with lineage, not just inventory. If an identity can act, authenticate, and consume privileges on behalf of a human or workflow, IAM needs a way to trace that relationship end to end so lifecycle controls can actually work.
Key questions
Q: How should security teams govern non-human identities that do not appear in IAM inventories?
A: Security teams should create an ownership and lineage layer above raw IAM data. Every service account, API key, token, certificate, and AI agent needs a human owner, a business purpose, a scope, and an expiry path. If an identity cannot be attributed and reviewed, it should be treated as an unmanaged control gap, not as acceptable infrastructure.
Q: Why do non-human identities complicate zero trust and least privilege?
A: They complicate zero trust because the access subject is often a workload or agent that can change behaviour faster than human review cycles can keep up. Least privilege still applies, but it must be enforced per credential, per agent, and per lifecycle stage. Without continuous attribution, the organisation cannot prove that privilege remains justified.
Q: What is the difference between managing user accounts and managing NHIs?
A: User account governance is centered on a person’s employment status and access needs, while NHI governance is centered on workload purpose, ownership, dependency, and rotation. NHIs can be created in bulk, embedded in code, and left active after the original human changes roles. That means lifecycle controls must extend beyond joiner-mover-leaver workflows.
Q: When should organisations retire or rotate a non-human identity?
A: Organisations should retire or rotate an NHI when its owner changes, its purpose is no longer clear, its scope expands, or its credential has been exposed. They should also rotate on a fixed cadence for high-risk systems. If the credential cannot be tied to a current business need, removal is the safer default.
Technical breakdown
Why identity lineage matters for NHI governance
Identity lineage is the mapping from a human owner or workflow to every non-human identity that identity creates, authorizes, or depends on. In practice, this means connecting users to service accounts, API keys, OAuth tokens, certificates, and AI agents, then tracking the privileges those objects inherit. Traditional IAM records the human account but often leaves NHIs in cloud consoles, CI/CD pipelines, and application configs with no durable owner reference. Once that link is missing, access certification, offboarding, and incident notification all lose their anchor.
Practical implication: build ownership metadata into NHI discovery so every credential can be traced back to a responsible human or process.
How AI agents complicate delegated access
AI agents add a delegation layer because they act autonomously while consuming credentials that originated with a human or system owner. That creates a chain of authority that is easy to lose when the agent can query data, modify infrastructure, or trigger workflows across multiple systems. From a governance perspective, the question is not whether the agent is “trusted,” but whether the organisation can prove who authorised it, what it can reach, and when that authority should end. Without that traceability, agent behaviour becomes difficult to audit or revoke cleanly.
Practical implication: track authorisation, scope, and revocation for each agent as lifecycle events, not as one-time provisioning tasks.
Why orphaned credentials create audit and response failures
An orphaned credential is an active NHI with no reliable owner, review path, or retirement process. That is a governance problem before it is a breach problem, because audit teams cannot certify access they cannot attribute and responders cannot assign responsibility they cannot find. Orphaning happens when the original human departs, a workload changes, or the credential was created outside formal IAM workflows. The technical failure is not merely lack of visibility. It is lack of control linkage across creation, use, and retirement.
Practical implication: enforce periodic reconciliation between live credentials and approved ownership records, then retire anything that cannot be attributed.
Threat narrative
Attacker objective: The attacker’s objective is to turn a hidden non-human identity into durable access that bypasses normal user-based governance and response paths.
- Entry occurs when an exposed or over-scoped NHI credential is used outside the visibility of human-centric IAM controls.
- Escalation follows when the attacker leverages the credential’s inherited privileges to access systems the original owner never intended to expose broadly.
- Impact is the ability to modify data, move laterally across connected services, or persist through unmanaged service accounts and agent tokens.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- Sisense breach — unauthorized GitLab access led to exfiltration of access tokens, API keys and certificates.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Identity lineage is now a governance requirement, not a nice-to-have control layer. IAM has long assumed that identity management begins and ends with a person account, but NHIs break that model by creating active access subjects that inherit human authority without appearing in standard lifecycle workflows. That means access review, offboarding, and audit all need a lineage view, not just an inventory view. Practitioners should treat lineage as the control that makes every other identity control enforceable.
AI agents expose the runtime governance gap in modern IAM. A human can approve an agent once and still lose track of what that agent can do hours later, especially when it chains through multiple credentials and tools. The governance problem is not simply that agents exist, but that their authority is dynamic while most identity processes are static. Teams should assume that every agent needs continuous attribution, not just initial approval.
Orphaned NHIs are a lifecycle failure first and a security issue second. When service accounts, API keys, and tokens outlive the people or processes that created them, they become impossible to review cleanly and expensive to investigate later. That is why lifecycle management has to include creation provenance, ownership reassignment, and removal criteria for every non-human identity. Practitioners should prioritise retirement paths before the next audit forces manual reconstruction.
Identity blast radius is the right concept for NHI risk. Once a single human can spawn dozens of NHIs, the security question changes from “who has access” to “how far can one identity’s delegated authority spread.” That blast radius expands when credentials are reused, over-privileged, or invisible to central governance. Practitioners should model and reduce blast radius by design, not by incident response.
Human-centric IAM controls need an NHI control plane to stay credible. Existing entitlement reviews, MFA, and joiner-mover-leaver processes still matter, but they cannot govern what they cannot see. The field is moving toward unified identity lineage maps that connect people, workloads, and agents into one decision surface. Practitioners should re-evaluate whether their current governance model can actually answer who owns each credential.
From our research:
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
- Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities.
- That confidence gap is why identity lineage matters, and why teams should review the NHI Lifecycle Management Guide alongside the Ultimate Guide to NHIs.
What this signals
The programme-level signal is that NHI governance can no longer be a sidecar to human IAM. As autonomous tools and service identities multiply, teams need a control model that ties every credential to an accountable owner, a purpose, and a retirement condition. Without that chain, review and response become forensic exercises after the fact.
Identity blast radius: the practical unit of NHI risk is the amount of access that can accumulate around one human, one workload, or one agent. The smaller that blast radius is, the easier it is to prove control and contain exposure.
For teams building architecture around delegated access, the relevant references are the Ultimate Guide to NHIs for baseline identity scope and the NIST AI Risk Management Framework for governance expectations around autonomous systems.
For practitioners
- Inventory every NHI with ownership metadata Map service accounts, API keys, tokens, certificates, and AI agents back to a named human or approved process owner. Include source system, scope, expiry, and dependency information so the record supports review and retirement decisions.
- Rebuild offboarding around NHI lineage When an employee leaves or changes role, review every non-human identity attributed to that person before closing the case. Reassign, revoke, or rotate credentials based on actual usage and business dependency rather than assuming user deprovisioning is enough.
- Add credential reconciliation to access review Compare live NHI credentials against approved inventory on a fixed cadence, then flag anything without an owner, an expiry, or a documented business purpose. Make the review evidence-ready so auditors can see why each identity still exists.
- Track AI agent authorisation as a lifecycle event Record who approved each agent, what data and tools it can reach, which credentials it consumes, and when that authority must be revisited. Treat changes in scope as access changes, not as simple configuration updates.
- Reduce identity blast radius with least privilege Limit each NHI to the narrowest scope, shortest lifetime, and smallest dependency set that the workload actually needs. Pair that with rotation and monitoring so a single exposed credential cannot become broad, persistent access.
Key takeaways
- Non-human identities create an identity governance gap when IAM only tracks human users and misses workload-level ownership.
- Identity lineage is the control concept that links service accounts, API keys, tokens, and AI agents back to accountable humans.
- Practitioners should make attribution, review, rotation, and retirement mandatory for every NHI before audit and incident pressure forces manual reconstruction.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | The article centers on unmanaged NHI lifecycle and ownership gaps. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege and access governance apply directly to NHI privilege sprawl. |
| NIST AI RMF | AI agents acting autonomously require formal governance and accountability. |
Assign responsibility for each agent’s authority, monitoring, and revocation under a governance process.
Key terms
- Identity Lineage: Identity lineage is the traceable relationship between a human owner and the non-human identities that person creates, authorises, or depends on. It allows security teams to connect service accounts, API keys, tokens, and AI agents back to accountable ownership for review, audit, and retirement decisions.
- Orphaned NHI: An orphaned NHI is a non-human identity that remains active without a clear owner, business purpose, or lifecycle path. These identities often survive employee departures, application changes, or missed deprovisioning steps, which makes them difficult to review and risky to leave in place.
- Identity Blast Radius: Identity blast radius is the amount of access and operational reach that can accumulate around one identity or one delegated authority chain. In NHI environments, it measures how far a compromised credential, service account, or agent token can spread across systems before controls limit the damage.
- Delegated Access: Delegated access is authority granted to one identity to act on behalf of another, often seen when AI agents, automation tools, or service accounts consume privileges originally approved for a human or workload. It creates governance risk when the chain of responsibility is not continuously tracked.
What's in the full article
Entro Security's full blog post covers the operational detail this analysis intentionally leaves for the source:
- How the vendor maps human owners to service accounts, API keys, OAuth tokens, and AI agents in a unified lineage view
- Examples of employee-level attribution for exposed credentials, usage anomalies, and misconfigurations
- The workflow for lifecycle enforcement when an employee leaves, including reassignment and deprovisioning decisions
- A demo-oriented walkthrough of identity relationship visualisation across systems and workloads
Deepen your knowledge
Identity lineage, NHI ownership, and lifecycle governance are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your team is trying to bring service accounts and AI agents under the same governance model as user identities, it is worth exploring.
Published by the NHIMG editorial team on 2026-03-09.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org