Task Watcher Skill

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The task-watcher skill bundle is a well-structured asynchronous monitoring system designed to track task states (like content reviews or CI/CD jobs) and send notifications. The code follows a clean, modular architecture using the Python standard library, with clear separation between data persistence (JsonlTaskStore), state checking (Adapters), and notification delivery (Notifiers). While it utilizes subprocess.run in notifiers.py to trigger Discord alerts via the OpenClaw CLI, it does so using safe argument lists and for the explicitly stated purpose of the skill. No evidence of malicious intent, data exfiltration, or prompt injection was found.