Playwright Scraper Skill
Playwright-based web scraping OpenClaw Skill with anti-bot protection. Successfully tested on complex sites like Discuss.com.hk.
No comparison available
A previous version is required before a diff can be generated.
Security Scan
Status
suspicious
OpenClaw
gpt-5-mini
OpenClaw analysis
The skill's code and instructions match a Playwright-based scraper, but the registry metadata omits required runtime dependencies (Node/Playwright) and the SKILL.md encourages anti-bot evasion tactics (proxies/CAPTCHA services) — a coherent scraper but with metadata and disclosure gaps you should understand before installing.
Confidence: medium
VirusTotal
Type: OpenClaw Skill Name: playwright-scraper-skill Version: 1.2.0 The skill is designed for web scraping, including bypassing anti-bot measures using Playwright. While the core functionality and documentation are aligned with its stated purpose, the `scripts/playwright-stealth.js` file uses the `--no-sandbox` and `--disable-setuid-sandbox` flags when launching Chromium. Disabling the browser's sandbox is a security risk, as it can make the system more vulnerable if the browser itself is compromised by malicious web content. Although this is a common practice in web scraping for compatibility, it represents a risky capability without clear malicious intent from the skill author, thus classifying it as suspicious.