security-review
Installation
SKILL.md
Security Review
Purpose
Systematically analyze code for security vulnerabilities using structured AI reasoning. Produces a confidence-filtered report with actionable remediation.
Scan Modes
| Mode | Flag | Source of files to review |
|---|---|---|
| Diff (default) | (none) | Files changed in the current branch (git diff) |
| Full codebase | --full |
All tracked source files (git ls-files) |
Use diff mode (default) for pre-merge reviews to focus on what changed.
Use --full when onboarding a new codebase, performing a periodic audit,
or when no branch diff is available.
Workflow
Related skills
More from nayuta/agent-skills
security-scan
|
22audit-docs
Validate CLAUDE.md and AGENTS.md against actual codebase structure and conventions.
13mend-docs
Maintain and synchronize documentation files with the actual codebase (agents and skills).
13validate-fix
Iteratively run Agent Skill validation and resolve any issues found.
12mend-agent-rules
Synchronize CLAUDE.md and AGENTS.md with available agents and skills.
12skill-audit
|
10