security-scan

Installation
SKILL.md

Security Scan Skill

⚠️ MANDATORY SKILL - AUTO-INVOKED BY SAFE-COMMIT

Purpose

Comprehensive security verification to ensure no secrets, vulnerabilities, or security issues are committed to the repository.

CRITICAL: This skill is automatically invoked by safe-commit. NEVER run security scans manually.

🚫 NEVER DO THIS

  • ❌ Running grep for secrets manually before commit
  • ❌ Running npm audit or go mod audit manually before commit
  • ❌ Checking for security issues outside of this skill during commit workflow

Let safe-commit invoke this skill automatically. Manual security scanning before commit is REDUNDANT and FORBIDDEN.


Related skills
Installs
7
GitHub Stars
3
First Seen
Jan 30, 2026