TL;DR: Zero Trust secures the path to a resource, but it does not govern what an identity can do after arrival, according to Britive, which is why the article argues that Zero Standing Privileges is needed to remove persistent admin power and limit blast radius across users, workloads, and autonomous AI pipelines. Persistent access, not just network exposure, remains the control gap.
At a glance
What this is: Britive argues that Zero Trust solves network access but leaves a privilege gap unless Zero Standing Privileges removes standing rights at runtime.
Why it matters: For IAM, PAM, and NHI teams, the key issue is that secure connectivity without ephemeral privilege still leaves exploitable standing access across human, workload, and AI identities.
By the numbers:
- Only 13% of organisations feel extremely prepared for the reality of agentic AI despite the majority racing toward autonomous adoption.
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
- 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job.
👉 Read Britive's analysis of Zero Trust and Zero Standing Privileges
Context
Zero Trust Architecture reduces implicit trust in the network path, but it does not by itself remove persistent privilege at the point of action. In cloud estates, service accounts, static roles, and long-lived database credentials can still carry standing power long after the connection is verified, which is why Zero Standing Privileges matters to NHI governance and runtime authorisation.
The primary identity problem here is not access to the front door. It is whether the identity still has excessive power once inside, especially when that identity is a workload or autonomous AI pipeline that can act without human pacing. The governance gap is familiar from workload identity and IAM lifecycle control, and it becomes more acute as enterprises spread across multi-cloud and AI-driven execution paths.
Key questions
Q: What breaks when Zero Trust only covers login and privileged access?
A: Security gaps remain in applications, cloud services, and machine identities that are not subject to the same verification discipline. That creates inconsistent enforcement and weak visibility, which means attackers or misconfigurations can move through areas the programme was never designed to govern. Coverage has to extend beyond the front door to matter.
Q: Why do service accounts and workload identities create so much least-privilege risk?
A: They usually outnumber human accounts, change more often, and are frequently granted broad access for convenience. Because they are hard to review manually, over-privilege tends to persist, which expands the attack surface for anyone who compromises the workload or its credentials.
Q: How do organisations know whether their access model is really Zero Standing Privilege?
A: Look for whether access exists only for a specific task, expires automatically, and is scoped narrowly enough that users and automation cannot carry broad privilege between actions. If reviews still find persistent admin rights or durable group-based access, the model is not yet zero standing privilege in practice.
Q: Should security teams treat Zero Trust and JIT access as the same control?
A: No. Zero Trust governs whether an identity can connect to a resource, while JIT access governs whether privileged rights exist only when needed. The two controls are complementary, but neither replaces the other. If privilege remains standing, JIT has not removed the underlying exposure.
Technical breakdown
Zero Trust controls the connection, not the entitlement
Zero Trust evaluates contextual signals such as identity, device posture, location, and network conditions before granting a secure path to a resource. That is a connectivity decision, not a privilege decision. Once the session reaches the application, database, or cloud console, the remaining risk is defined by the entitlements already attached to the identity. If those permissions are broad, static, or long-lived, the secure tunnel simply carries the actor to the blast radius. This is why Zero Trust and runtime authorization solve different parts of the access problem.
Practical implication: verify that network policy and privilege policy are separated, then audit where standing permissions survive after the connection is established.
Why standing privilege persists in cloud and NHI estates
Standing privilege exists when a role, token, or credential remains valid beyond the task that justified it. In cloud environments this often appears as persistent IAM roles, broad service account permissions, and database credentials that are reused across workflows. For NHIs, the issue is worse because machine identities often run unattended, so no human is present to notice excess scope or to terminate access. The result is a durable attack surface that survives long after the original approval event has passed.
Practical implication: inventory roles and secrets that outlive task scope, then remove standing access paths from service accounts and workload credentials.
Zero Standing Privileges changes authorisation from static to runtime
Zero Standing Privileges removes the assumption that access should exist continuously once granted. Instead, permission is minted only when the task starts, scoped to the exact action required, and revoked as soon as the work completes. That shifts governance from provisioning-time trust to execution-time control. The model matters most where users, workloads, and AI systems act across many resources, because each action becomes a separate authorisation decision rather than a reusable standing entitlement.
Practical implication: move privileged workflows toward just-in-time access with automatic expiry so access disappears when the task is done.
NHI Mgmt Group analysis
Zero Trust without standing privilege removal is incomplete identity control. Zero Trust narrows the path to a resource, but it does not solve privilege persistence after arrival. That leaves cloud roles, service accounts, and workload credentials as the real blast-radius control point. Practitioners should treat connectivity as necessary but insufficient.
Standing privilege is the control gap that attackers actually exploit. The article correctly identifies the uncomfortable math: if most granted cloud permissions go unused, then attack paths depend on access that should never have been left in place. The governance failure is not simply excessive permissioning at grant time, but the absence of runtime removal when the task ends. That is the control boundary IAM and PAM teams must own.
Zero Standing Privileges is the operational expression of least privilege in dynamic estates. Least privilege cannot remain a provisioning-time statement when access patterns are ephemeral, multi-cloud, and workload-driven. ZSP makes privilege temporary, task-scoped, and revocable at execution time, which is the only way to keep pace with modern infrastructure identity. Practitioners should align PAM and NHI governance to runtime entitlement control, not static approval records.
Named concept: privilege persistence after network verification. This is the architectural blind spot the article exposes. The industry has spent years hardening the connection layer, but many programmes still assume that once a session is verified, privilege can be left standing. That assumption fails for workloads and AI systems because access must be re-authorised around each action, not just each login.
From our research:
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface, according to Ultimate Guide to NHIs.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, according to Ultimate Guide to NHIs.
- Read the Ultimate Guide to NHIs , Key Challenges and Risks for the governance failures that let standing access persist.
What this signals
Privilege persistence is now the more important design problem than network reachability. As infrastructure and AI operations become more dynamic, security programmes need a control plane that can revoke rights at the moment of use, not only gate entry. The organisations that keep treating access as a one-time grant will continue to accumulate standing power in places that Zero Trust cannot see.
Zero Standing Privileges should become the organising concept for runtime identity governance. That means rethinking PAM, NHI lifecycle, and workload access as a single operational problem rather than separate tooling domains. For practitioners, the next step is not more static approval, but tighter control over when entitlement exists and how quickly it disappears.
With 70% of organisations granting AI systems more access than they would give a human employee performing the exact same job, according to the 2026 Infrastructure Identity Survey, the governance gap is already visible in production estates. That figure points to a structural bias toward over-allocation, which makes runtime privilege reduction a near-term programme priority rather than a future optimisation.
For practitioners
- Map standing privilege across all identity types Inventory human, workload, and service account access that remains valid after task completion. Focus on persistent AWS IAM policies, broad cloud roles, and long-lived database credentials that can survive a verified connection.
- Separate connectivity controls from entitlement controls Use Zero Trust policy to govern network reachability, then apply a distinct runtime authorisation layer for what the identity can do once inside the resource boundary.
- Replace reusable privilege with task-scoped access Issue privileges only at the moment a task starts and revoke them automatically when the task completes. This should apply to privileged humans, service accounts, and autonomous pipelines.
- Review AI and workload paths for standing rights Check whether autonomous pipelines and non-human identities are operating with static roles or broad permissions that were never intended for continuous use.
Key takeaways
- Zero Trust reduces implicit trust in the network path, but it does not remove the standing privilege that attackers actually abuse.
- The governance problem is privilege persistence at runtime, especially for service accounts, workloads, and AI-driven execution paths.
- Zero Standing Privileges turns least privilege into an execution-time control, which is the only reliable way to shrink blast radius in dynamic environments.
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, NIST Zero Trust (SP 800-207), NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Standing privilege and secret persistence are central NHI risks in this article. |
| NIST CSF 2.0 | PR.AC-4 | The article is about controlling access permissions and enforcing least privilege. |
| NIST Zero Trust (SP 800-207) | 3.4 | Zero Trust is the article's architectural baseline and framing model. |
| NIST SP 800-53 Rev 5 | AC-6 | Least privilege is the direct control objective behind ZSP. |
| CIS Controls v8 | CIS-5 , Account Management | Account lifecycle and privilege control are key to removing standing access. |
Map persistent roles and long-lived secrets to NHI-03 and replace them with task-scoped access.
Key terms
- Zero Standing Privileges (ZSP): A security posture where no identity — human or non-human — holds persistent access rights. Access is provisioned dynamically on demand and automatically revoked after use. ZSP is the gold standard for NHI access control.
- Runtime Authorisation: Runtime authorisation is the practice of deciding access while a task is in progress, rather than only at provisioning time. It matters for NHIs because credentials and entitlements can change risk mid-session, especially when automation or AI agents interact with sensitive systems.
- Standing Privilege: Standing privilege is access that remains active even when no immediate task requires it. For NHI programmes, it is a common failure mode because long-lived credentials and persistent roles create unnecessary exposure. Reducing standing privilege usually means tighter expiry, on-demand access, and clearer review of who or what still needs access.
What's in the full article
Britive's full blog post covers the operational detail this post intentionally leaves for the source:
- How Britive frames runtime authorization for human, non-human, and agentic AI identities in practice
- The specific distinction between removing standing privilege and merely gating credential checkout
- The operational examples behind ZSP in cloud, database, and autonomous pipeline environments
- Britive's own implementation framing for pairing Zero Trust with privilege revocation
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 identity security programme, it is worth exploring.
Published by the NHIMG editorial team on August 15, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org