apollo-incident-runbook
Provides structured incident response procedures for Apollo.io, aiding in quick diagnosis and resolution of integration issues.
Install this skill
Security score
The apollo-incident-runbook skill was audited on Feb 25, 2026 and we found 32 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 284 | console.warn(`Budget exhausted, waiting ${waitMs}ms`); |
Curl to non-GitHub URL
| 33 | curl -s https://status.apollo.io/api/v2/status.json | jq '.status' |
Curl to non-GitHub URL
| 36 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq |
Curl to non-GitHub URL
| 39 | curl -I "https://api.apollo.io/v1/people/search" \ |
Curl to non-GitHub URL
| 45 | curl -s http://localhost:3000/health/apollo | jq |
Curl to non-GitHub URL
| 51 | curl -s http://localhost:3000/metrics | grep apollo_ |
Curl to non-GitHub URL
| 67 | curl -s https://status.apollo.io/api/v2/status.json | jq |
Curl to non-GitHub URL
| 76 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" |
Curl to non-GitHub URL
| 138 | watch -n 30 'curl -s https://status.apollo.io/api/v2/status.json | jq' |
Curl to non-GitHub URL
| 144 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" |
Curl to non-GitHub URL
| 201 | curl -s http://localhost:3000/metrics | grep apollo_errors_total |
Curl to non-GitHub URL
| 207 | curl -s http://localhost:3000/metrics | grep apollo_requests_total | sort |
Curl to non-GitHub URL
| 245 | curl -I "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" \ |
Curl to non-GitHub URL
| 315 | curl -s http://localhost:3000/metrics \ |
Curl to non-GitHub URL
| 319 | time curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" |
External URL reference
| 33 | curl -s https://status.apollo.io/api/v2/status.json | jq '.status' |
External URL reference
| 36 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq |
External URL reference
| 39 | curl -I "https://api.apollo.io/v1/people/search" \ |
External URL reference
| 45 | curl -s http://localhost:3000/health/apollo | jq |
External URL reference
| 51 | curl -s http://localhost:3000/metrics | grep apollo_ |
External URL reference
| 67 | curl -s https://status.apollo.io/api/v2/status.json | jq |
External URL reference
| 76 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" |
External URL reference
| 138 | watch -n 30 'curl -s https://status.apollo.io/api/v2/status.json | jq' |
External URL reference
| 144 | curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" |
External URL reference
| 201 | curl -s http://localhost:3000/metrics | grep apollo_errors_total |
External URL reference
| 207 | curl -s http://localhost:3000/metrics | grep apollo_requests_total | sort |
External URL reference
| 245 | curl -I "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" \ |
External URL reference
| 315 | curl -s http://localhost:3000/metrics \ |
External URL reference
| 319 | time curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" |
External URL reference
| 394 | - [Apollo Status Page](https://status.apollo.io) |
External URL reference
| 395 | - [Apollo Support](https://support.apollo.io) |
External URL reference
| 396 | - [On-Call Runbook Template](https://sre.google/workbook/on-call/) |