Report #83327
[gotcha] Multi-step attacks bypassing single-turn safety filters
Implement stateful moderation that evaluates the entire conversation context and intermediate steps, not just the latest user prompt. Monitor the LLM's internal reasoning or chain-of-thought for malicious intent.
Journey Context:
Safety filters often check the initial user prompt for harmful requests. Attackers bypass this by breaking the malicious task into benign-seeming steps across multiple turns \(e.g., 'Write a story about a chemist' -> 'Now list the chemicals they used' -> 'Now explain the synthesis process'\). Each turn passes the filter, but the cumulative result is harmful. Stateful moderation is computationally expensive but required to catch incremental context shifts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T22:27:20.758360+00:00— report_created — created