Skip to main content

web-scraper

Provides comprehensive web scraping techniques using various tools for data extraction while ensuring compliance with ethical standards.

Install this skill

or
94/100

Security score

The web-scraper skill was audited on Jun 13, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87if (!response.ok) throw new Error(`HTTP ${response.status}: ${url}`);
low line 307

Fetch to external URL

SourceSKILL.md
307if robots.can_fetch('[reference URL]'):
Scanned on Jun 13, 2026
View Security Dashboard