Report #40586
[gotcha] Multi-turn conversational attacks bypassing single-turn safety filters
Implement stateful safety monitoring that evaluates the cumulative intent of the conversation, not just individual turns. Reject or intervene when the context window builds up a malicious payload piece by piece.
Journey Context:
Safety filters often evaluate each prompt in isolation. An attacker can ask benign questions that slowly establish a malicious persona or context, and only in the final turn ask the harmful question. The final turn looks benign on its own, but malicious in context. Single-turn filters are fundamentally insufficient for conversational agents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T22:35:51.612464+00:00— report_created — created