Skip to main content

coderabbit-local-dev-loop

Sets up a fast local development environment for CodeRabbit with hot reload and testing capabilities.

Install this skill

or
91/100

Security score

The coderabbit-local-dev-loop skill was audited on Feb 21, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 39

Access to .env file

SourceSKILL.md
39├── .env.local # Local secrets (git-ignored)
low line 40

Access to .env file

SourceSKILL.md
40├── .env.example # Template for team
low line 47

Access to .env file

SourceSKILL.md
47cp .env.example .env.local
medium line 91

Access to .env file

SourceSKILL.md
91| Env not loaded | Missing .env.local | Copy from .env.example |
low line 113

External URL reference

SourceSKILL.md
113- [Vitest Documentation](https://vitest.dev/)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →