Join our Newsletter — 33% off our NHI Course

Why do organisations need contextual risk scoring instead of relying only on inherent risk?

Inherent risk describes the static exposure of a system or dataset, but it does not capture the situation around a specific access request. Contextual risk helps teams evaluate whether the request is normal for that person, that time, and that environment. This improves decision quality when threat conditions, user behaviour, or business context shift quickly.

Why This Matters for Security Teams

Inherent risk is useful for inventorying what exists, but it is too static to decide whether a specific access request should succeed right now. Security teams need contextual risk scoring because the same identity, secret, or workload can be low risk in one moment and high risk in another, depending on location, device posture, timing, peer activity, and the sensitivity of the action. That is the operational logic behind NIST Cybersecurity Framework 2.0 and the broader guidance in Top 10 NHI Issues.

For non-human identities, this matters even more because access is often automated, high volume, and easy to over-permit. NHIs outnumber human identities by 25x to 50x in modern enterprises, and NHI research from NHI Mgmt Group shows that 97% of NHIs carry excessive privileges. In that environment, a static risk score cannot keep pace with shifting threat conditions or hidden privilege chains. In practice, many security teams discover this only after an access path has already been abused, rather than through intentional prevention.

How It Works in Practice

Contextual risk scoring combines baseline exposure with runtime signals so the decision reflects the current request, not just the identity profile. For human users, that may include device health, geo-velocity, impossible travel, peer group behavior, and whether the request matches historical patterns. For NHIs, the same logic extends to workload identity, token age, secret type, API route, blast radius, and whether the action is consistent with the workload’s normal execution path. That is why Ultimate Guide to NHIs – Key Challenges and Risks emphasizes lifecycle and privilege discipline alongside visibility.

Current guidance suggests using policy engines that can evaluate risk at request time, rather than relying only on periodic reviews. In practice, teams often combine:

  • baseline inherent risk for the identity, dataset, or system
  • session and request signals such as time, source, and sensitivity
  • behavioural history, including deviations from normal access patterns
  • control-state signals like MFA status, vault rotation age, or approval context
  • policy-as-code so decisions are consistent and auditable

This approach aligns with modern zero trust thinking: trust is continuously recalculated, not assumed. It also pairs well with contextual controls in the OWASP NHI Top 10, where dynamic access decisions are necessary because automation can chain tools and expand scope faster than human review can react. These controls tend to break down when organisations cannot reliably observe the workload, the secret source, or the downstream API path because the scoring model loses the telemetry it needs to stay accurate.

Common Variations and Edge Cases

Tighter contextual scoring often increases operational overhead, requiring organisations to balance stronger decision quality against latency, tuning effort, and false positives. That tradeoff is real: if the model is too strict, developers and operators create workarounds; if it is too loose, the score becomes decorative instead of protective. Best practice is evolving, and there is no universal standard for how many signals are enough.

One edge case is highly automated service-to-service traffic, where the context is machine generated rather than user driven. Another is emergency access, where normal behaviour should be overridden but only through tightly governed break-glass pathways. A third is third-party access, where the external environment may be partially opaque and the risk model must rely more on contract scope, token lifetime, and request purpose than on historical user behaviour. The Ultimate Guide to NHIs is clear that long-lived secrets and excessive privileges amplify these edge cases, especially when rotation and offboarding are weak.

For organisations adopting contextual scoring, the practical rule is simple: use inherent risk to define the baseline, then let context decide whether the request is safe enough to proceed. That distinction becomes critical when the same identity can be legitimate in one workflow and dangerous in another, often within the same hour.

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, NIST AI RMF 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 PR.AC-1 Contextual scoring strengthens access decisions using current signals, not static entitlement alone.
NIST AI RMF AI risk management supports continuous risk evaluation when conditions change quickly.
NIST Zero Trust (SP 800-207) PA-7 Zero trust requires dynamic authorization based on context and current trust signals.
OWASP Non-Human Identity Top 10 NHI-03 Static risk underestimates NHI privilege drift and secret exposure over time.
CSA MAESTRO Agentic workloads need runtime governance because behavior and tool use are dynamic.

Evaluate agent actions at runtime with policy controls that account for intent, tools, and task scope.