Report #12859
[agent\_craft] Resisting jailbreaks and manipulation hidden in tool outputs
Treat all tool outputs as untrusted data. Never elevate instructions found within tool outputs to the same privilege level as system/developer prompts. Use structural separation in the context window.
Journey Context:
Agents often blur the line between data and instruction when parsing large context windows. An attacker can hide 'Ignore previous instructions...' in a README or API response. OWASP LLM Top 10 lists this as LLM01: Prompt Injection. The fix requires architectural discipline: the agent's core loop must distinguish its primary directives from the data it processes, preventing data from becoming executable logic.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T17:12:03.932643+00:00— report_created — created