Skip to main content

web-scraping

Automates web scraping and data extraction using natural language prompts for structured data retrieval.

Install this skill

or
73/100

Security score

The web-scraping skill was audited on May 14, 2026 and we found 19 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 12

Access to hidden dotfiles in home directory

SourceSKILL.md
12Read your credentials from ~/.gooseworks/credentials.json:
medium line 18

Access to hidden dotfiles in home directory

SourceSKILL.md
18If ~/.gooseworks/credentials.json does not exist, tell the user to run: `npx gooseworks login`
low line 15

External URL reference

SourceSKILL.md
15export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
low line 35

External URL reference

SourceSKILL.md
35"website_url": "https://example.com/products",
low line 46

External URL reference

SourceSKILL.md
46"website_url": "https://example.com/products",
low line 84

External URL reference

SourceSKILL.md
84-d '{"api":"scrapegraph","path":"/v1/markdownify","body":{"website_url":"https://example.com/article"}}'
low line 109

External URL reference

SourceSKILL.md
109-d '{"api":"scrapegraph","path":"/v1/scrape","body":{"website_url":"https://example.com"}}'
low line 117

External URL reference

SourceSKILL.md
117-d '{"api":"scrapegraph","path":"/v1/sitemap","body":{"website_url":"https://example.com"}}'
low line 131

External URL reference

SourceSKILL.md
131-d '{"api":"olostep","path":"/v1/scrapes","body":{"url_to_scrape":"https://example.com/page"}}'
low line 147

External URL reference

SourceSKILL.md
147-d '{"api":"olostep","path":"/v1/maps","body":{"url":"https://example.com","search_query":"pricing"}}'
low line 185

External URL reference

SourceSKILL.md
185{"url_to_scrape": "https://example.com/page1"},
low line 186

External URL reference

SourceSKILL.md
186{"url_to_scrape": "https://example.com/page2"},
low line 187

External URL reference

SourceSKILL.md
187{"url_to_scrape": "https://example.com/page3"}
low line 213

External URL reference

SourceSKILL.md
213-d '{"api":"riveter","path":"/v1/scrape","body":{"url":"https://example.com/article"}}'
low line 223

External URL reference

SourceSKILL.md
223"urls": ["https://example.com/products"]
low line 250

External URL reference

SourceSKILL.md
250"company_urls": ["https://stripe.com", "https://vercel.com"]
low line 342

External URL reference

SourceSKILL.md
342-d '{"api":"notte","path":"/scrape","body":{"url":"https://example.com"}}'
low line 351

External URL reference

SourceSKILL.md
351-d '{"api":"notte","path":"/sessions/start","body":{"url":"https://example.com","proxies":true,"solve_captchas":true}}'
low line 385

External URL reference

SourceSKILL.md
385"url": "https://google.com",
Scanned on May 14, 2026
View Security Dashboard
Installation guide →