Security Monitor

PassAudited by VirusTotal on Apr 1, 2026.

Findings (1)

The skill is a network security monitor that intercepts OpenClaw tool calls (web access and file downloads) to perform reputation checks via threat intelligence APIs. While it performs high-risk actions such as reading local files to calculate hashes and logging all accessed URLs to `~/.openclaw/logs/security-monitor.log`, these behaviors are explicitly documented, aligned with the stated purpose, and include security best practices like sensitive data masking (API keys/tokens) in logs and support for environment variables. No evidence of malicious intent, data exfiltration, or unauthorized execution was found in `scripts/security_monitor.py` or the documentation.