Because generative and agentic products reveal requirements that were not obvious in design-time specifications. A response can be accurate yet still violate policy, create an unauditable result, or exceed acceptable scope. Teams should expect criteria drift and manage it deliberately through versioning, ownership, and clear examples rather than treating it as an eval defect.
Why This Matters for Security Teams
AI eval criteria often change in production because the first real users, prompts, integrations, and failure cases expose requirements that were never fully visible in lab testing. A model can look strong on benchmark-style tasks and still fail on policy compliance, traceability, or safe tool use once it is connected to live workflows. That is why security and governance teams should treat evaluation as an operational control, not a one-time model test. The NIST SP 800-53 Rev 5 Security and Privacy Controls are useful here because they emphasise continuous control operation, accountability, and review.
The practical problem is that “good enough” changes once output affects customers, regulated data, or autonomous actions. A production system may need stricter refusal behavior, narrower tool permissions, more explicit citations, or better logging than the original acceptance tests required. In governance terms, the target is not only model quality but also acceptable risk under real operating conditions. That means the eval rubric must evolve alongside business use, incident learnings, and policy changes. In practice, many security teams encounter evaluation drift only after a user complaint, policy breach, or unsafe agent action has already exposed the gap rather than through intentional control design.
How It Works in Practice
Production changes what “correct” means because live AI systems operate inside a socio-technical environment. The model is no longer judged only on semantic accuracy. It is judged on whether it stays within policy, respects scope, handles sensitive data properly, and behaves predictably when prompts are ambiguous or adversarial. For agentic systems, the evaluation must also include tool calls, memory, delegation, and escalation paths. That is where model output, orchestration logic, and identity governance intersect.
Current practice usually divides eval criteria into layers:
- Task quality: is the answer useful, grounded, and fit for purpose?
- Safety and policy: does it avoid prohibited content, unsafe advice, or disallowed actions?
- Operational integrity: does it log decisions, preserve traceability, and stay within authorised scope?
- Security behavior: does it resist prompt injection, data exfiltration, and tool abuse?
Teams often learn that a benchmark score is not enough once the system is exposed to RAG pipelines, customer-specific content, or autonomous workflows. The evaluation set then needs versioning, because what was acceptable before deployment may become insufficient after an integration, policy update, or new abuse pattern. NIST’s AI risk guidance, especially the NIST AI Risk Management Framework, supports this shift by treating measurement, monitoring, and governance as ongoing activities rather than launch gates. For agentic systems, many teams also align red teaming and abuse-case testing with OWASP Top 10 for Large Language Model Applications and MITRE ATLAS to cover prompt injection, manipulation, and downstream abuse paths.
The operational pattern is straightforward: define baseline criteria, collect production failures, classify them by severity, update the eval rubric, and re-test affected scenarios before broad rollout. These controls tend to break down when teams keep the original offline benchmark as the sole acceptance gate because the system’s real risk surface expands faster than the test suite.
Common Variations and Edge Cases
Tighter evaluation criteria often increases review effort, slows releases, and can create tension between product speed and control assurance. That tradeoff is real, especially when the system is updated frequently or serves multiple business units with different risk tolerances.
Not every production change should become a new criterion. Best practice is evolving, but there is no universal standard for exactly when a new failure mode justifies a permanent rubric update. Some teams track temporary “watch items” first, then promote them to formal eval rules only when the issue repeats or creates material risk. That avoids overfitting the test suite to one-off incidents.
Edge cases matter most in regulated or safety-sensitive environments. A customer support assistant may need different criteria than an internal drafting tool because retention, disclosure, and escalation rules differ. Agentic systems are even more sensitive: if the model can call APIs, open tickets, move funds, or modify records, the evaluation has to include authorisation boundaries and rollback behavior, not just output quality. Where the system sits inside a broader identity control plane, the criteria may also need to reflect human approval, role boundaries, and non-human identity governance for the agents themselves. That intersection is especially important when the AI can act on behalf of users or services. Teams should also remember that production telemetry can reveal new abuse patterns that were invisible during design. The right response is usually to version the rubric, assign clear owners, and refresh test cases on a scheduled basis rather than waiting for another incident.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATLAS and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | AI risk management covers continuous measurement and governance as production behavior changes. | |
| MITRE ATLAS | T1059 | Agentic and LLM abuse patterns often emerge after deployment and need adversarial testing. |
| OWASP Agentic AI Top 10 | Agentic systems require evaluation of tool use, delegation, and unsafe action boundaries. | |
| NIST AI 600-1 | GenAI profiles emphasise monitoring, safety, and lifecycle controls after deployment. | |
| NIST CSF 2.0 | GV.RM-01 | Governance and risk management support updating controls as operational risk becomes visible. |
Operate AI evals as a living risk process with monitoring, ownership, and periodic rubric updates.
Related resources from NHI Mgmt Group
- How should teams govern AI systems that can change production data and workflows?
- How should security teams test AI agents after prompts, models, or tools change?
- How should security teams limit the risk from AI agents that have access to production systems?
- How should security teams govern AI-generated code in production environments?