Caveat verdict
zoho-email-integration
A Zoho Mail integration using OAuth2 that notes a prior vulnerability (execSync with shell interpolation) was patched to use spawn with argument arrays; no evidence of malicious behavior in the current documented content.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Permission integrity
file_read
agent_memory
Findings (11)
Possible hardcoded credential
SKILL.md · code · PASSWORD="your-app-specific-password
Recursive delete from root or home — destructive command
SECURITY-AUDIT-SUMMARY.md · code · rm -rf /
Accesses sensitive system files
SECURITY-AUDIT-SUMMARY.md · code · /etc/passwd
Uses spawn() — can execute external programs
SECURITY-AUDIT-SUMMARY.md · code · spawn(
<script> tag in markdown — potential code injection
scripts/oauth-setup.py · prose · downgraded · <script>
pip3 install — installs Python packages at runtime
README.md · code · pip3 install
References child_process — can spawn system processes
examples/clawdbot-extension/email-command.js · prose · downgraded · child_process
subprocess execution — runs system commands from Python
scripts/clawdbot_extension.py · prose · downgraded · subprocess.run(
Accesses .ssh directory
SECURITY.md · prose · downgraded · .ssh/
Python os.environ.get — reads environment variable
examples/batch-cleanup.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
scripts/apply_oauth2.py · prose · downgraded · urllib.request
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: ZOHO_PASSWORD). Requires 1 system binary.
agent_memoryfile_read Is this flag fair?
Thanks — recorded.