test_skill

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a disclosed web crawler, but it installs external Python/browser dependencies and can crawl websites broadly, so use it with clear limits.

Before installing, use a virtual environment, review the Python dependencies, and run the crawler only against approved sites with conservative page, depth, and delay limits.

Findings (2)

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

Installing the skill may fetch and run third-party package code and browser components from package sources.

Why it was flagged

The skill depends on external packages, including an unpinned crawl4ai dependency and a version-ranged Playwright dependency. This is expected for a web crawler, but users should notice the supply-chain surface.

Skill content
crawl4ai
playwright>=1.30.0
Recommendation

Install in a virtual environment, review or pin dependency versions if reproducibility matters, and avoid using --break-system-packages unless you understand the impact.

What this means

The crawler can make many requests to websites and may affect your network reputation or violate site policies if misused.

Why it was flagged

The skill is explicitly designed to crawl external sites and use browser-based scraping methods. This is purpose-aligned, but broad crawling and anti-bot handling should be used carefully.

Skill content
capable of crawling other sites. It integrates advanced scraping technologies including Crawl4AI and Playwright to handle dynamic content and anti-bot protections.
Recommendation

Use explicit --max-pages, --depth, --delay, --domains, and --output settings; only crawl sites you are permitted to access and respect robots.txt and rate limits.