Website Flow Monitor
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: website-flow-monitor Version: 1.0.0 The skill bundle is designed to monitor website flows by crawling a user-provided URL and scheduling cron jobs for health checks. The `SKILL.md` clearly outlines the workflow, including a critical safeguard requiring explicit user confirmation before any cron job is scheduled, and specifies `sessionTarget: isolated` for cron tasks. The `discover_flows.py` script performs web scraping using the `requests` library, which is standard for this purpose, and does not exhibit any signs of malicious activity such as data exfiltration, arbitrary command execution, or obfuscation. While the capability to make network requests to arbitrary URLs and schedule cron jobs is powerful, it aligns with the stated purpose and includes reasonable security controls, indicating a benign intent.
