Skip to main content

incident-runbook-templates

Creates structured incident response runbooks with detailed procedures and escalation paths for effective incident management.

Install this skill

or
25/100

Security score

The incident-runbook-templates skill was audited on Feb 24, 2026 and we found 23 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 107

Curl to non-GitHub URL

SourceSKILL.md
107curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))"
high line 113

Curl to non-GitHub URL

SourceSKILL.md
113- [ ] Can you reach the service? `curl -I https://api.company.com/payments/health`
medium line 169

Curl to non-GitHub URL

SourceSKILL.md
169curl -w "@curl-format.txt" -o /dev/null -s https://api.stripe.com/v1/health
medium line 187

Curl to non-GitHub URL

SourceSKILL.md
187curl -X POST https://api.company.com/internal/feature-flags \
medium line 235

Curl to non-GitHub URL

SourceSKILL.md
235curl -s https://api.company.com/payments/health | jq
medium line 238

Curl to non-GitHub URL

SourceSKILL.md
238curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))" | jq '.data.result[0].value[1]'
medium line 241

Curl to non-GitHub URL

SourceSKILL.md
241curl -s "http://prometheus:9090/api/v1/query?query=histogram_quantile(0.99,sum(rate(http_request_duration_seconds_bucket[5m]))by(le))" | jq
medium line 257

Curl to non-GitHub URL

SourceSKILL.md
257curl -X POST https://api.company.com/internal/feature-flags \
low line 91

External URL reference

SourceSKILL.md
91- [Payment Service Dashboard](https://grafana/d/payments)
low line 92

External URL reference

SourceSKILL.md
92- [Error Tracking](https://sentry.io/payments)
low line 93

External URL reference

SourceSKILL.md
93- [Dependency Status](https://status.stripe.com)
low line 107

External URL reference

SourceSKILL.md
107curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))"
low line 113

External URL reference

SourceSKILL.md
113- [ ] Can you reach the service? `curl -I https://api.company.com/payments/health`
low line 169

External URL reference

SourceSKILL.md
169curl -w "@curl-format.txt" -o /dev/null -s https://api.stripe.com/v1/health
low line 184

External URL reference

SourceSKILL.md
184# Go to Sentry: https://sentry.io/payments
low line 187

External URL reference

SourceSKILL.md
187curl -X POST https://api.company.com/internal/feature-flags \
low line 235

External URL reference

SourceSKILL.md
235curl -s https://api.company.com/payments/health | jq
low line 238

External URL reference

SourceSKILL.md
238curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))" | jq '.data.result[0].value[1]'
low line 241

External URL reference

SourceSKILL.md
241curl -s "http://prometheus:9090/api/v1/query?query=histogram_quantile(0.99,sum(rate(http_request_duration_seconds_bucket[5m]))by(le))" | jq
low line 257

External URL reference

SourceSKILL.md
257curl -X POST https://api.company.com/internal/feature-flags \
low line 420

External URL reference

SourceSKILL.md
420- [Google SRE Book - Incident Management](https://sre.google/sre-book/managing-incidents/)
low line 421

External URL reference

SourceSKILL.md
421- [PagerDuty Incident Response](https://response.pagerduty.com/)
low line 422

External URL reference

SourceSKILL.md
422- [Atlassian Incident Management](https://www.atlassian.com/incident-management)
Scanned on Feb 24, 2026
View Security Dashboard