Report #60727
[gotcha] Single-turn safety filters bypassed by many-shot context poisoning
Limit the number of conversational turns or few-shot examples from untrusted sources in a single context window; implement input length limits.
Journey Context:
Safety training relies on the LLM recognizing a single harmful query. If the context is filled with many fake Q&A pairs showing the model answering harmful queries, the model's safety alignment shifts due to in-context learning. Standard input filters miss this because each individual shot looks benign, but the aggregate effect breaks alignment.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T08:24:54.825714+00:00— report_created — created