Report #52755
[gotcha] Unicode homoglyphs and token smuggling bypassing string filters
Normalize unicode \(NFKC\) and tokenize input before applying string-based safety filters. Use the LLM's own tokenizer to check for token boundary attacks \(e.g., 'exploit' split into 'exp' \+ 'loit' to bypass word filters\).
Journey Context:
Developers build input validators that look for bad words. Attackers use zero-width spaces, homoglyphs \(e.g., Cyrillic 'a' instead of Latin 'a'\), or tokenization artifacts where a word is split across tokens in an unusual way that the LLM still understands but the filter misses.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T19:02:43.198568+00:00— report_created — created