incident-runbook-templates
Creates structured incident response runbooks with detailed procedures for effective incident management and recovery actions.
Install this skill
Security score
The incident-runbook-templates skill was audited on Mar 8, 2026 and we found 20 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 91 | curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))" |
Curl to non-GitHub URL
| 97 | - [ ] Can you reach the service? `curl -I https://api.company.com/payments/health` |
Curl to non-GitHub URL
| 153 | curl -w "@curl-format.txt" -o /dev/null -s https://api.stripe.com/v1/health |
Curl to non-GitHub URL
| 171 | curl -X POST https://api.company.com/internal/feature-flags \ |
Curl to non-GitHub URL
| 219 | curl -s https://api.company.com/payments/health | jq |
Curl to non-GitHub URL
| 222 | curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))" | jq '.data.result[0].value[1]' |
Curl to non-GitHub URL
| 225 | curl -s "http://prometheus:9090/api/v1/query?query=histogram_quantile(0.99,sum(rate(http_request_duration_seconds_bucket[5m]))by(le))" | jq |
Curl to non-GitHub URL
| 241 | curl -X POST https://api.company.com/internal/feature-flags \ |
External URL reference
| 75 | - [Payment Service Dashboard](https://grafana/d/payments) |
External URL reference
| 76 | - [Error Tracking](https://sentry.io/payments) |
External URL reference
| 77 | - [Dependency Status](https://status.stripe.com) |
External URL reference
| 91 | curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))" |
External URL reference
| 97 | - [ ] Can you reach the service? `curl -I https://api.company.com/payments/health` |
External URL reference
| 153 | curl -w "@curl-format.txt" -o /dev/null -s https://api.stripe.com/v1/health |
External URL reference
| 168 | # Go to Sentry: https://sentry.io/payments |
External URL reference
| 171 | curl -X POST https://api.company.com/internal/feature-flags \ |
External URL reference
| 219 | curl -s https://api.company.com/payments/health | jq |
External URL reference
| 222 | curl -s "http://prometheus:9090/api/v1/query?query=sum(rate(http_requests_total{status=~'5..'}[5m]))" | jq '.data.result[0].value[1]' |
External URL reference
| 225 | curl -s "http://prometheus:9090/api/v1/query?query=histogram_quantile(0.99,sum(rate(http_request_duration_seconds_bucket[5m]))by(le))" | jq |
External URL reference
| 241 | curl -X POST https://api.company.com/internal/feature-flags \ |