Skip to main content

web-scraping

Enables structured data extraction from websites using Python and browser automation, handling pagination and dynamic content.

Install this skill

or
81/100

Security score

The web-scraping skill was audited on May 26, 2026 and we found 5 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 28

Piping content to sh shell

SourceSKILL.md
28curl -fsSL https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/install.sh | sh
low line 40

External URL reference

SourceSKILL.md
40await navigate("https://example.com/data")
low line 175

External URL reference

SourceSKILL.md
175"https://example.com/page-1",
low line 176

External URL reference

SourceSKILL.md
176"https://example.com/page-2",
low line 177

External URL reference

SourceSKILL.md
177"https://example.com/page-3",
Scanned on May 26, 2026
View Security Dashboard