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 12, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 64

Template literal with variable interpolation in command context

SourceSKILL.md
64```bash
medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90```bash
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193```bash
medium line 50

Curl to non-GitHub URL

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

External URL reference

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

External URL reference

SourceSKILL.md
52echo "Check manually: https://status.coderabbit.ai"
low line 241

External URL reference

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

External URL reference

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