Report #66803
[gotcha] Single-turn safety filters bypassed by slowly escalating context over multiple turns
Implement stateful safety monitoring that evaluates the cumulative intent of a conversation, not just the current turn. Enforce strict topic boundaries and reset context when high-risk topics are approached.
Journey Context:
Safety filters are often tuned for single-turn malicious requests. Attackers use multi-turn attacks, starting with benign questions and slowly escalating. The context window builds up a narrative that eventually justifies the malicious output, but no single turn triggers the filter. People wrongly assume per-message moderation is enough. The right call is implementing stateful monitoring of cumulative intent, trading off latency and complexity for robustness against context-exhaustion attacks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T18:36:35.689019+00:00— report_created — created