Skill 4

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent website uptime checker that only makes user-directed HTTP requests and reports status, timing, hashes, and text-match results.

This appears safe for ordinary website uptime checks. Before installing, understand that it can make network requests to any URL it is given, so only use it for sites you are authorized and comfortable checking.

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 will contact the URLs it is asked to check and may reveal to those sites that the user or agent made a request.

Why it was flagged

The tool makes outbound HTTP requests to arbitrary URLs supplied on the command line. This is central to the website-monitoring purpose, but it is still a capability users should notice.

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 check, and avoid directing it at sensitive internal or administrative endpoints unless that is deliberate.