TL;DR: AI projects are stalling in manual security review loops because service accounts, API keys, and shared identities are being used as temporary fixes for agent access, according to JumpCloud. The real constraint is governance plumbing, not model quality: if identity is still reviewed by hand, AI delivery stays trapped in pilot purgatory.
At a glance
What this is: This is an analysis of why AI initiatives stall when agent access depends on manual identity approvals and shared credentials.
Why it matters: It matters because IAM teams now have to govern AI agents, service accounts, and human approval flows as one delivery system, or the business will keep treating identity as the blocker instead of the control plane.
👉 Read JumpCloud's analysis of AI identity governance and velocity
Context
AI agent identity governance breaks down when organisations treat every new agent as a manual exception instead of a governed workload. The article argues that security review queues, shared service accounts, and delayed key approvals are now slowing AI delivery in the same way poor IAM slows infrastructure rollout.
The core identity problem is not whether teams can approve access eventually. It is whether they can assign, audit, and retire non-human access quickly enough that AI programmes do not collapse into Human-as-Middleware workarounds. That makes this a workload identity and lifecycle problem as much as a security one.
Key questions
Q: What breaks when AI agent access depends on manual security review?
A: Manual review breaks delivery when it becomes the gating mechanism for every new agent, token, or service account. The organisation ends up trading speed for control and often gets neither, because teams bypass the process with shared credentials or hidden deployments. That is a governance design problem, not just a staffing problem.
Q: Why do AI agents complicate IAM governance more than traditional workloads?
A: AI agents complicate IAM because they are often created quickly, need scoped access immediately, and may be deployed by teams outside central identity workflows. If access cannot be issued, audited, and retired at machine speed, the business falls back to manual approvals and unmanaged exceptions.
Q: How can security teams reduce pilot purgatory for AI projects?
A: Security teams reduce pilot purgatory by turning repetitive agent access requests into policy-driven patterns with clear ownership, expiry, and review rules. The point is not to approve everything faster. It is to make the normal path safer than the workaround so developers do not route around governance.
Q: How do organisations know if AI identity governance is working?
A: It is working when new agents can be onboarded without shared accounts, when access reviews can name the actual actor, and when deprovisioning happens as part of the workflow instead of after an audit finding. If speed requires exceptions, governance is still the bottleneck.
Technical breakdown
Why manual approval loops break agent identity governance
AI agents often need service accounts, API keys, or scoped tokens before they can perform work. When those credentials sit behind human review queues, identity control becomes a throughput bottleneck rather than a policy layer. The result is predictable: teams either delay deployment or bypass governance with shared access. In practice, the architecture is not failing because authentication is impossible. It is failing because identity issuance, auditability, and revocation are not built to keep pace with machine-speed delivery.
Practical implication: replace ad hoc approval chains with pre-defined identity workflows for non-human access.
Shared service accounts and auditability gaps
Shared service accounts collapse attribution. When multiple agents use the same admin or workload identity, logs may show that an account acted, but not which agent, workflow, or business function used it. That weakens incident response, audit evidence, and access review quality. The deeper issue is that shared identity makes governance retrospective instead of operational. If the programme cannot distinguish one agent from another, it cannot certify least privilege, prove separation of duties, or support lifecycle controls with confidence.
Practical implication: eliminate shared non-human credentials where audit trails must prove actor-level accountability.
Why AI identity needs lifecycle control, not temporary exceptions
The article’s “Pilot Purgatory” pattern reflects a lifecycle failure. Teams treat early AI access as provisional, but provisional credentials tend to become permanent because no one wants to interrupt the workflow. That creates credential sprawl, hidden access, and shadow AI. NHI governance is therefore about joiner-mover-leaver logic for machines as much as it is about secrets. Once an agent exists, it needs an owner, a review path, and a retirement trigger or the exception becomes the system.
Practical implication: define owners, expiry conditions, and deprovisioning triggers before an agent goes live.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- MongoBleed breach — MongoBleed exposed secrets across 87K MongoDB servers.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Manual review is now a velocity control failure, not just a security inconvenience. The article shows that AI programmes stall when every agent request must pass through a human approval loop. That is an identity governance failure because the control process is slower than the operational system it is meant to govern. Practitioners should recognise this as a design constraint, not a temporary process issue.
Shared AI credentials create an accountability collapse that IAM cannot paper over later. When agents share a service account, the audit trail loses actor-level attribution and access reviews lose meaning. This is a governance gap in the identity layer itself, not a weakness in downstream logging. The implication is that machine identities need explicit ownership and uniqueness if the organisation expects to answer who did what.
Velocity Paradox: identity becomes the accelerator only when it is machine-operable. The article correctly frames governance as a prerequisite for speed, but the citable insight is narrower: identity workflows that depend on human pacing cannot support agentic delivery at scale. That is why the control plane, not the model, becomes the decisive factor. Practitioners should treat agent identity as part of product delivery architecture.
Human-as-Middleware is a named failure mode that signals shadow AI before it becomes audit debt. Once developers start routing around IT to ship faster, the organisation has already lost policy consistency. The issue is not simply rogue behaviour. It is that the governance model has made informal workarounds more efficient than compliant ones. That is the moment identity programme leadership needs to reset the control design.
Non-human identity governance and human IAM are converging into one operational problem. The same organisation that would never accept shared human admin accounts is effectively tolerating the same anti-pattern for agents when it reuses service accounts and ad hoc keys. The field should stop treating AI access as exceptional and start treating it as governed workforce identity. Practitioners should unify oversight across humans, workloads, and agents.
From our research:
- Two-thirds of enterprises have endured a successful cyberattack resulting from compromised non-human identities, with a quarter encountering multiple attacks, according to The 2024 ESG Report: Managing Non-Human Identities.
- The average organisation believes more than 1 in 5 of their non-human identities are insufficiently secured, which is why governance gaps turn into operational risk so quickly.
- That same research frame points to broader lifecycle pressure in machine identity programmes, a theme expanded in Ultimate Guide to NHIs.
What this signals
Pilot Purgatory: this is what happens when identity governance is slower than product delivery. Teams do not abandon control because they do not care about risk. They abandon control because the compliant path is too slow, and that is where shadow AI begins to appear.
With 72% of organisations having experienced or suspecting a breach of non-human identities, the operational lesson is clear: AI governance cannot be built on exception handling alone, per The 2024 ESG Report: Managing Non-Human Identities. The programme that cannot issue and retire machine identities at speed will eventually inherit unmanaged access.
The next stage of maturity is not more approval layers. It is identity infrastructure that can distinguish one agent from another, enforce expiry by default, and make review artefacts available without slowing the delivery pipeline. That shift matters across human, machine, and agentic programmes alike.
For practitioners
- Define pre-approved agent access patterns Map the common AI use cases that need service accounts, API keys, or scoped tokens and pre-authorise them through policy instead of ad hoc review. The goal is to remove the manual security queue without removing accountability.
- Eliminate shared non-human credentials Assign each agent or workflow a unique identity so logs, access reviews, and incident response can attribute activity to a specific actor. Shared Admin access destroys traceability and turns audit evidence into guesswork.
- Build lifecycle triggers for AI access Tie agent creation, review, rotation, and deprovisioning to ownership and expiry conditions so temporary access does not silently become permanent. Treat every new agent as a governed identity with a retirement path.
- Measure how much work sits in security review Track the number of AI projects blocked by identity approvals, the average time to issue credentials, and the percentage of workloads using shared accounts. These signals show whether governance is enabling delivery or forcing bypass behaviour.
Key takeaways
- AI projects stall when identity governance is built around manual approval instead of machine-speed access control.
- Shared service accounts and reused keys destroy auditability, making it impossible to prove which agent did what.
- The practical fix is lifecycle-based non-human identity governance with unique ownership, expiry, and deprovisioning built in.
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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Agent identity sprawl and shared credentials are central to the article's governance problem. |
| NIST CSF 2.0 | PR.AC-1 | The post is fundamentally about access provisioning and accountability for non-human identities. |
| NIST Zero Trust (SP 800-207) | AC-3 | Zero trust is relevant because the article frames machine-speed verification and continuous control. |
Apply least-privilege access decisions per workload and verify every agent action before execution.
Key terms
- Pilot Purgatory: A delivery state where AI initiatives cannot move from experimentation to production because identity, approval, and compliance steps are handled manually. In practice, the programme gets stuck between innovation pressure and governance delay, which encourages workarounds, shadow deployments, and shared credentials.
- Human-as-Middleware: A workaround pattern where a person becomes the manual broker for routine non-human access requests. It usually starts as a temporary bridge, but it often becomes a bottleneck that weakens accountability, slows delivery, and creates pressure to bypass central identity controls.
- Non-human identity lifecycle: The governed sequence for creating, owning, reviewing, rotating, and retiring machine identities such as service accounts, API keys, tokens, and certificates. For AI and workload access, lifecycle control is what prevents temporary exceptions from becoming permanent security debt.
- Identity blast radius: The amount of damage or uncertainty created when one identity is overused, shared, or poorly scoped. In non-human environments, a large blast radius means one credential can touch too many systems, and the organisation loses the ability to limit or explain that access.
Deepen your knowledge
AI agent identity governance and lifecycle controls are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your teams are trying to move beyond manual review loops, this is the right starting point.
This post draws on content published by JumpCloud: AI identity governance and the velocity paradox. Read the original.
Published by the NHIMG editorial team on 2026-04-27.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org