Skip to main content
Agent / MCP security detectors protect tool-using agents from indirect prompt injection in content that comes back from tools (MCP tool results, tool-role messages), not from the end-user prompt alone.

Indirect Prompt Injection — indirect_prompt_injection

Scores MCP tool results (and other tool-sourced content) with the NeuralTrust Firewall indirect prompt injection detector. Preferentially inspects role=tool messages; falls back to all messages or the request body. Reports a finding when the max category score is at or above threshold (signal.type is typically injection or the top-scoring category).

When to use

  • MCP / tool-calling agents that ingest untrusted tool output into the model context.
  • Pair with Prompt Guard for direct jailbreaks on user prompts.