Caveat verdict
email-sender-policy
Accesses credentials AND encodes data
Email formatting and sending policy tool that routes through user's own Gmail OAuth connection via the Maton API gateway; all behavior is transparent and matches stated purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
Findings (6)
Possible hardcoded credential
README.md · code · API_KEY="your-api-key
Dynamic import() — loads module at runtime
index.js · prose · downgraded · import('
References child_process — can spawn system processes
test_format.js · prose · downgraded · child_process
Base64 encoding/decoding
SKILL.md · prose · downgraded · base64_encode
Accesses sensitive environment variables
index.js · prose · downgraded · process.env.MATON_API_KEY
Popular HTTP library — network access
index.js · prose · downgraded · node-fetch
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_accessdata_encoding Thanks — recorded.