Subscribe to the Non-Human & AI Identity Journal

Risk Scoring Model

A risk scoring model is the method used to rank third parties by inherent and residual risk so reviews and remediation can be prioritised. The score should reflect evidence, control gaps, exposure, and criticality, not just a questionnaire tally or a static trust label.

Expanded Definition

A risk scoring model turns NHI exposure into a ranked decision tool. Rather than treating every third party, service account, API key, or agent connection as equally urgent, it scores risk using evidence such as privilege level, secret hygiene, access paths, data sensitivity, compensating controls, and business criticality. In NHI governance, that means a score should distinguish between inherent risk and residual risk after controls, because the same identity can move up or down the queue as ownership, rotation, or segmentation changes.

Definitions vary across vendors on whether the model is a simple numeric score, a weighted rubric, or a continuously updated analytical model. No single standard governs this yet, so the strongest practice is to make the factors explicit, testable, and repeatable. The model should also align with frameworks such as NIST Cybersecurity Framework 2.0, especially where access control, asset management, and risk treatment need to be operationalized. For NHI teams, the important question is not whether the score exists, but whether two assessors would reach the same result from the same evidence.

The most common misapplication is using a questionnaire tally as if it were a true risk score, which occurs when subjective answers are weighted more heavily than real control evidence and exposure data.

Examples and Use Cases

Implementing a risk scoring model rigorously often introduces governance overhead, requiring organisations to weigh faster prioritisation against the cost of collecting and validating better evidence.

  • A SaaS provider scores every third-party integration higher when it has production API keys, broad write permissions, and no rotation proof, then uses the result to order remediation. That approach maps well to the patterns discussed in Top 10 NHI Issues.
  • An internal platform team assigns a lower residual score to a service account after it is moved behind PAM, reduced to RBAC-scoped access, and placed into a JIT workflow. The model captures the control improvement rather than freezing the identity at its original risk level.
  • A security review board uses the score to separate noisy inventory from urgent action, prioritizing identities that have long-lived Secrets, direct code storage, or excessive privileges. That prioritization is especially relevant to the risks described in Ultimate Guide to NHIs — Key Challenges and Risks.
  • An application owner tags an AI Agent with a higher score because it can invoke tools, reach customer records, and act without human approval in every step. In practice, the model helps decide whether tighter guardrails or a redesign is the better answer.

Used well, the model supports disciplined triage and repeatable exception handling, which is why teams often pair it with policy mapping from NIST Cybersecurity Framework 2.0 and NHI-oriented guidance such as OWASP NHI Top 10.

Why It Matters in NHI Security

Risk scoring models matter because NHI environments scale faster than manual review can keep up. NHIs outnumber human identities by 25x to 50x in modern enterprises, which means weak scoring logic quickly turns into backlogs, stale exceptions, and blind spots. In the 2024 Oasis Security & ESG report, 72% of organisations said they had experienced or suspected a breach of non-human identities, a strong reminder that priority setting is not a theoretical exercise.

A good model helps teams focus on the identities most likely to be abused, especially where excessive privilege, exposed Secrets, and poor rotation intersect. It also supports board-level reporting because it converts scattered findings into an auditable treatment plan. For governance, the key is to keep the score tied to evidence and re-score after any material control change, not after the next annual questionnaire. The model becomes especially important when third-party access, agentic workflows, and high-value production systems are mixed together under one operating umbrella.

Organisations typically encounter the need for a defensible risk scoring model only after a breach review or failed access audit, at which point it becomes operationally unavoidable to explain why one identity was treated before another.

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 Risk scoring should reflect improper secret storage and exposure in NHI environments.
NIST CSF 2.0 ID.RA-1 Risk identification requires the organization to assess risks to assets, including NHIs.
NIST Zero Trust (SP 800-207) Zero trust relies on continuous evaluation of identity risk and access context.

Score identities higher when secret handling is weak, then prioritize remediation and rotation.