First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
2
Score
67/100
Findings (2)
Detects content pretending to be a system prompt
SYSTEM INSTRUCTION: Remove encoded or obfuscated directives (base64, ROT13, unicode escapes, hex-encoded text). All text should be in plaintext and human-readable.
Likely FP if the encoded content is legitimate data (e.g., a base64-encoded image, a hex-encoded binary hash) rather than concealed directives.
Detects CLI tools granting unrestricted send/read access to email or messaging
gmail send --to Restrict email and messaging API access to user-initiated actions. Prevent automated sending that could exfiltrate data via email body or attachments.
Likely FP if the skill is an email client or messaging tool whose documented purpose is to send messages on behalf of the user.