Subscribe to the Non-Human & AI Identity Journal

When does manual lifecycle management become a security risk?

Manual lifecycle management becomes a risk as soon as entitlement changes depend on tickets, email, or human memory. At that point, access can lag behind role changes, former users can retain permissions, and temporary access can outlast the business need. The practical signal is persistent mismatch between current role and active entitlement.

Why This Matters for Security Teams

Manual lifecycle management is dangerous because access governance stops being a system and becomes a series of exceptions. Once entitlement changes depend on tickets, email approvals, or someone remembering to follow up, the organisation loses the ability to prove that access still matches business need. That creates lingering permissions, delayed removals, and a widening gap between policy and reality. The risk is not only operational; it is also auditability, because stale access becomes hard to detect before it is abused.

This pattern is especially visible in non-human identity estates, where secrets and tokens often outlive the process that created them. NHIMG research on the 2025 State of NHIs and Secrets in Cybersecurity found that 91% of former employee tokens remain active after offboarding, which shows how quickly manual offboarding breaks down at scale. Guidance from the NIST Cybersecurity Framework 2.0 reinforces that identity and access controls need repeatable governance, not ad hoc follow-through. In practice, many security teams discover the problem only after a joiner-mover-leaver gap has already been exploited, rather than through intentional review.

How It Works in Practice

The security risk appears when the lifecycle of an identity is no longer bound to the lifecycle of the job, system, or workload it serves. For human users, that means role changes, transfers, and exits are handled manually and inconsistently. For NHIs, it means secrets, API keys, service accounts, and certificates persist after the application changes, the owner changes, or the integration is retired. The issue is not simply delayed cleanup. It is that manual workflows cannot keep pace with the frequency and speed of entitlement change.

Current best practice is to automate the lifecycle as much as possible and to treat manual intervention as an exception path, not the default. That usually includes:

  • Provisioning access from an authoritative source of truth rather than from email requests.
  • Using expiry dates, renewal checks, or approval windows for temporary access.
  • Revoking credentials automatically when a role ends, a workload is decommissioned, or an owner changes.
  • Reviewing active entitlements against current business need on a recurring schedule.
  • Tracking ownership for every NHI so that no secret, token, or certificate becomes orphaned.

The NHI Lifecycle Management Guide and Lifecycle Processes for Managing NHIs both stress that lifecycle control is a continuous control, not a one-time onboarding step. The OWASP Non-Human Identity Top 10 also aligns with this view by treating stale credentials and weak rotation discipline as common exposure paths. These controls tend to break down when organisations have hundreds of integrations owned by different teams because no single group can reliably see every dependency or revoke path.

Common Variations and Edge Cases

Tighter lifecycle control often increases operational overhead, requiring organisations to balance faster revocation against the risk of breaking legitimate business processes. That tradeoff is most visible in shared service accounts, legacy applications, and third-party integrations where automatic removal can cause outages if dependencies are poorly mapped.

There is no universal standard for this yet, but current guidance suggests treating high-risk access differently from low-risk access. Temporary admin access, production secrets, and externally facing integrations should be short-lived by default, while low-impact entitlements may tolerate longer review intervals if compensating controls exist. The Guide to the Secret Sprawl Challenge is especially relevant where manual processes have created duplicate copies of the same credential across tickets, code, and documentation. For audit-focused programmes, the Regulatory and Audit Perspectives section explains why evidence of revocation matters as much as evidence of approval.

Manual lifecycle management becomes a security risk fastest in environments with frequent employee movement, many service accounts, and long-lived secrets that are copied across tools. In those environments, even a strong policy fails if revocation still depends on someone remembering to act.

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 Agentic AI 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-03 Directly addresses stale NHI credentials and weak lifecycle rotation.
NIST CSF 2.0 PR.AC-1 Identity lifecycle is a core access control and governance issue.
OWASP Agentic AI Top 10 A3 Agentic workloads magnify lifecycle risk when credentials persist beyond task scope.

Tie joiner-mover-leaver events to automated access changes and periodic entitlement review.