Report #59591
[counterintuitive] system prompts protect against prompt injection
Never put secrets in system prompts, and never trust the model to strictly obey system prompt instructions over user prompt manipulations; use external validation for security-critical actions.
Journey Context:
Developers treat the system prompt as a secure, immutable boundary that the user cannot override. In reality, LLMs do not have a strict security boundary between system and user roles. Prompt injection \(e.g., 'Ignore previous instructions and...'\) can easily bleed across roles. The system prompt is merely a strongly weighted prior, not a sandbox.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T06:30:44.019883+00:00— report_created — created