security-scan

Installation
SKILL.md

Security Scan

Purpose

Auto-detect and run available security scanning tools, producing a structured markdown report. Language-specific scanners activate automatically based on detected project files. Missing tools are skipped with installation guidance.

Scan Modes

Mode Flag Behavior
Full scan (default) (none) Scans the entire target directory
Full scan (explicit) --full Same as default; use to make intent explicit in scripts or CI
Strict mode --strict Exit with non-zero code when findings are detected (for CI gates)

Both modes scan the full directory tree. Pass --full when calling from a workflow that combines this skill with diff-scoped reviews (e.g., security-review) so the output header clearly identifies the scan scope.

Related skills
Installs
22
First Seen
Apr 15, 2026