Skip to content
Development
Command

/security-scan

Perform local security scanning and dispatch the security audit workflow.

From plugin
claude-code-skill-factory
86320 skills5 agents20 commands

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/security-scan

Context preview

What this command does when you run it.

Perform local security scanning and dispatch the security audit workflow.

Command definition

security-scan.md
description: Perform local security scanning and dispatch the security audit workflow.

Local Scan

1. Install tooling (first run): `pip install safety==3.2.4` and `brew install gitleaks` (or `go install github.com/zricethezav/gitleaks/v8@latest`). 2. Detect secrets: `gitleaks detect --verbose --redact` 3. Dependency audit (if `requirements*.txt` exists):

   for f in $(ls **/requirements*.txt 2>/dev/null); do
       safety check --full-report --file "$f"
   done

4. Document results in the commit template.

Trigger Remote Audit

gh workflow run security-audit.yml --ref $(git branch --show-current)
gh run watch --workflow "Security Audit (Claude)"

Completion

  • Ensure both local and remote scans are clean before pushing or merging.
Ships withclaude-code-skill-factory

A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.

Get the whole plugin
Stats
866
Stars
176
Forks
Quiet
Maintenance
Python
Language
MIT
License
10mo ago
Last commit
10mo ago
Created

Repo: alirezarezvani/claude-code-skill-factory

Other commands on claude-code-skill-factory.