LLM Skills
~/catalogue/sécurité//security-scan
Sécuritésource GitHub

Scan de sécurité local

/security-scan

Effectuer un contrôle de sécurité local et envoyer le flux de travail de l'audit de sécurité.

alirezarezvanialirezarezvani
859
12 novembre 2025
MIT License
// contenu du skill

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
  1. 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.
// source originale publique
alirezarezvani/claude-code-skill-factory
/.claude/commands/security-scan.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
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"
Ensuite dans Claude Code, tapez /security-scan pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Étoiles 859
CatégorieSécurité
LicenceMIT License
Mis à jour12 novembre 2025
Format.md
AccèsGratuit
// similaires

Skills Sécurité

Voir toutarrow_forward