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

Raptor security scanner

/raptor-scan

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

gadievrongadievron
3.7k
March 20, 2026
MIT License
// skill content

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> 4. 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 5. 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!

// original public source
gadievron/raptor
/.claude/commands/raptor-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/raptor-scan.md" "https://raw.githubusercontent.com/gadievron/raptor/main/.claude/commands/raptor-scan.md"
Then in Claude Code, type /raptor-scan to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatorgadievron
Stars 3.7k
CategorySecurity
LicenseMIT License
UpdatedMarch 20, 2026
Format.md
AccessFree
// similar

Skills Security

View allarrow_forward