Report #47674
[counterintuitive] Can I hide instructions in the system prompt from the user
Never put secrets or critical business logic in system prompts assuming they are hidden; use external validation and zero-trust architecture for LLM inputs and outputs.
Journey Context:
Developers treat system prompts as a secure, hidden space, putting API keys, internal logic, or sensitive data there. Users can easily extract system prompts via prompt injection, translation attacks, or simply asking the model to repeat its instructions. System prompts are merely text prepended to the context, not a secure sandbox.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:29:51.208395+00:00— report_created — created