SEO Audit Report
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Running the skill will contact the specified website and may crawl additional pages, which could be inappropriate for sites the user does not own or have permission to test.
The script makes outbound requests to the user-supplied URL, which is expected for an SEO crawler but means the agent can generate network traffic to arbitrary audit targets.
req = urllib.request.Request(url, headers=headers) with urllib.request.urlopen(req, timeout=timeout) as resp:
Run it only on authorized websites, keep crawl depth modest, and confirm the target URL before invoking the audit.
Users have less external context for who maintains the script or where to verify its origin, although the provided artifacts do not show malicious behavior.
The skill includes a runnable Python script, but the registry metadata does not provide an external source or homepage for provenance review.
Source: unknown Homepage: none
Review the included files before running and prefer skills from maintainers or sources you trust.
