By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: Noma SecurityPublished February 17, 2026

TL;DR: Evaluation results for AI systems are often sparse, opaque, and hard to compare, which lets models and agents look safer than they are, according to Noma Security’s contribution to the EvalEval Coalition’s EveryEvalEver initiative. Standardised metadata for provenance, generation settings, and instance-level failures turns evaluation integrity into a security control, not a reporting preference.


At a glance

What this is: This is an analysis of EveryEvalEver, a standardised metadata schema for AI evaluation results, and its key finding is that opaque, non-comparable evals create a trust gap for deployment decisions.

Why it matters: It matters because IAM, AI security, and governance teams need a defensible way to judge model and agent risk before granting access, permissions, or production trust.

By the numbers:

👉 Read Noma Security's analysis of EveryEvalEver and AI evaluation trust gaps


Context

AI evaluation data is only useful when the method behind it is visible. In this topic, the governance gap is not the absence of scores, but the absence of shared metadata that makes scores comparable across models, vendors, and agent frameworks.

For security teams, that matters because evaluation results increasingly influence whether a model, assistant, or agent is allowed into customer-facing workflows, internal automation, or privileged decision paths. Where AI systems touch access, credentials, or sensitive data, eval provenance becomes part of the control surface, not just a reporting detail.


Key questions

Q: How do security teams know whether AI review outputs are actually trustworthy?

A: Teams need to validate the integrity of the entire observation chain, from repository files to the model’s context window. If any preprocessing layer can remove evidence without review or provenance checks, a clean answer may only mean the input was filtered. Compare AI output against raw artefacts where possible.

Q: Why do average benchmark scores create risk for AI governance?

A: Average scores compress too much information. A model or agent can appear strong overall while failing on permission checks, tool use, or other boundary cases that matter most to security. Governance teams need the distribution of failures, not just the headline number, before approving production use.

Q: How can organisations compare AI evaluations across vendors or models?

A: They need standard metadata for provenance and generation settings. Without that, two evaluations may use different prompts, different sampling, or different verification methods, which makes the numbers look comparable when they are not. Interoperable metadata is what makes comparison defensible.

Q: How should security teams govern agentic AI as it moves into production?

A: Security teams should govern agentic AI as a class of non-human identity, not as a generic application feature. That means assigning ownership, scoping permissions tightly, logging every tool action, and revoking access on a defined lifecycle. Production rollout should require clear approval points for high-risk actions and continuous monitoring for drift.


Technical breakdown

Why evaluation provenance determines whether AI scores are trustworthy

Evaluation provenance is the record of who produced a result, how it was generated, and whether it was independently verified. Without that context, a score can look objective while hiding material bias from self-grading, curated prompts, or selective reporting. For AI security teams, provenance is the difference between a benchmark and evidence. A first-party score, a third-party score, and a collaborative score answer different risk questions, even if the headline number is identical. Practical implication: treat evaluation provenance as a gating criterion before using any score in deployment or procurement decisions.

Practical implication: Require provenance fields before any model or agent evaluation is accepted into governance workflows.

How generation settings distort AI evaluation results

Generation configuration covers the inputs that shape model behaviour during testing, including temperature, sampling parameters, prompt templates, and inference engines. Small changes in those settings can produce large changes in output quality, safety behaviour, or tool-use reliability. That means two evaluations with the same benchmark name may not test the same thing at all. For agentic AI, this is especially important because tool-call traces and multi-turn prompts are sensitive to configuration drift. Practical implication: standardise and record generation settings so teams can compare like with like instead of comparing artefacts created under different test conditions.

Practical implication: Lock down evaluation settings so benchmark drift does not become a hidden source of false confidence.

Why instance-level failures matter more than average AI scores

Instance-level data shows where a model or agent failed, not just whether it averaged well across a dataset. That distinction matters because security risk is often concentrated in specific boundary cases, such as permission checks, tool invocation errors, or unsafe refusals. A high aggregate score can hide catastrophic failure on the very scenarios that matter most to governance. For AI security and IAM teams, the question is not only whether a system performs well overall, but whether it fails safely under access-sensitive conditions. Practical implication: review failure distribution before approving production use or expanding privileges.

Practical implication: Use failure distributions to identify access-sensitive weaknesses that aggregate scores conceal.


NHI Mgmt Group analysis

Evaluation trust gap: AI governance now depends on metadata quality, not just benchmark volume. If evaluation results cannot be compared, provenance cannot be verified, and generation settings cannot be inspected, then deployment teams are making access decisions on unstable evidence. That is a governance failure, not a measurement nuisance. The practitioner conclusion is straightforward: no evaluation should influence production trust unless it is reproducible and attributable.

