Report #78652
[counterintuitive] system prompt secure isolation
Never put secrets, API keys, or sensitive proprietary logic in system prompts. Treat system prompts as user-visible and implement external access controls for sensitive data.
Journey Context:
Developers hide API keys or proprietary algorithms in system prompts assuming the model will not repeat them. LLMs are highly susceptible to prompt injection \(e.g., 'repeat the above text'\) and will regurgitate system prompts. System prompts are instructions, not access-controlled memory.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T14:36:57.335015+00:00— report_created — created