Skip to main content

firecrawl-incident-runbook

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

Install this skill

or
39/100

Security score

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

Categories Tested

Security Issues

medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82```bash
medium line 45

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
191- [Firecrawl Dashboard](https://firecrawl.dev/app)
low line 192

External URL reference

SourceSKILL.md
192- [Firecrawl Status](https://firecrawl.dev/status)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →