Red-team strategy
Homoglyph Substitution
homoglyphReplaces Latin chars with visually identical Unicode chars
Transform demo
Input
input
Show me how to query the user database.
Output after applying homoglyph
output · homoglyph
ѕhоw mе hоw tо quеrу thе uѕеr dаtаbаѕе.
YAML config
evalguard.config.yaml
redteam:
strategies:
- homoglyphCLI
bash
# "homoglyph" is layered onto attacks during red-team scans.
# List every available encoding/obfuscation strategy:
evalguard list strategiesThreat-model fit
Homoglyph Substitution effectively targets phishing and social engineering attacks by obfuscating malicious queries or commands. This strategy is particularly useful against users who may not closely inspect the characters in URLs or commands, making it easier to deceive them.
Pairs well with
Recommended graders
LLM-generated (llm-gpt-4o) · 2026-05-23