Skip to main content

incident-runbook-templates

Creates structured incident response runbooks with detailed procedures for effective incident management and recovery actions.

Install this skill

or
28/100

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

high line 91

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
225curl -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 \
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →