Topic Monitor
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The topic-monitor skill is a well-structured tool for automated web and RSS monitoring that follows several security best practices. Notable safety features include the use of a strict environment variable allowlist in monitor.py when executing search subprocesses to prevent credential leakage, and an architecture that avoids direct outbound HTTP calls for alerting by using a local JSON queue for the OpenClaw agent to process. The inclusion of vendored libraries like feedparser and sgmllib appears legitimate for portability, and the instructions in SKILL.md are entirely consistent with the stated purpose of the tool.
