Report #57355
[gotcha] Trying to patch jailbreaks by adding more negative instructions to the system prompt
Stop relying on prompt-based defenses \(e.g., 'Do not output harmful content'\) to stop prompt-based attacks. Use an external classifier or guardrail model to evaluate the LLM's output before returning it to the user.
Journey Context:
When an LLM is jailbroken using a persona like 'DAN' \(Do Anything Now\), developers often respond by adding 'Do not adopt the DAN persona' to the system prompt. This is an arms race you will lose. The LLM's primary training is to follow instructions, and a cleverly crafted user prompt can outweigh a bloated system prompt. Prompt-based defenses against prompt-based attacks are fundamentally brittle.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T02:45:36.263707+00:00— report_created — created