gadievrongadievronCommunity·13 Agent Skills Included

raptor

Autonomous security research: scan, validate, exploit, and patch code

Automates offensive and defensive security research across codebases and binaries. Chains static analysis, LLM-driven vulnerability validation, exploit generation, and patch writing into one workflow. Eliminates false positives with tool-grounded checks, sandboxed execution, and multi-stage exploitability verification. Includes forensic skills for GitHub incident investigation and crash root-cause analysis.
npx skills add gadievron/raptor --all -g -y
Available:

Tells the AI agent how to dispatch slash commands to RAPTOR's security pipelines, execute literal commands verbatim, and gate dangerous operations behind operator approval.

All Skills in This Repository (13)

Pure Emerald Level Indicators
📦 In Repo
gadievrongadievron

code-understanding

Maps codebase architecture, traces data flows, and hunts vulnerability variants for security research.

Community
Advanced
📦 In Repo
gadievrongadievron

frida

Instruments running processes with Frida hook scripts to capture runtime API events.

Community
Advanced
📦 In Repo
gadievrongadievron

audit

Reviews code coverage gaps using hypothesis-driven, tool-validated security analysis.

Community
Advanced
📦 In Repo
gadievrongadievron

Exploitability Validation Skill

Validates vulnerability findings for real, reachable, exploitable status via multi-stage pipeline.

Community
Advanced
📦 In Repo
gadievrongadievron

github-archive

Query GitHub Archive data in BigQuery to verify repository activity claims.

Community
Advanced
📦 In Repo
gadievrongadievron

github-commit-recovery

Retrieve deleted GitHub commit content, diffs, or patches via REST API, web, or git fetch.

Community
Intermediate
📦 In Repo
gadievrongadievron

github-evidence-kit

Generate verifiable forensic evidence objects from GitHub API, GH Archive, and Wayback Machine sources.

Community
Advanced
📦 In Repo
gadievrongadievron

oss-forensics/orchestration

Orchestrate OSS forensic investigations across public GitHub repositories with phase-driven workflows.

Community
Advanced
📦 In Repo
gadievrongadievron

github-wayback-recovery

Recover deleted GitHub content from Wayback Machine and CDX API archives.

Community
Intermediate
📦 In Repo
gadievrongadievron

Code Coverage with gcov

Instrument C/C++ projects with gcov to capture test coverage data.

Community
Basic
📦 In Repo
gadievrongadievron

Function Call Tracing

Trace C/C++ function calls into per-thread logs for Perfetto visualization.

Community
Intermediate
📦 In Repo
gadievrongadievron

rr-debugger

Record and replay native application crashes with rr reverse-execution debugging.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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