ended3월 24일· 1 sources

12 Ways Attackers Bypass Prompt Injection Scanners (We Built Defenses for All of Them)

프롬프트 인젝션 스캐너를 우회하는 12가지 공격 기법 (그리고 모든 기법에 대한 방어 구축기)

Why it matters

ClawGuard is an open-source regex-based prompt injection scanner that uses 245 patterns across 15 languages with no LLM dependency, achieving F1=99.0%. The article details 12 specific evasion techniques—including leetspeak, zero-width characters, Unicode homoglyphs, and Base64 encoding—and the corresponding preprocessing defenses built to counter each one. These defenses form a multi-stage normalization pipeline that neutralizes attacks before pattern matching occurs.

1
Sources
+0
24h
Growth
176d
Active
ClawGuardprompt injectionevasion techniquesregex scannerUnicode normalization

Sources

Related Issues