C
60/100 First Seen
Feb 19, 2026
Last Scanned
Feb 19, 2026
Findings
2
Score
60/100
CRITICAL 1
HIGH 1
Findings (2)
CRITICAL
Fake system prompt
L488 Detects content pretending to be a system prompt
System Prompt
- FIX
Remove encoded or obfuscated directives (base64, ROT13, unicode escapes, hex-encoded text). All text should be in plaintext and human-readable.
FP?
Likely FP if the encoded content is legitimate data (e.g., a base64-encoded image, a hex-encoded binary hash) rather than concealed directives.
HIGH
Fake system prompt
L404 Detects content pretending to be a system prompt
system prompt: FIX
Remove encoded or obfuscated directives (base64, ROT13, unicode escapes, hex-encoded text). All text should be in plaintext and human-readable.
FP?
Likely FP if the encoded content is legitimate data (e.g., a base64-encoded image, a hex-encoded binary hash) rather than concealed directives.