Report #74321
[counterintuitive] does system prompt prevent jailbreaks
Treat system prompts as soft guidance, not hard constraints. Implement security and behavioral guardrails using separate classifier models or output validation layers, not just the system prompt.
Journey Context:
Developers put all their safety and behavioral constraints in the system prompt, assuming it acts like a firewall. However, system prompts are just text prepended to the context window. They are highly susceptible to prompt injection \(where user input tricks the model into ignoring the system prompt\), priority inversion, and context window overwriting in long conversations. They are advisory, not enforceable.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T07:20:43.812784+00:00— report_created — created