Skip to main content

headless-web-scraping

Enables data extraction from complex web pages using the scrapling library, ideal for handling JS-rendered content and anti-bot protections.

Install this skill

or
97/100

Security score

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

Categories Tested

Security Issues

low line 232

Fetch to external URL

SourceSKILL.md
232return rp.can_fetch("*", f"{base_url}{target_path}")
low line 62

External URL reference

SourceSKILL.md
62response = fetcher.get("https://example.com/target-page")
low line 128

External URL reference

SourceSKILL.md
128response = fetcher.get("https://example.com/target-page")
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →