Skip to main content

coderabbit-incident-runbook

Facilitates rapid incident response for CodeRabbit outages, including triage, mitigation, and postmortem procedures.

Install this skill

or
76/100

Security score

The coderabbit-incident-runbook skill was audited on May 24, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Template literal with variable interpolation in command context

SourceSKILL.md
67```bash
medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94```bash
medium line 201

Template literal with variable interpolation in command context

SourceSKILL.md
201```bash
medium line 52

Curl to non-GitHub URL

SourceSKILL.md
52STATUS=$(curl -sf https://status.coderabbit.ai 2>/dev/null && echo "REACHABLE" || echo "UNREACHABLE")
low line 52

External URL reference

SourceSKILL.md
52STATUS=$(curl -sf https://status.coderabbit.ai 2>/dev/null && echo "REACHABLE" || echo "UNREACHABLE")
low line 54

External URL reference

SourceSKILL.md
54echo "Check manually: https://status.coderabbit.ai"
low line 252

External URL reference

SourceSKILL.md
252- [CodeRabbit Status Page](https://status.coderabbit.ai)
low line 253

External URL reference

SourceSKILL.md
253- [CodeRabbit Discord](https://discord.gg/coderabbit)
Scanned on May 24, 2026
View Security Dashboard
Installation guide →