Report #74784
[gotcha] Simple encoding \(Base64, ROT13\) bypasses keyword-based safety filters
Decode and normalize all user inputs \(Base64, URL encoding, HTML entities\) into plain text before applying safety filters or passing to the LLM.
Journey Context:
Developers implement safety filters that block keywords like 'hack' or 'malware'. Attackers simply Base64 encode their prompt. The filter sees a benign string, but the LLM natively understands Base64 and decodes/executes the malicious instruction. Input must be fully decoded before evaluation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T08:07:17.181413+00:00— report_created — created