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/raptorResumen de Tools
Lo que la gente pregunta sobre raptor
¿Qué es gadievron/raptor?
+
gadievron/raptor es tools para el ecosistema de Claude AI. 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. Tiene 3k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala raptor?
+
Puedes instalar raptor clonando el repositorio (https://github.com/gadievron/raptor) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar gadievron/raptor?
+
Nuestro agente de seguridad ha analizado gadievron/raptor y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene gadievron/raptor?
+
gadievron/raptor es mantenido por gadievron. La última actividad registrada en GitHub es de today, con 20 issues abiertos.
¿Hay alternativas a raptor?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega raptor en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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