Skip to main content

apollo-incident-runbook

Provides structured incident response procedures for Apollo.io, aiding in quick diagnosis and resolution of integration issues.

Install this skill

or
8/100

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

medium line 284

Template literal with variable interpolation in command context

SourceSKILL.md
284console.warn(`Budget exhausted, waiting ${waitMs}ms`);
medium line 33

Curl to non-GitHub URL

SourceSKILL.md
33curl -s https://status.apollo.io/api/v2/status.json | jq '.status'
medium line 36

Curl to non-GitHub URL

SourceSKILL.md
36curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq
medium line 39

Curl to non-GitHub URL

SourceSKILL.md
39curl -I "https://api.apollo.io/v1/people/search" \
medium line 45

Curl to non-GitHub URL

SourceSKILL.md
45curl -s http://localhost:3000/health/apollo | jq
medium line 51

Curl to non-GitHub URL

SourceSKILL.md
51curl -s http://localhost:3000/metrics | grep apollo_
medium line 67

Curl to non-GitHub URL

SourceSKILL.md
67curl -s https://status.apollo.io/api/v2/status.json | jq
medium line 76

Curl to non-GitHub URL

SourceSKILL.md
76curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY"
medium line 138

Curl to non-GitHub URL

SourceSKILL.md
138watch -n 30 'curl -s https://status.apollo.io/api/v2/status.json | jq'
medium line 144

Curl to non-GitHub URL

SourceSKILL.md
144curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY"
medium line 201

Curl to non-GitHub URL

SourceSKILL.md
201curl -s http://localhost:3000/metrics | grep apollo_errors_total
medium line 207

Curl to non-GitHub URL

SourceSKILL.md
207curl -s http://localhost:3000/metrics | grep apollo_requests_total | sort
medium line 245

Curl to non-GitHub URL

SourceSKILL.md
245curl -I "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" \
medium line 315

Curl to non-GitHub URL

SourceSKILL.md
315curl -s http://localhost:3000/metrics \
medium line 319

Curl to non-GitHub URL

SourceSKILL.md
319time curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY"
low line 33

External URL reference

SourceSKILL.md
33curl -s https://status.apollo.io/api/v2/status.json | jq '.status'
low line 36

External URL reference

SourceSKILL.md
36curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" | jq
low line 39

External URL reference

SourceSKILL.md
39curl -I "https://api.apollo.io/v1/people/search" \
low line 45

External URL reference

SourceSKILL.md
45curl -s http://localhost:3000/health/apollo | jq
low line 51

External URL reference

SourceSKILL.md
51curl -s http://localhost:3000/metrics | grep apollo_
low line 67

External URL reference

SourceSKILL.md
67curl -s https://status.apollo.io/api/v2/status.json | jq
low line 76

External URL reference

SourceSKILL.md
76curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY"
low line 138

External URL reference

SourceSKILL.md
138watch -n 30 'curl -s https://status.apollo.io/api/v2/status.json | jq'
low line 144

External URL reference

SourceSKILL.md
144curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY"
low line 201

External URL reference

SourceSKILL.md
201curl -s http://localhost:3000/metrics | grep apollo_errors_total
low line 207

External URL reference

SourceSKILL.md
207curl -s http://localhost:3000/metrics | grep apollo_requests_total | sort
low line 245

External URL reference

SourceSKILL.md
245curl -I "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY" \
low line 315

External URL reference

SourceSKILL.md
315curl -s http://localhost:3000/metrics \
low line 319

External URL reference

SourceSKILL.md
319time curl -s "https://api.apollo.io/v1/auth/health?api_key=$APOLLO_API_KEY"
low line 394

External URL reference

SourceSKILL.md
394- [Apollo Status Page](https://status.apollo.io)
low line 395

External URL reference

SourceSKILL.md
395- [Apollo Support](https://support.apollo.io)
low line 396

External URL reference

SourceSKILL.md
396- [On-Call Runbook Template](https://sre.google/workbook/on-call/)
Scanned on Feb 25, 2026
View Security Dashboard