LLM Skills
~/catalog/security//security-scan
SecurityGitHub source

Local security scan

/security-scan

Perform local security scanning and dispatch the security audit workflow.

alirezarezvanialirezarezvani
859
November 12, 2025
MIT License
// skill content

--- 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): ``bash 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 `bash 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.

// original public source
alirezarezvani/claude-code-skill-factory
/.claude/commands/security-scan.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/security-scan.md" "https://raw.githubusercontent.com/alirezarezvani/claude-code-skill-factory/dev/.claude/commands/security-scan.md"
Then in Claude Code, type /security-scan to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 859
CategorySecurity
LicenseMIT License
UpdatedNovember 12, 2025
Format.md
AccessFree
// similar

Skills Security

View allarrow_forward