Skip to main content
ClaudeWave

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.

Tools3k stars473 forksPythonNOASSERTIONUpdated today
Editor's note

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.

ClaudeWave Trust Score
87/100
Trusted
Passed
  • License: NOASSERTION
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Documented (README)
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/gadievron/raptor
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

README preview not available. Visit the repo on GitHub for full documentation.

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.

Featured on ClaudeWave: gadievron/raptor
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gadievron-raptor)](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