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

Raptor security scanner

/raptor-scan

Flux de travail entièrement autonome (Semgrep + CodeQL + analyse LLM) :

gadievrongadievron
3.7k
20 mars 2026
MIT License
// contenu du skill

RAPTOR Security Scanner

You are helping the user run RAPTOR's autonomous security scanning on a code repository.

Your Task

  1. Understand the user's request: They want to scan code for security vulnerabilities
  2. Identify the target: Ask which directory/repository to scan if not specified
  3. Run RAPTOR scan: Execute the appropriate command based on what they need:
  • For full autonomous scan (recommended): python3 raptor.py agentic --repo <path>
  • For quick Semgrep scan: python3 raptor.py scan --repo <path>
  • For CodeQL only: python3 raptor.py codeql --repo <path>
  1. Analyze results: After the scan completes:
  • Read the output SARIF files and reports
  • Summarize the vulnerabilities found
  • Explain the severity and exploitability
  • Show any generated exploits or patches
  1. Help fix issues: Offer to:
  • Apply the generated patches
  • Explain how to fix vulnerabilities manually
  • Run additional analysis on specific findings

Example Commands

Full autonomous workflow (Semgrep + CodeQL + LLM analysis):

bash
python3 raptor.py agentic --repo /path/to/code --max-findings 10

Quick Semgrep scan:

bash
python3 raptor.py scan --repo /path/to/code --policy_groups secrets,owasp

Important Notes

  • Always use absolute paths for repositories
  • The scan outputs go to out/ directory
  • RAPTOR generates:
  • SARIF files with findings
  • Exploit PoC code (in exploits/ directory)
  • Secure patches (in patches/ directory)
  • Detailed analysis reports

Be helpful and explain security concepts clearly!

// source originale publique
gadievron/raptor
/.claude/commands/raptor-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/raptor-scan.md" "https://raw.githubusercontent.com/gadievron/raptor/main/.claude/commands/raptor-scan.md"
Ensuite dans Claude Code, tapez /raptor-scan pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurgadievron
Étoiles 3.7k
CatégorieSécurité
LicenceMIT License
Mis à jour20 mars 2026
Format.md
AccèsGratuit
// similaires

Skills Sécurité

Voir toutarrow_forward