TL;DR: AI agents running through employee accounts blur accountability, over-extend privilege, and break audit trails, according to iProov's analysis of Gartner's 2026 digital identity Hype Cycle. Separate identities, short-lived credentials, and intent-based access control are becoming the baseline for governing agentic access safely.
At a glance
What this is: This is an analysis of why AI agents should not operate through borrowed human credentials, and the key finding is that shared identity collapses auditability, accountability, and least privilege.
Why it matters: It matters because IAM, IGA, and PAM teams now have to govern AI agents as distinct actors, not as invisible extensions of human users or shared service accounts.
By the numbers:
- NHIs outnumber human identities by 25x to 50x in modern enterprises.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
- 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures.
- 80% of identity breaches involved compromised non-human identities such as service accounts and API keys.
👉 Read iProov's analysis of AI agent identity and borrowed credentials
Context
AI agent identity is the problem of giving a software actor its own authenticated, governed identity instead of letting it borrow a human user's access. The primary issue here is that borrowed credentials turn agent activity into a human-looking session, which breaks accountability, weakens non-repudiation, and obscures the true scope of access.
In identity programmes, this is not a cosmetic change. Once an agent can act independently at runtime, the old assumption that access belongs to a person and can be reviewed in that person's name no longer holds, so IAM, IGA, and PAM controls need to separate actor, owner, intent, and privilege.
iProov's analysis uses Gartner's digital identity framing to argue that early deployments frequently stop at authentication and never reach proper agent governance. That is typical of organisations experimenting with agentic tools before they have a machine identity model in place.
Key questions
Q: How should security teams govern AI agents that can access enterprise systems?
A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring. The control set should include inventory, task-bound credentials, audit trails, and revocation paths. If an agent can call tools or touch production systems, it belongs in the same governance model as service accounts and other machine identities.
Q: Why do shared credentials become riskier when AI systems are in the workflow?
A: Shared credentials become riskier because AI systems can act at machine speed across multiple tools and sessions, while human governance still assumes slower, reviewable use. That mismatch makes it harder to tell legitimate delegation from unbounded privilege spread.
Q: What are the signs that AI agent permissions are too broad in enterprise environments?
A: Common warning signs include agents accessing tools they do not need, performing irreversible actions without confirmation, retrieving cross-tenant or unrelated data, and acting with long-lived credentials. If logs show the agent is using broad user permissions instead of scoped access, the control model is too loose and the environment is exposed to accidental or malicious misuse.
Q: Should organisations use ephemeral credentials for AI agents?
A: Yes, but only as part of a broader runtime control model. Ephemeral credentials reduce standing exposure, but they do not solve scoping, logging, or accountability on their own. Organisations should pair short-lived access with task context, tamper-evident logs, and automatic revocation when the agent finishes or changes intent.
Technical breakdown
Why borrowed employee credentials fail for AI agents
Borrowed credentials make an AI agent look like a human session in logs, even when the software is doing the work. That creates a structural problem for authorization because the system cannot distinguish who initiated the action, who approved it, and who actually executed it. Shared service accounts and long-lived API keys make this worse because they carry standing access with no built-in signal about intent, ownership, or task scope. The result is over-permissioning, weak traceability, and fragile non-repudiation.
Practical implication: stop treating agent access as a variant of employee access and require a separate identity path for software actors.
Short-lived credentials and runtime authorization for AI agents
Ephemeral credentials change the access model from standing permission to task-scoped authority. The agent receives access only for the duration of a bounded action, then the credential expires before it can be reused or inherited by another workflow. That is closer to runtime authorization than to traditional account provisioning, and it aligns with Zero Trust principles because access depends on current context rather than on the fact that the identity authenticated earlier in the day. Workload access management is the operational pattern behind this shift.
Practical implication: scope credentials to the task, not the account, and remove any standing secret that outlives the action it supports.
Intent-based access control for agent actions
Identity tells you which agent is acting, but not whether the action is legitimate for the user's request. Intent-based access control tries to close that gap by evaluating the action the agent intends to take against the intent captured from the human or workflow that authorised it. This matters because agentic systems can be steered by prompt injection, ambiguous instructions, or poisoned data into actions that still look technically authenticated. Without intent-aware authorization, the system can be compliant at sign-in and wrong at execution.
Practical implication: pair authentication with intent checks for high-impact actions, especially where agents can interpret or expand a request.
NHI Mgmt Group analysis
AI agent identity is a distinct governance problem, not a rename of service account management. Service accounts are usually static, workload-bound, and owned by operational teams, while AI agents can decide, sequence, and execute actions at runtime. That difference means the control question changes from 'who owns this credential?' to 'what authority does this actor have to make choices on behalf of a person?' Practitioners should treat agent identity as a new class of governed actor rather than a repackaged machine account.
Borrowed human credentials create an accountability collapse. The article's core warning is that once an agent acts through an employee account, the audit log becomes misleading by design. That breaks human accountability, because the identity trail now attributes software actions to a person who may never have seen them. The implication is not merely more logging, but a different identity model that preserves actor separation from the start.
Ephemeral privilege is the right baseline for autonomous software actors. AI agents rarely need the same duration of access that humans do, and the article correctly exposes how standing access persists long after the task ends. That is why short-lived credentials and runtime authorization matter more than traditional provisioning cycles. In governance terms, this is the point where least privilege must be evaluated at the session and task level, not at the user role level.
Intent-based access control is the named concept this market now needs. AI agent identity solves attribution, but it does not solve whether an action matches the request that authorised it. Intent-based access control fills that gap by binding an allowed action to a verified purpose, which is especially important when an agent can expand, reinterpret, or chain instructions. Practitioners should see this as the next governance layer above simple authentication and authorization.
AI agent lifecycle management must become a formal control surface. The article's strongest operational point is that agents must be provisioned, reviewed, reassigned, and retired like other governed actors, but with tighter linkage to the specific task and owner. That aligns with OWASP-NHI and ZT-NIST-207 thinking, while also extending IAM discipline into agentic environments. The field should stop assuming that experimentation can precede governance indefinitely.
From our research:
- NHIs outnumber human identities by 25x to 50x in modern enterprises, according to Ultimate Guide to NHIs.
- Only 5.7% of organisations have full visibility into their service accounts, which means most teams cannot reliably inventory the identities now driving machine and agent access.
- For a broader control baseline, see 52 NHI Breaches Analysis for repeated patterns in credential exposure and over-permissioning.
What this signals
Identity blast radius: once AI agents inherit human credentials, the blast radius is no longer limited to machine-to-machine access. It now includes human accountability, access review, and non-repudiation, which means identity teams need to reframe agent access as a governance problem, not just a security integration issue.
With 91.6% of secrets still valid five days after notification, the operational reality is that standing access outlives most remediation cycles. That makes short-lived credentials and explicit offboarding critical for any programme that expects to survive agentic growth.
The next control boundary will be whether organisations can prove which actor, human or agent, had authority for a given action. That proof layer belongs in IAM, IGA, and PAM design now, not after the first high-impact agent incident.
For practitioners
- Separate agent identity from employee identity Assign each AI agent its own unique record, named owner, and scoped permissions so actions are not logged under a human user's account. This is the foundation for clear accountability and revocation.
- Replace standing access with task-scoped credentials Issue short-lived credentials that expire when the task completes, and remove any long-lived password or API key that lets an agent continue acting after the intended work is done.
- Add intent checks before high-impact actions Require the agent's planned action to be evaluated against the user's captured intent for transactions, account changes, or external communications. Use this to block actions that are authenticated but outside the request's purpose.
- Create lifecycle controls for AI agents Define provisioning, review, reassignment, and retirement steps for agents in the same way you would for other governed identities, with explicit offboarding when the workflow or ownership changes.
Key takeaways
- AI agents that operate through employee accounts create a governance blind spot because the audit trail attributes software action to a human identity.
- Short-lived credentials, separate identities, and intent checks are the controls that move agentic access from convenience to governable practice.
- Identity teams should treat agent lifecycle management as a formal control surface, because unmanaged agents quickly become standing privilege at machine speed.
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 Zero Trust (SP 800-207), NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 — Identity and Ownership | AI agents need distinct ownership and identity separation from humans. |
| NHI-03 — Credential Lifecycle | Standing secrets and borrowed credentials are the central risk in this article. | |
| Recommendation — Assign each agent a unique identity and accountable owner before granting any production access. Replace long-lived credentials with task-scoped credentials and revoke them at task completion. | ||
| NIST Zero Trust (SP 800-207) | Principle of least privilege — Least Privilege | The article argues for runtime-scoped access rather than standing permissions. |
| Recommendation — Enforce contextual least privilege so agent access matches the current task and session only. | ||
| NIST CSF 2.0 | PR.AC-4 — Access Permissions and Authorisations | Access permissions and authorisation are the core governance issues for agent identities. |
| Recommendation — Map AI agent privileges to PR.AC-4 and review them separately from human user entitlements. | ||
| NIST SP 800-53 Rev 5 | AC-6 — Least Privilege | Least privilege directly addresses overbroad permissions inherited by agents. |
| Recommendation — Apply AC-6 to restrict agent entitlements to the minimum required for each approved task. | ||
Key terms
- AI Agent Identity: The digital identity used by an autonomous AI agent to authenticate to external systems, APIs, and services. Managing AI agent identities is an emerging and rapidly evolving area of NHI security.
- Borrowed credential: A borrowed credential is a human token or account used by an AI or workload to access systems it should not inherit directly. It obscures ownership, complicates revocation, and turns machine activity into a false human identity record.
- Intent-Based Access Control: An access control model that evaluates not just what an agent is requesting, but the inferred intent and context behind the request — granting or denying access based on whether the action aligns with the agent's declared purpose.
- Task-Scoped Access: Task-scoped access is permission granted for one defined purpose and removed once the task is complete or the session expires. For non-human identities, it reduces standing privilege and limits how long an attacker can exploit a stolen credential.
What's in the full article
iProov's full article covers the operational detail this post intentionally leaves for the source:
- Gartner-based framing for AI agent identity and the accountability gap in enterprise IAM
- Examples of how borrowed employee credentials distort audit logs and non-repudiation
- Intent-based access control as an emerging authorization pattern for agentic systems
- Practical discussion of separate identity, ownership, and lifecycle handling for agents
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an IAM programme, it is worth exploring.
Published by the NHIMG editorial team on September 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org