Subscribe to the Non-Human & AI Identity Journal

Why do access reviews alone fail to control identity risk?

Access reviews only show you the state of access at a moment in time. They do not prevent changes between cycles, and they miss systems outside the review scope. That makes them useful for cleanup and audit evidence, but insufficient as a complete governance model.

Why Access Reviews Alone Miss the Real Risk

Access reviews are a snapshot, not a control plane. They can confirm who had access during a review window, but they do not stop privilege drift, new secret issuance, or unapproved system-to-system connections between cycles. That gap matters more in environments with service accounts, API keys, and automation than in purely human IAM.

For NHI-heavy estates, the practical problem is that access often changes faster than review cadences. By the time an attestation is complete, the risky entitlement may already be stale, duplicated, or embedded in code. NHIMG’s Ultimate Guide to NHIs notes that 97% of NHIs carry excessive privileges, which is why periodic review alone cannot be treated as a preventive control. The same pattern shows up in vendor-neutral guidance such as the OWASP Non-Human Identity Top 10, where stale and over-privileged machine identities are a recurring risk theme.

In practice, many security teams encounter excessive NHI privilege only after a leaked token, misconfigured vault, or dormant integration has already been abused, rather than through intentional review.

How the Control Breaks Down in Practice

Access reviews work best when the identity model is stable, the asset inventory is accurate, and the scope is tight. Those assumptions rarely hold for modern NHI estates. A review may show that a service account is approved, but not whether its secret is still valid, whether the account is used by multiple workloads, or whether a pipeline can mint additional credentials on demand.

That is why current guidance increasingly treats review as one input to governance, not the governance mechanism itself. The NIST Cybersecurity Framework 2.0 emphasizes continuous risk management outcomes, while NHIMG’s NHI Lifecycle Management Guide focuses on the operational controls that reviews cannot enforce on their own.

  • Use access reviews for attestation and audit evidence.
  • Pair them with lifecycle controls such as issuance, rotation, revocation, and offboarding.
  • Continuously reconcile identities, secrets, and workloads so approvals match live usage.
  • Prefer short-lived credentials and just-in-time access where the business process allows it.

For machine identities, the stronger pattern is to bind access to workload identity and runtime policy, then use reviews to validate that those controls remain appropriate. That is more consistent with how autonomous systems and CI/CD pipelines actually behave. These controls tend to break down when identities are embedded in unmanaged code paths or third-party integrations because the review scope stops at the documented owner, not the real credential path.

What Mature Governance Adds Beyond Attestation

Tighter access control often increases operational overhead, requiring organisations to balance audit simplicity against continuous enforcement. That tradeoff is real, especially in teams that still rely on manual recertification for large numbers of service accounts and API keys. Best practice is evolving toward continuous control, but there is no universal standard for this yet.

The practical answer is to combine access reviews with controls that reduce identity risk between cycles. For example, short-lived credentials, automated revocation, and policy-as-code create a real-time control surface that reviews cannot provide. NHIMG’s Top 10 NHI Issues and the 52 NHI Breaches Analysis both reinforce the same operational lesson: excessive privilege, weak rotation, and poor visibility are recurring failure modes, not one-time audit exceptions.

For high-risk environments, the most effective model is layered: reviews for governance, telemetry for detection, and runtime controls for prevention. That is especially important where secrets are stored outside dedicated managers, where access is delegated to third parties, or where automation can proliferate faster than human approvers can inspect it.

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 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Stale or over-privileged NHI credentials are the core risk reviews miss.
NIST CSF 2.0 PR.AC-4 Access reviews support privilege management, but only as part of broader enforcement.
CSA MAESTRO TRU-01 Mature agent and workload governance requires runtime trust decisions, not snapshots.

Apply runtime trust and policy controls so identities are validated at use, not just reviewed.