Subscribe to the Non-Human & AI Identity Journal

Explanatory Severity

Explanatory severity is severity that comes with a clear reason for the ranking, not just a score. It tells analysts why a finding matters by tying the result to evidence such as access scope, retention state, and the operational role of the data.

Expanded Definition

Explanatory severity is a ranking model for security findings that does more than assign a score. It connects the severity label to the evidence behind it, such as privilege scope, data sensitivity, retention state, and the operational role of the identity or secret involved.

In NHI programs, that distinction matters because two findings with the same numeric score can imply very different response urgency. A dormant API key with read-only access to public content is not equivalent to an active service account with write access to production data. Explanatory severity helps analysts separate signal from noise by making the reasoning visible and auditable. Definitions vary across vendors, and no single standard governs this yet, but the best implementations align the explanation with security objectives in NIST Cybersecurity Framework 2.0 and with governance expectations described in the Ultimate Guide to NHIs.

The most common misapplication is treating a score as self-explanatory, which occurs when teams suppress the evidence trail and route every medium or high alert through the same workflow.

Examples and Use Cases

Implementing explanatory severity rigorously often introduces classification overhead, requiring organisations to weigh faster triage against the cost of collecting and maintaining context for each finding.

  • A secret exposed in a repository is marked higher severity when it belongs to a production deployment path rather than a test environment, because the explanation shows immediate blast radius.
  • An NHI with broad write privileges receives a stronger ranking than a similar identity with read-only access, especially when the identity can reach regulated data covered by NIST Cybersecurity Framework 2.0 outcomes.
  • A token that is still valid after an incident response notice is ranked more urgently when its retention state indicates the organisation has not completed revocation, a pattern highlighted in the Ultimate Guide to NHIs.
  • An AI agent credential gets elevated severity when the explanation shows it can invoke tooling, change records, or trigger downstream automation without human approval.

These examples show why explanatory severity is useful in dashboards, ticketing, and incident review. It gives operators enough context to decide whether a finding needs immediate containment, scheduled remediation, or simple monitoring.

Why It Matters in NHI Security

Explanatory severity improves governance because it turns a numeric label into a decision aid. That matters in NHI environments, where privilege, rotation timing, and visibility often determine whether a finding is truly urgent. NHI Mgmt Group research shows that 97% of NHIs carry excessive privileges, which means a bare score can hide the real operational risk behind an apparently routine alert.

When severity is explained well, analysts can prioritize remediation based on actual exposure instead of alert volume. That supports access review, secrets handling, and incident response workflows in ways that are consistent with the control logic in NIST Cybersecurity Framework 2.0 and the lifecycle guidance in the Ultimate Guide to NHIs. Without the explanation, teams can overreact to low-impact issues and underreact to a dormant credential with production reach.

Organisations typically encounter the need for explanatory severity only after a breach review or failed audit exposes that the highest-scoring alert was not the most dangerous one, at which point the concept becomes operationally unavoidable to address.

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
OWASP Non-Human Identity Top 10 NHI-02 Explains severity through secret exposure, privilege, and lifecycle context.
NIST CSF 2.0 PR.AC-4 Access control outcomes depend on explaining why a finding raises privilege risk.
NIST Zero Trust (SP 800-207) Zero Trust decisions require context about identity trust, device state, and access path.

Tie severity to entitlement impact so reviewers can prioritize least-privilege remediation.