security-review
Installation
SKILL.md
Security Review Skill
This skill provides pre-commit and pre-PR security checks for Nav applications. Covers secret scanning, vulnerability scanning, and Nav-specific requirements.
For architecture questions, threat modeling, or compliance decisions, use @security-champion instead.
Automated Scans
Run with run_in_terminal:
# Scan repo for known vulnerabilities and secrets
trivy repo .
# Scan Docker image for HIGH/CRITICAL CVEs
trivy image <image-name> --severity HIGH,CRITICAL
# Scan GitHub Actions workflows for insecure patterns
zizmor .github/workflows/