Subscribe to the Non-Human & AI Identity Journal

What do security teams get wrong about measuring Zero Trust programmes?

They often measure noise instead of governance. Alert counts, login volume, and generic policy hits do not prove reduced risk. A useful dashboard shows whether exceptions are falling, standing privilege is shrinking, and risky access is being blocked before it turns into lateral movement or compliance exposure.

Why This Matters for Security Teams

zero trust programmes fail when they are measured like network filtering projects instead of identity governance programmes. High alert volumes, policy matches, or login counts can look active while access risk stays unchanged. The real question is whether identities, especially non-human identities, are losing excess privilege, whether exceptions are shrinking, and whether risky access is being stopped before it can become lateral movement or audit exposure. NIST’s NIST SP 800-207 Zero Trust Architecture frames this as continuous verification, not event counting.

This distinction matters because NHI sprawl often hides inside successful automation. If secrets are long-lived, service accounts are over-privileged, or third-party connections are opaque, a dashboard can show “control activity” while the programme remains weak. NHIMG’s Ultimate Guide to NHIs — Standards notes that 97% of NHIs carry excessive privileges, which is exactly the kind of condition a noisy metric can mask rather than correct. In practice, many security teams discover this only after a review, incident, or failed audit reveals the access they never measured.

How It Works in Practice

Useful Zero Trust measurement starts with control outcomes, not activity volume. Security teams should track whether the programme is reducing standing privilege, shrinking exception paths, and forcing runtime checks before access is granted. That means measuring identity posture, request context, and enforcement results together.

A practical dashboard usually includes:

  • Standing privilege eliminated, not just roles reviewed.
  • Just-in-time access issued, approved, and revoked within policy.
  • Secrets rotated on schedule, with exceptions aging out instead of persisting.
  • Third-party and machine-to-machine access mapped to owners and intended use.
  • Denied requests that would otherwise have reached sensitive tools or data.

This is where workload identity becomes important. For non-human identities, the goal is not to count how many tokens exist, but to know whether each token proves the right workload, for the right task, for the right time. The Guide to SPIFFE and SPIRE is useful here because it shifts the conversation from reusable credentials to cryptographic workload identity. That pairs well with policy evaluation at request time, which is why current guidance suggests aligning metrics to enforcement decisions described in NIST SP 800-207 Zero Trust Architecture.

NHIMG research also shows why this matters operationally: only 5.7% of organisations have full visibility into their service accounts, and 80% of identity breaches involved compromised non-human identities. Those facts make it clear that visibility and rotation are governance indicators, while raw login counts are not. These controls tend to break down when identity data is fragmented across IAM, cloud, CI/CD, and secrets tooling because no single team can prove what access still exists.

Common Variations and Edge Cases

Tighter measurement often increases reporting overhead, requiring organisations to balance executive simplicity against operational truth. A scorecard that is easy to read can become misleading if it collapses access risk into one “Zero Trust maturity” number. Best practice is evolving, but there is no universal standard for this yet.

Some environments need extra nuance. In regulated platforms, compliance teams may care more about evidence of revocation and exception ageing than about policy-hit ratios. In highly automated cloud estates, temporary access may spike during deployments, so JIT approval counts should be interpreted alongside revocation time and owner attribution. For third-party-heavy ecosystems, the critical measure is often not whether access exists, but whether vendor-linked NHIs are visible and constrained.

NHIMG’s The State of Non-Human Identity Security is a useful reminder that many organisations still lack visibility into the identities behind their access paths, so a clean-looking dashboard can still hide material exposure. The most honest programmes treat metrics as evidence of control behaviour, not proof of safety. That approach aligns with the intent of Zero Trust and avoids rewarding teams for generating noise instead of reducing risk.

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
NIST CSF 2.0 GV.OC-01 Zero Trust metrics must reflect governance outcomes, not just activity counts.
NIST Zero Trust (SP 800-207) Zero Trust should be measured by continuous verification and enforcement outcomes.
OWASP Non-Human Identity Top 10 NHI-03 Excessive and stale NHI credentials distort Zero Trust metrics and inflate risk.

Track denied access, privilege reduction, and runtime policy enforcement instead of login volume.