Report #80525
[gotcha] Showing AI reasoning to build trust instead causes user anxiety and prompt-injection attacks
Hide the raw Chain of Thought from the end-user. If you must show reasoning, generate a separate, user-facing summary rather than exposing the actual CoT tokens used by the model, and sanitize it to avoid revealing system prompt constraints.
Journey Context:
It is tempting to show CoT to prove the AI is working logically. However, raw CoT often contains internal corrections, mentions of safety constraints, or gibberish that scares users. Worse, malicious users read the CoT to reverse-engineer the system prompt. The fix is to use CoT internally for accuracy, but render a polished, separate explanation if transparency is required.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T17:45:54.462365+00:00— report_created — created