Report #39159
[architecture] Downstream agent blindly trusts upstream text output allowing indirect prompt injection
Implement data/channel isolation. Mark data payloads separately from instruction payloads, and strip or escape instruction-like patterns in data channels before passing to the next agent.
Journey Context:
In a chain where Agent A reads a webpage and passes it to Agent B, a hidden 'Ignore previous instructions' on the webpage becomes Agent B's prompt. Treating inter-agent communication as a trusted channel is a fatal flaw. You must assume upstream agents can be compromised by external data and sanitize the boundary.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T20:12:14.567343+00:00— report_created — created