homoglyphMap is a hand-rolled ~30-rune table, leaving most Unicode confusables uncovered and easy to evade.
Location: engine/internal/injection/detector.go:99.
Fix: Apply Unicode NFKC normalization plus a maintained confusables table (e.g. derived from the Unicode confusables data) before scanning.
homoglyphMapis a hand-rolled ~30-rune table, leaving most Unicode confusables uncovered and easy to evade.Location:
engine/internal/injection/detector.go:99.Fix: Apply Unicode NFKC normalization plus a maintained confusables table (e.g. derived from the Unicode confusables data) before scanning.