Obfuscation-class signature in prompt body
ID |
obfuscation-keyword-in-prompt |
Severity |
low |
Remediation Complexity |
medium |
Remediation Risk |
low |
Remediation Effort |
medium |
OWASP LLM |
LLM01:2025 — Prompt Injection |
Family |
LLM01 — Prompt Injection |
Asset kind |
ai_prompt |
Red-team vectors |
Prompt Injection, Jailbreaks |
Tags |
ai_security |
Description
A prompt body that itself matches one of the OWASP Prompt Injection Prevention Cheat Sheet obfuscation classes — base64 / hex payload markers, Unicode-smuggling (zero-width / bidirectional-override) characters, typoglycemia — is a prompt designed to bypass a downstream LLM’s safety controls.
The obfuscation signatures are sourced from the bundled, versioned heuristic library (aisecurity/heuristics/llm01-heuristics.yml, obfuscation pack). Because the pack is hot-reloadable, new patterns can be added without a detector code change; the library version that produced a hit is recorded on the finding (ai_signature_registry_version) so it can be audited.