security-scan

Installation
SKILL.md

Security Scan

Comprehensive security vulnerability detection for codebases.

Invocation: user-invoked only — run when the user explicitly asks for a security scan; never auto-trigger from ordinary coding tasks. Default output is a report; any file change (see --fix) requires the user's explicit approval first.

Detection basis: this package ships pattern/regex-based detection and code review guidance only — no SAST data-flow engine, no scripted entropy tool, no bundled CVE advisory database. Where a finding would need such tooling, say so in the report and delegate to external tooling only if the user has it and approves.

Quick Start

/security-scan                    # Full scan of current directory
/security-scan --scope src/       # Scan specific directory
/security-scan --quick            # Fast scan (critical issues only)
/security-scan --focus injection  # Focus on specific category

What This Skill Does

Installs
3
GitHub Stars
1
First Seen
Sep 6, 2026
security-scan — ninjasln-labs/agent-skills