cyberneticlibrary

Run security scan

security-scancommandsetup L217,464
alirezarezvani/claude-skills
What it does

Scan codebase for secrets and audit dependencies

Best for

Pre-commit security gate to prevent accidental secret commits and flag CVEs before pushing to remote.

Inputs
  • · filesystem state
Outputs
  • · secrets scan results
  • · dependency audit report
Requires
  • · gitleaks
  • · safety
Preconditions
  • · pip and brew/package manager available
Failure modes
  • · secrets found in git history
  • · vulnerable dependencies detected
  • · tools fail to install
Trust signals
  • · uses gitleaks for secret detection
  • · safety for dependency vulnerabilities
  • · red-flag-first pattern: resolve before continuing