A structured way to measure how vulnerable an AI model is to adversarial manipulation in real usage. It evaluates whether the model can stay within its intended purpose under pressure, then produces comparable scores across models and versions. The goal is practical risk assessment, not abstract benchmark performance.
Expanded Definition
An AI Model Risk Index is a decision-oriented scorecard for assessing how likely a model is to deviate from intended behaviour under adversarial pressure, operational drift, or unsafe prompting. It is not the same as a benchmark leaderboard score, because it focuses on resilience in deployment rather than raw model capability. In practice, organisations use it to compare versions, prioritise hardening, and decide where human oversight or access restrictions are needed. Guidance varies across vendors, and no single standard governs this yet, so the index should be treated as a local governance control rather than a universal certification. The most useful definitions combine prompt-injection resistance, output reliability, policy adherence, and exposure to sensitive tool actions. That makes it especially relevant when models are connected to credentials, APIs, or workflow automation. For a broader risk lens, practitioners often map model governance to the NIST Cybersecurity Framework 2.0 and to the NHI risk patterns described in OWASP NHI Top 10. The most common misapplication is treating a high benchmark score as proof of low operational risk, which occurs when teams ignore tool access, prompt exposure, and real attacker pathways.
Examples and Use Cases
Implementing an AI Model Risk Index rigorously often introduces extra testing and governance overhead, requiring organisations to weigh faster deployment against stronger assurance before the model reaches production.
- A security team scores two model versions before rollout and blocks the one that is more likely to obey malicious instructions embedded in user content.
- An agentic workflow team rates models differently depending on whether they can call ticketing, cloud, or secret-management tools, because tool reach changes the risk profile.
- A procurement group uses the index to compare vendor models, then asks for evidence tied to prompt-injection resistance and policy refusal behaviour rather than generic accuracy claims.
- An internal red team updates the score after each release so that risk trends can be tracked across versions, not just assessed once at approval time.
- A platform owner aligns model scoring with the Top 10 NHI Issues and the NIST Cybersecurity Framework 2.0 to ensure the model’s access boundaries reflect real operational impact.
NHIMG research on DeepSeek breach shows how quickly weak controls around sensitive assets can escalate into broader exposure, which is exactly the kind of operational context a risk index should capture.
Why It Matters in NHI Security
AI models become security-relevant NHIs when they can influence or trigger action through credentials, APIs, or connected agents. A model risk index helps determine whether that model should be allowed to operate with standing access, whether JIT controls are needed, and whether additional review is required before the model can touch secrets or privileged systems. Without this kind of scoring, organisations tend to evaluate models only for accuracy, while missing the security consequences of misalignment, jailbreak susceptibility, and unsafe tool use. NHIMG research shows that security failures involving NHIs are not rare edge cases: in the 2024 ESG Report: Managing Non-Human Identities, 72% of organisations reported or suspected a breach of non-human identities. That pattern matters because model risk and identity risk often converge in the same workflow. A model with poor risk posture can become the first step in credential misuse, data leakage, or unintended execution, especially when paired with exposed secrets or overbroad entitlements. Organisations typically encounter the business impact only after a model has already been abused in production, at which point AI Model Risk Indexing 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 Agentic AI Top 10 and OWASP Non-Human Identity Top 10 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 |
|---|---|---|
| OWASP Agentic AI Top 10 | A2 | Covers prompt injection and tool abuse risks that drive model risk scoring. |
| OWASP Non-Human Identity Top 10 | NHI-02 | Risk indexes help assess how models interact with secrets and privileged workflows. |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access restrictions are central when models can act on systems. |
| NIST AI RMF | AI RMF frames measurement, monitoring, and governance of model risk. | |
| NIST Zero Trust (SP 800-207) | Zero trust principles support continuous evaluation of model actions and access. |
Score model resistance to instruction hijacking before granting tool access or production autonomy.