Subscribe to the Non-Human & AI Identity Journal

When should organisations prioritise runtime monitoring over vendor attestations for AI systems?

Prioritise runtime monitoring whenever model outputs affect regulated, customer-facing, or people-related decisions. Attestations document the vendor’s stated controls, but they do not prove the live system still behaves as reviewed. If the organisation cannot detect drift, it cannot prove the model stayed within policy, which leaves deployer accountability exposed.

Why This Matters for Security Teams

Vendor attestations are useful starting evidence, but they are not a substitute for observing how an AI system behaves once it is connected to live prompts, live data, and real users. runtime monitoring becomes the priority when outputs can influence eligibility, pricing, moderation, customer support, fraud decisions, or any other decision that creates security, legal, or reputational exposure. The core issue is accountability: a signed paper control does not show whether prompt injection, unsafe retrieval, model updates, or tool misuse changed behaviour after deployment.

This matters because AI risk is often dynamic. A model can be reviewed in one configuration, then behave differently after a new connector is added, a system prompt is edited, a retriever starts returning new content, or a vendor silently refreshes the model. Guidance from the NIST Cybersecurity Framework 2.0 supports continuous governance and monitoring rather than one-time assurance. For AI systems, that principle needs to extend to output quality, policy adherence, and abuse resistance, not just infrastructure health.

In practice, many security teams discover control gaps only after a live AI workflow has already produced an unsafe or non-compliant decision, rather than through intentional pre-deployment validation.

How It Works in Practice

Effective runtime monitoring focuses on what the system actually does, not what a vendor says it should do. That usually means defining observable signals before release, then checking those signals continuously in production. The monitoring scope should reflect the risk of the use case, the autonomy of the system, and whether the AI can call tools, retrieve data, or act on behalf of a person or process.

  • Track input and output patterns for prompt injection, policy evasion, toxic or hallucinated content, and unexpected changes in refusal behaviour.
  • Log model version, system prompt changes, retrieval sources, tool calls, and human override events so decisions can be reconstructed.
  • Set thresholds for drift, escalation, and rollback when response quality or safety metrics cross agreed limits.
  • Compare live behaviour against approved use policies, vendor claims, and internal risk acceptance criteria.
  • Feed high-risk events into incident response and change management, not just model tuning workflows.

The best practice is evolving, but current guidance suggests that runtime monitoring should be especially strong where the AI system makes recommendations that are used operationally, or where an AI agent can execute actions with downstream effects. That is the point at which attestation becomes only one input to assurance, alongside testing, telemetry, and human oversight. For model governance, the OWASP Top 10 for Large Language Model Applications is useful for identifying abuse patterns such as prompt injection and insecure output handling, while the MITRE ATLAS knowledge base helps map adversarial techniques to detections and response playbooks.

These controls tend to break down when AI systems are embedded in fast-moving product environments with frequent prompt changes, multiple third-party connectors, and no single owner for monitoring and rollback.

Common Variations and Edge Cases

Tighter runtime monitoring often increases operational overhead, requiring organisations to balance faster release cycles against stronger assurance. That tradeoff becomes sharper when an AI system is low risk in isolation but becomes high risk once connected to customer records, internal tools, or financial workflows.

There is no universal standard for this yet, so organisations should avoid treating all AI systems the same. A low-impact drafting assistant may justify periodic review and exception-based logging, while an autonomous workflow agent may need full event capture, action approval gates, and continuous policy checks. Where the AI system processes personal data or influences access, the overlap with identity governance becomes important: deployers need to know not just what the model said, but who approved it, which credentials it used, and whether those permissions were bounded.

Vendor attestations still matter for procurement, due diligence, and baseline control review. They are most helpful when paired with independent testing, but they become less persuasive when the live environment changes faster than the review cycle. The practical rule is simple: if the organisation would struggle to explain, challenge, or reverse a bad AI decision after it happened, runtime monitoring should outrank attestations. For high-impact and regulated use cases, that approach aligns more closely with NIST AI Risk Management Framework expectations for measuring, managing, and governing AI risk across the full lifecycle.

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

Framework Control / Reference Relevance
NIST AI RMF AI RMF centers governance and continuous risk management for live AI systems.
NIST CSF 2.0 GV.OC, DE.CM Continuous monitoring and governance support evidence beyond vendor claims.
OWASP Agentic AI Top 10 Agentic AI risks include tool abuse and unsafe action execution after deployment.
MITRE ATLAS AML.TA0001 ATLAS helps map adversarial AI techniques that runtime monitoring should catch.
NIST AI 600-1 GenAI profiles emphasize testing, monitoring, and managing output risks in operation.

Instrument agent actions, approvals, and tool use so unsafe behaviour is detectable in production.