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
Installs
13
First Seen
Apr 15, 2026