Report #44083
[gotcha] Unicode homoglyph and zero-width character bypassing content filters
Normalize unicode text \(e.g., NFKC\) and strip invisible characters \(zero-width spaces, joiners\) before passing to LLM or content filters. Use strict input validation.
Journey Context:
Attackers use characters that look identical to English letters \(e.g., Cyrillic 'a' instead of Latin 'a'\) or zero-width joiners to break up banned words \(e.g., 'b o m b' with zero-width spaces\). Naive string matching filters fail, and tokenizers might split the word in a way that bypasses the filter but the LLM still understands the semantic meaning.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T04:27:58.966145+00:00— report_created — created