Skip to main content

incident-runbook-templates

Facilitates the creation of structured incident response runbooks with detailed procedures and escalation paths for effective incident management.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

high line 100

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

SourceSKILL.md
157curl -w "@curl-format.txt" -o /dev/null -s https://api.stripe.com/v1/health
high line 174

Curl to non-GitHub URL

SourceSKILL.md
174curl -X POST https://api.company.com/internal/feature-flags \
high line 220

Curl to non-GitHub URL

SourceSKILL.md
220curl -s https://api.company.com/payments/health | jq
high line 223

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
171# Go to Sentry: https://sentry.io/payments
low line 174

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
226curl -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 241

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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