Report #37809
[gotcha] Invisible unicode characters hide malicious payloads from human reviewers and simple filters
Normalize user input to strip zero-width characters, homoglyphs, and non-standard unicode before processing by the LLM or safety filters.
Journey Context:
Attackers can insert zero-width spaces or use Cyrillic homoglyphs \(e.g., 'а' vs 'a'\) to construct prompts that look benign to a human reading the logs or to naive regex filters, but are interpreted as malicious instructions by the LLM's tokenizer. This 'token smuggling' bypasses keyword filters and makes auditing difficult.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T17:56:42.336798+00:00— report_created — created