Skip to main content
This reference covers prompt injection paths beyond direct user prompt attacks. These paths matter most in agents, retrieval systems, browser workflows, and MCP-connected tools.

Intent families

Technique families

Path categories

Why these paths are easy to miss

They usually arrive through something that looks operationally useful: a search result, a summary, a screenshot, or a tool response. That makes the content feel closer to system context than to attacker input, even though the trust boundary is the same.

Questions for advanced paths

How to use this reference

  • Identify which carrier brought the untrusted text into the workflow.
  • Map the trust boundary where that carrier first reached model context.
  • Classify the likely impact path after the injection lands.
  • Pair Anthale with the application-side control that owns permission or validation.

Next steps

From here, read Prompt Injection Impact Paths or Map Prompt Injection Attack Surfaces.
Last modified on March 19, 2026