Instance-level failure visibility is the missing control in AI assurance: average scores hide the boundary conditions where models and agents become unsafe. Security teams do not need another headline metric, they need a way to see where permissions, tool use, or refusal behaviour breaks down. This is especially relevant for agentic AI, where a model can look competent while failing on access-sensitive tasks. The practitioner conclusion is to evaluate the failure shape, not the mean.

Standardised eval metadata should become part of AI security governance: the field is moving toward the same discipline identity teams expect in access review and audit trails. Provenance, methodology, and traceable outputs create the basis for defensible decisions across procurement, red teaming, and internal approval. Without that structure, evaluation integrity remains a trust exercise. The practitioner conclusion is to make metadata mandatory wherever AI outcomes influence risk acceptance.

Agentic AI raises the bar for evaluation integrity because tool use expands the blast radius: once a system can call tools, route requests, or chain actions, the consequences of a misleading evaluation become operational, not theoretical. That is why evaluation standards must capture multi-turn traces and tool-call context, not just isolated responses. The practitioner conclusion is to align eval governance with the actual action surface of the system, not its demo behaviour.

What this signals

Evaluation trust gap: the next governance battleground is not model capability alone, but the quality of the evidence used to approve that capability. Teams should expect evaluation metadata to become part of AI risk review, procurement, and audit evidence, especially where agents can influence access or workflow decisions.

AI agent governance will increasingly depend on reproducibility and traceability: if a result cannot be reproduced, it should not be used as a control input. That pushes security teams toward structured evaluation records, reviewer accountability, and stronger linkage between test evidence and production permissions.


For practitioners

  • Standardise evaluation provenance fields Require evaluator relationship, methodology, and verification status in every AI evaluation before it is used for deployment or procurement decisions.
  • Record generation configuration for every test run Capture temperature, sampling parameters, prompt templates, and inference engine details so teams can compare results across runs without hidden drift.
  • Review instance-level failure cases before approval Inspect the specific prompts, tool calls, or permission-boundary scenarios where a model or agent fails, rather than relying on the aggregate score alone.
  • Tie agent evaluation to access governance Use evaluation evidence to decide whether an AI system can enter customer-facing flows, internal automation, or privileged tool use, and keep that approval under review.

Key takeaways

  • AI evaluation results are only useful when provenance, configuration, and failure context are visible.
  • High average scores can hide access-sensitive failures that matter more than headline performance.
  • Security teams should treat evaluation metadata as part of the AI governance control surface.

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 CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST AI RMFGOVERNThe article centres governance, traceability, and accountability for AI evaluation evidence.
NIST AI 600-1GenAI governance is directly relevant to evaluation integrity and deployment trust.
OWASP Agentic AI Top 10Agentic AI evaluations must account for tool use, traces, and unsafe action patterns.
CSA MAESTROMulti-agent evaluation traces and behaviour controls align with MAESTRO's threat-model approach.

Define governance requirements for AI evaluation evidence before scores influence deployment decisions.


Key terms

  • Evidence Provenance: The ability to trace a security conclusion back to the exact data, query, and control inputs that produced it. In AI-assisted operations, provenance is what makes an answer defensible, because speed without traceability creates reporting that is convenient but weak in audit, incident review, or privacy enforcement.
  • Generation Configuration: Generation configuration is the set of parameters that shape how a model behaves during testing, including temperature, sampling, prompts, and inference settings. Small changes in those inputs can materially alter outputs, so the configuration must be captured to make evaluation results comparable and reproducible.
  • Instance-Level Failure Data: Instance-level failure data shows the individual prompts or cases where a model or agent broke down, rather than only the average score. This is critical for security because boundary failures, permission mistakes, and unsafe tool actions often matter more than the overall benchmark number.
  • Agentic Evaluation Trace: An agentic evaluation trace is a structured record of multi-turn interactions, tool calls, and decision steps made by an AI agent during testing. It helps security teams understand not just what the agent said, but how it acted, which is essential when actions can affect access or automation outcomes.

What's in the full article

Noma Security's full article covers the operational detail this post intentionally leaves for the source:

  • The schema fields that record evaluator relationship, generation configuration, and instance-level failure detail
  • The validation tooling and how it is intended to make evaluation records interoperable across different systems
  • The coalition context, including how the initiative is being adopted across the AI evaluation community
  • The practical examples of agentic evaluation traces and tool-call metadata that matter during implementation

👉 The full Noma Security post covers the schema structure, validation approach, and agentic evaluation context.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and the access control patterns that underpin modern identity programmes. It helps practitioners connect identity governance to the wider security decisions their organisations make about AI systems and automated services.
NHIMG Editorial Note
Published by the NHIMG editorial team on July 24, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org