Skip to content

Category 6 of 12 · Controls: What goes into and out of the model

Runtime guardrails and AI firewalls

Inline inspection of prompts, retrieved content, and model output to catch prompt injection, jailbreaks, sensitive data, and unsafe actions while the agent runs.

Mitigates: ASI01 Agent Goal Hijack, ASI06 Memory and Context Poisoning, LLM01 Prompt Injection, LLM05 Improper Output Handling, LLM07 System Prompt Leakage · MITRE ATLAS AML.T0051, AML.T0054

Vendors, by signal score

Ranked within this category only. How the score works.

Also covers this category

Questions to ask a vendor

  1. Does it catch indirect prompt injection in retrieved content, not only in user input?
  2. What latency does it add per call at your traffic level?
  3. Can policies be tuned per agent and per tool?

Go deeper

FAQ

What is indirect prompt injection?
Instructions hidden in content the agent reads, such as a web page, email, or document, rather than typed by the user. It is the most common way an agent's goal is hijacked.
Do guardrails replace least privilege?
No. Guardrails reduce how often an agent is manipulated; least privilege limits the damage when it is. Both are needed.