Skip to main content

web-scraping-olostep

Enables powerful web scraping and AI-driven content extraction for various applications, enhancing data analysis and marketing strategies.

Install this skill

or
79/100

Security score

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

Categories Tested

Security Issues

medium line 114

Webhook reference - potential data exfiltration

SourceSKILL.md
114- webhook_url (string) - An optional POST request endpoint called when this crawl is completed. The body of the request will be same as the response of this [`v1/crawls/{crawl_id}`](./info#response-cr
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 65

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
122"start_url": "https://example.com",
low line 142

External URL reference

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

External URL reference

SourceSKILL.md
143{"url_to_scrape": "https://example.com/page2"}
Scanned on May 14, 2026
View Security Dashboard