Report #25473
[gotcha] Unicode and homoglyph attacks bypassing keyword filters
Normalize unicode and strip invisible characters before applying keyword filters, and do not assume pre-processing filters catch all variants; rely on architectural isolation instead.
Journey Context:
Developers try to sanitize input by blocking words like 'ignore previous instructions'. Attackers bypass this by inserting zero-width spaces or using Cyrillic homoglyphs. The LLM's tokenizer often strips or normalizes these, interpreting the underlying word, while the regex fails to match.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T21:09:43.497635+00:00— report_created — created