Skip to main content

firecrawl-scraping

Enables efficient web scraping and content extraction using the Firecrawl API, converting pages to markdown and handling anti-bot measures.

Install this skill

or
89/100

Security score

The firecrawl-scraping skill was audited on Mar 5, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 29

Access to .env file

SourceSKILL.md
29# Required in .env
medium line 73

Access to .env file

SourceSKILL.md
73- Store `FIRECRAWL_API_KEY` in `.env` file (never commit to git)
low line 33

External URL reference

SourceSKILL.md
33Get your API key: https://firecrawl.dev/app/api-keys
low line 39

External URL reference

SourceSKILL.md
39python scripts/firecrawl_scrape.py "https://example.com/article"
low line 44

External URL reference

SourceSKILL.md
44python scripts/firecrawl_scrape.py "https://wsj.com/article" \
low line 74

External URL reference

SourceSKILL.md
74- API keys can be regenerated at https://firecrawl.dev/app/api-keys
low line 107

External URL reference

SourceSKILL.md
107- Check credit balance at https://firecrawl.dev/app
Scanned on Mar 5, 2026
View Security Dashboard