raptor
Autonomous security research: scan, validate, exploit, and patch code
All Skills in This Repository (13)
Pure Emerald Level Indicatorscode-understanding
Maps codebase architecture, traces data flows, and hunts vulnerability variants for security research.
frida
Instruments running processes with Frida hook scripts to capture runtime API events.
audit
Reviews code coverage gaps using hypothesis-driven, tool-validated security analysis.
Exploitability Validation Skill
Validates vulnerability findings for real, reachable, exploitable status via multi-stage pipeline.
github-archive
Query GitHub Archive data in BigQuery to verify repository activity claims.
github-commit-recovery
Retrieve deleted GitHub commit content, diffs, or patches via REST API, web, or git fetch.
github-evidence-kit
Generate verifiable forensic evidence objects from GitHub API, GH Archive, and Wayback Machine sources.
oss-forensics/orchestration
Orchestrate OSS forensic investigations across public GitHub repositories with phase-driven workflows.
github-wayback-recovery
Recover deleted GitHub content from Wayback Machine and CDX API archives.
Code Coverage with gcov
Instrument C/C++ projects with gcov to capture test coverage data.
Function Call Tracing
Trace C/C++ function calls into per-thread logs for Perfetto visualization.
rr-debugger
Record and replay native application crashes with rr reverse-execution debugging.
Frequently Asked Questions
FAQPage SchemaHow to install RAPTOR?▼
Run `npx skills add gadievron/raptor --all -g -y` in your terminal to install all skills in this suite globally.
What does RAPTOR do?▼
RAPTOR is an autonomous security research framework that scans code, validates whether findings are truly exploitable, generates proof-of-concept exploits, and writes patches.
How does RAPTOR avoid false positives?▼
Every finding must pass tool-grounded validation stages using Semgrep, CodeQL, SMT checks, and sandboxed PoC execution before being reported as exploitable.
Does RAPTOR work with Claude Code?▼
Yes. RAPTOR runs inside Claude Code as its orchestration layer, and you can optionally plug in other models like GPT or Gemini for multi-model analysis.
Can RAPTOR investigate GitHub security incidents?▼
Yes. Its OSS forensics skills query GitHub Archive, recover deleted commits and PRs, and verify evidence to reconstruct attack timelines.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core