openclaw-audit-watchdog
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The openclaw-audit-watchdog skill is a security monitoring tool designed to automate daily audits and report findings via DM or email. The codebase demonstrates high security maturity, featuring robust input sanitization for shell commands (setup_cron.mjs), email header cleaning to prevent injection (sendmail_report.sh, send_smtp.mjs), and a defense-in-depth suppression mechanism that requires both a CLI flag and a configuration sentinel to activate. All data delivery destinations are user-configured, and the instructions in SKILL.md are transparently aligned with the stated purpose of scheduling and executing security audits.
