Skills2026年4月5日·1 分钟阅读

RAPTOR — Security Research Agent for Claude Code

Autonomous offensive and defensive security framework built on Claude Code. Performs static analysis, binary fuzzing, vulnerability discovery, exploit generation, and patch development. MIT.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

1. 安装 Claude Code 2. 克隆并进入项目: ```bash git clone https://github.com/gadievron/raptor.git cd raptor && claude ``` Claude 会自动安装依赖和配置安全工具。 ---
## 简介 RAPTOR 是基于 Claude Code 的自主安全研究框架,将传统安全工具(Semgrep、CodeQL、AFL++)与 AI 分析相结合。拥有 1,800+ GitHub Star 和 MIT 许可证,可执行静态分析、模糊测试、漏洞发现、PoC 漏洞利用生成和自动补丁开发。由知名安全研究人员 Gadi Evron、Thomas Dullien(Halvar Flake)等人创建,使用分层技能系统和 9 个安全专家角色。 适合人群:安全研究员、渗透测试人员、需要 AI 辅助漏洞分析的开发者。 兼容工具:Claude Code、Semgrep、CodeQL、AFL++。 --- ## 命令参考 | 命令 | 用途 | |------|------| | `/raptor` | 安全助手主命令 | | `/scan` | 静态分析 | | `/fuzz` | 二进制模糊测试 | | `/exploit` | PoC 漏洞利用生成 | | `/patch` | 自动安全补丁 | | `/oss-forensics` | 开源仓库调查 | ### FAQ **Q: RAPTOR 是什么?** A: 基于 Claude Code 的安全研究框架,集成静态分析、模糊测试、漏洞发现和补丁生成。 **Q: 免费吗?** A: MIT 开源免费。 ---
🙏

来源与感谢

> Created by [Gadi Evron](https://github.com/gadievron) and team. Licensed under MIT. > > [raptor](https://github.com/gadievron/raptor) — ⭐ 1,800+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产