Website Monitor

PassAudited by ClawScan on May 1, 2026.

Overview

The skill does what it claims: it checks user-supplied website URLs and reports status, timing, hashes, and simple content checks.

This appears safe for normal website uptime checks. Before using it, remember that it will make network requests from your environment to the URLs you supply.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill can send requests from the user's environment to specified websites or URLs.

Why it was flagged

The tool accepts one or more runtime-supplied URLs and performs network requests to them. This is central to the stated website monitoring purpose, but users should be aware it can contact arbitrary URLs they provide.

Skill content
parser.add_argument('urls', nargs='+', help='URLs to check') ... resp = urlopen(req, timeout=timeout)
Recommendation

Use it only with URLs you intend to monitor, and avoid checking private or internal endpoints unless that is deliberate.