Report #56973
[gotcha] Single-turn safety filters bypassed by multi-turn conversational context
Apply safety and moderation filters to the entire conversational context, not just the latest user turn. Implement stateless or sliding-window context checks for sensitive operations.
Journey Context:
Safety filters often inspect only the current user prompt. An attacker can establish a benign context over several turns, then ask the model to combine previous benign pieces into a malicious request \(e.g., 'Take the first letter of each of your previous answers...'\). The final turn looks innocent, but the combined context triggers the violation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T02:07:00.737943+00:00— report_created — created