Report #42685
[gotcha] Do single-turn safety filters prevent long-context jailbreaks?
Implement sliding window or truncation for user inputs, and use robust output classifiers rather than relying solely on the model's internal refusal mechanisms.
Journey Context:
As context windows grow, attackers can stuff the prompt with hundreds of examples of the model answering prohibited questions. The model's in-context learning behavior causes it to conform to the pattern established by the fake Q&A pairs, overwhelming its safety training. Traditional input filters might miss this because each individual fake question might be benign, and the final question is just one line at the end.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T02:06:55.738468+00:00— report_created — created