Skip to main content

firecrawl-incident-runbook

Facilitates rapid incident response for FireCrawl outages, including triage, mitigation, and postmortem procedures.

Install this skill

or
40/100

Security score

The firecrawl-incident-runbook skill was audited on Jun 2, 2026 and we found 20 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84```bash
medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46curl -s -w "\nHTTP %{http_code}\n" https://api.firecrawl.dev/v1/scrape \
medium line 53

Curl to non-GitHub URL

SourceSKILL.md
53curl -s https://api.firecrawl.dev/v1/team/credits \
medium line 58

Curl to non-GitHub URL

SourceSKILL.md
58curl -sf https://api.yourapp.com/health | jq '.services.firecrawl' || echo "App unhealthy"
medium line 91

Curl to non-GitHub URL

SourceSKILL.md
91curl -s https://api.firecrawl.dev/v1/scrape \
medium line 104

Curl to non-GitHub URL

SourceSKILL.md
104curl -s https://api.firecrawl.dev/v1/team/credits \
medium line 161

Curl to non-GitHub URL

SourceSKILL.md
161curl -s https://api.firecrawl.dev/v1/team/credits \
medium line 29

Webhook reference - potential data exfiltration

SourceSKILL.md
29Rapid incident response procedures for Firecrawl integration failures. Covers API outage triage, credential issues, credit exhaustion, crawl job failures, and webhook delivery problems.
medium line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37| P3 | Minor impact | < 4 hours | Webhook delays, some empty scrapes |
low line 77

Webhook reference - potential data exfiltration

SourceSKILL.md
77└─ Webhook not firing → Verify endpoint, check signature
medium line 197

Webhook reference - potential data exfiltration

SourceSKILL.md
197| Webhook endpoint unreachable | Deployment issue | Check HTTPS cert, DNS, firewall |
low line 46

External URL reference

SourceSKILL.md
46curl -s -w "\nHTTP %{http_code}\n" https://api.firecrawl.dev/v1/scrape \
low line 49

External URL reference

SourceSKILL.md
49-d '{"url":"https://example.com","formats":["markdown"]}' | jq '{success, error}'
low line 53

External URL reference

SourceSKILL.md
53curl -s https://api.firecrawl.dev/v1/team/credits \
low line 58

External URL reference

SourceSKILL.md
58curl -sf https://api.yourapp.com/health | jq '.services.firecrawl' || echo "App unhealthy"
low line 91

External URL reference

SourceSKILL.md
91curl -s https://api.firecrawl.dev/v1/scrape \
low line 94

External URL reference

SourceSKILL.md
94-d '{"url":"https://example.com","formats":["markdown"]}' | jq .success
low line 104

External URL reference

SourceSKILL.md
104curl -s https://api.firecrawl.dev/v1/team/credits \
low line 161

External URL reference

SourceSKILL.md
161curl -s https://api.firecrawl.dev/v1/team/credits \
low line 201

External URL reference

SourceSKILL.md
201- [Firecrawl Dashboard](https://firecrawl.dev/app)
Scanned on Jun 2, 2026
View Security Dashboard
Installation guide →