Subscribe to the Non-Human & AI Identity Journal

What breaks when access reviews are still mostly manual?

Manual reviews fail when identities change state, permissions spread across multiple systems, or access is granted too quickly for periodic certification to catch it. In AI-heavy environments, that leaves privilege in place long after the conditions that justified it have changed.

Why This Matters for Security Teams

Manual access reviews look adequate on paper, but they do not keep pace with how NHIs actually behave. Service accounts, API keys, workload tokens, and agent credentials can be created, copied, delegated, or embedded faster than a quarterly certification process can observe. That gap matters because access review is not just an audit task; it is one of the few chances to detect privilege that has drifted beyond its original business purpose. The problem is amplified in environments where identities are distributed across cloud, CI/CD, SaaS, and automation platforms, which is why NHI Management Group highlights that only 5.7% of organisations have full visibility into their service accounts in the Ultimate Guide to NHIs.

When reviewers rely on stale inventories, they approve access that no longer matches current workload state, ownership, or risk. Current guidance from the OWASP Non-Human Identity Top 10 makes clear that visibility and lifecycle control are foundational, not optional, because excessive privilege tends to accumulate silently. In practice, many security teams discover that manual review failed only after an overprivileged token was reused for lateral movement or an old integration was exploited, rather than through intentional certification.

How It Works in Practice

Manual reviews break down because they depend on human reconciliation of data that changes continuously. A reviewer has to compare entitlements against ownership records, application context, business justification, and expiration state, then decide whether access still makes sense. For NHIs, that is often impossible without automation. A service account can be shared across pipelines, an API key can be embedded in code, and an agent can request new permissions as it moves through tasks. The right control pattern is therefore lifecycle-aware and event-driven, not calendar-driven.

Practitioners usually need three capabilities working together:

  • Continuous inventory of NHIs across cloud, SaaS, CI/CD, and runtime environments.
  • Ownership and purpose metadata so reviewers can tell whether access still maps to a current workload.
  • Automated triggers for rotation, revocation, or step-up review when privilege changes state.

The NHI Lifecycle Management Guide is useful here because access review only works when creation, use, rotation, and offboarding are treated as one control loop. NIST’s identity guidance also reinforces that assurance depends on binding identity state to the access decision at the right time, not merely recording it later. For technical teams, the practical translation is to pair manual certification with policy checks, short-lived credentials, and event-driven revocation so access is revalidated when systems change, not weeks afterward. That is especially important in environments governed by automated deployments and agentic workflows, where a single review cycle can miss many state transitions. These controls tend to break down in federated enterprise stacks where ownership is unclear, identity data is fragmented, and no system acts as the source of truth for NHI state.

Common Variations and Edge Cases

Tighter review controls often increase operational overhead, requiring organisations to balance assurance against reviewer fatigue and delivery speed. There is no universal standard for how often every NHI should be reviewed, because risk varies by privilege level, environment, and change rate. For low-risk internal jobs, periodic attestation may be enough. For production workloads, privileged automations, or AI agents with tool access, best practice is evolving toward continuous validation and just-in-time authorization.

Edge cases are where manual processes fail most visibly. Temporary break-glass access can be missed if it is not automatically expired. Third-party integrations may remain active long after a vendor relationship ends. In AI-heavy estates, an autonomous agent may inherit access that was reasonable for its original task but unsafe once its goal changes. NHI Management Group notes in the 52 NHI Breaches Analysis that identity-related incidents often persist because remediation lags behind exposure.

Where manual review matters most is not as the primary control, but as a backstop for exceptions that automation cannot classify cleanly. The practical failure mode is simple: if the organisation cannot see the identity, cannot prove current ownership, or cannot expire access automatically, the review has already arrived too late.

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 OWASP Non-Human Identity Top 10 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-01 Manual reviews fail when NHI inventory and ownership are incomplete.
OWASP Non-Human Identity Top 10 NHI-03 Stale credentials and missed rotation are common manual review blind spots.
NIST CSF 2.0 PR.AC-4 Access permissions must be managed against current business need.

Revalidate privileges continuously and remove access that no longer has justification.