code-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-review (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
AI-powered code review using CodeRabbit. Enables autonomous development workflows where you can implement features, review code, and fix issues without manual intervention.
When user asks to:
# Check CLI
coderabbit --version 2>/dev/null
# Check auth
coderabbit auth status 2>&1If CLI not installed, tell user:
Please install CodeRabbit CLI first:
curl -fsSL https://cli.coderabbit.ai/install.sh | shIf not authenticated, tell user:
Please authenticate first by running in your terminal:
coderabbit auth logincoderabbit review --plainOptions:
-t all - All changes (default)-t committed - Committed changes only-t uncommitted - Uncommitted changes only--base main - Compare against specific branchGroup findings by severity and create a task list for issues found.
When user requests implementation + review:
coderabbit review --plainFor more details: <https://docs.coderabbit.ai/cli/claude-code-integration>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.