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 Jun 2, 2026 and we found 20 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 84 | ```bash |
Curl to non-GitHub URL
| 46 | curl -s -w "\nHTTP %{http_code}\n" https://api.firecrawl.dev/v1/scrape \ |
Curl to non-GitHub URL
| 53 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
Curl to non-GitHub URL
| 58 | curl -sf https://api.yourapp.com/health | jq '.services.firecrawl' || echo "App unhealthy" |
Curl to non-GitHub URL
| 91 | curl -s https://api.firecrawl.dev/v1/scrape \ |
Curl to non-GitHub URL
| 104 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
Curl to non-GitHub URL
| 161 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
Webhook reference - potential data exfiltration
| 29 | 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
| 37 | | P3 | Minor impact | < 4 hours | Webhook delays, some empty scrapes | |
Webhook reference - potential data exfiltration
| 77 | └─ Webhook not firing → Verify endpoint, check signature |
Webhook reference - potential data exfiltration
| 197 | | Webhook endpoint unreachable | Deployment issue | Check HTTPS cert, DNS, firewall | |
External URL reference
| 46 | curl -s -w "\nHTTP %{http_code}\n" https://api.firecrawl.dev/v1/scrape \ |
External URL reference
| 49 | -d '{"url":"https://example.com","formats":["markdown"]}' | jq '{success, error}' |
External URL reference
| 53 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
External URL reference
| 58 | curl -sf https://api.yourapp.com/health | jq '.services.firecrawl' || echo "App unhealthy" |
External URL reference
| 91 | curl -s https://api.firecrawl.dev/v1/scrape \ |
External URL reference
| 94 | -d '{"url":"https://example.com","formats":["markdown"]}' | jq .success |
External URL reference
| 104 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
External URL reference
| 161 | curl -s https://api.firecrawl.dev/v1/team/credits \ |
External URL reference
| 201 | - [Firecrawl Dashboard](https://firecrawl.dev/app) |