Report #63881
[gotcha] Safety filters failing when malicious payloads are spread across multiple conversational turns
Apply guardrails and intent classification to the entire conversation history or the specific state/action the agent is about to take, not just the latest user message.
Journey Context:
Developers deploy input/output classifiers that only inspect the current user prompt. An attacker asks a benign question, then in the next turn asks the LLM to 'repeat the previous steps but change X to Y', slowly steering the LLM into generating malicious content. The individual turns look benign, but the cumulative intent is malicious. Single-turn filters are fundamentally blind to this.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:42:36.555824+00:00— report_created — created