firecrawl-incident-runbook
Facilitates rapid incident response for FireCrawl outages, including triage, mitigation, and postmortem procedures.
Install this skill
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
Template literal with variable interpolation in command context
| 82 | ```bash |
Curl to non-GitHub URL
| 45 | curl -s -w "\nHTTP %{http_code}\n" https://api.firecrawl.dev/v1/scrape \ |
Curl to non-GitHub URL
| 52 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
Curl to non-GitHub URL
| 57 | curl -sf https://api.yourapp.com/health | jq '.services.firecrawl' || echo "App unhealthy" |
Curl to non-GitHub URL
| 89 | curl -s https://api.firecrawl.dev/v1/scrape \ |
Curl to non-GitHub URL
| 101 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
Curl to non-GitHub URL
| 154 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
Webhook reference - potential data exfiltration
| 28 | Rapid incident response procedures for Firecrawl integration failures. Covers API outage triage, credential issues, credit exhaustion, crawl job failures, and webhook delivery problems. |
Webhook reference - potential data exfiltration
| 36 | | P3 | Minor impact | < 4 hours | Webhook delays, some empty scrapes | |
Webhook reference - potential data exfiltration
| 76 | └─ Webhook not firing → Verify endpoint, check signature |
Webhook reference - potential data exfiltration
| 188 | | Webhook endpoint unreachable | Deployment issue | Check HTTPS cert, DNS, firewall | |
External URL reference
| 45 | curl -s -w "\nHTTP %{http_code}\n" https://api.firecrawl.dev/v1/scrape \ |
External URL reference
| 48 | -d '{"url":"https://example.com","formats":["markdown"]}' | jq '{success, error}' |
External URL reference
| 52 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
External URL reference
| 57 | curl -sf https://api.yourapp.com/health | jq '.services.firecrawl' || echo "App unhealthy" |
External URL reference
| 89 | curl -s https://api.firecrawl.dev/v1/scrape \ |
External URL reference
| 92 | -d '{"url":"https://example.com","formats":["markdown"]}' | jq .success |
External URL reference
| 101 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
External URL reference
| 154 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
External URL reference
| 191 | - [Firecrawl Dashboard](https://firecrawl.dev/app) |
External URL reference
| 192 | - [Firecrawl Status](https://firecrawl.dev/status) |