github-code-review

Warn

Audited by Runlayer on Mar 9, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
89%
Files
1
Flagged
1
Chunks
4
Flagged Files (1)
github-code-review/SKILL.mdMEDIUM
89.0%

Tool passed security scan

Risky tool definition detected

Tool: github-code-review/SKILL.md [3/4] Description: --push-changes ``` ### Progress Updates to PR ```bash # Post swarm progress to PR using gh CLI PROGRESS=$(npx ruv-swarm github pr-progress 123 --format markdown) gh pr comment 123 --body "$PROGRESS" # Update PR labels based on progress if [[ $(echo "$PROGRESS" | grep -o '[0-9]\+%' | sed 's/%//') -gt 90 ]]; then gh pr edit 123 --add-label "ready-for-review" fi ``` --- ## 📋 Complete Workflow Examples ### Example 1: Security-Critical PR ```bash #

Audit Metadata
Max File Score
89%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
4
Analyzed
Mar 9, 2026, 06:54 PM
Security Audit — runlayer — github-code-review