Raptor turns Claude Code into a general-purpose AI offensive/defensive security agent. By using Claude.md and creating rules, sub-agents, and skills, and orchestrating security tool usage, we configure the agent for adversarial thinking, and perform research or attack/defense operations.
Raptor is a Python-based autonomous security research framework that runs on top of Claude Code, using a CLAUDE.md configuration file to define sub-agents, rules, and skills that orient the agent toward adversarial reasoning. The framework chains together static analysis tools (Semgrep and CodeQL), binary fuzzing via AFL++, software composition analysis, and LLM-driven validation into slash commands such as /agentic, /scan, /validate, /fuzz, /crash-analysis, and /exploit. The /agentic command runs the full pipeline autonomously: scanning a codebase or binary, deduplicating findings, validating exploitability through a multi-stage process that filters pattern-matching noise from real vulnerabilities, generating proof-of-concept exploit code, and writing secure patches. A named /project workspace system keeps findings organized across runs. The devcontainer image, which bundles all tooling including the rr deterministic debugger, weighs around 6 GB and requires --privileged mode. Security researchers, penetration testers, and vulnerability analysts working on C/C++ codebases or open-source repositories are the primary audience.
- ✓License: NOASSERTION
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/gadievron/raptorTools overview
What people ask about raptor
What is gadievron/raptor?
+
gadievron/raptor is tools for the Claude AI ecosystem. Raptor turns Claude Code into a general-purpose AI offensive/defensive security agent. By using Claude.md and creating rules, sub-agents, and skills, and orchestrating security tool usage, we configure the agent for adversarial thinking, and perform research or attack/defense operations. It has 3k GitHub stars and was last updated today.
How do I install raptor?
+
You can install raptor by cloning the repository (https://github.com/gadievron/raptor) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is gadievron/raptor safe to use?
+
Our security agent has analyzed gadievron/raptor and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains gadievron/raptor?
+
gadievron/raptor is maintained by gadievron. The last recorded GitHub activity is from today, with 20 open issues.
Are there alternatives to raptor?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy raptor to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/gadievron-raptor)<a href="https://claudewave.com/repo/gadievron-raptor"><img src="https://claudewave.com/api/badge/gadievron-raptor" alt="Featured on ClaudeWave: gadievron/raptor" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies