gadievron

> gadievron/raptor

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.

📦 10 skills❤️ 0 likes 2.4k stars📥 27 downloadsgithub →
$curl "https://skillshub.wtf/gadievron/raptor/gcov-coverage?format=md"

> about

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.

> skills (10)

gadievron

> Code Coverage with gcov

Add gcov code coverage instrumentation to C/C++ projects

#coverage#gcov#testing
gadievron
gadievron

> exploitability-validation

exploitability-validation skill from gadievron/raptor

#security
gadievron
gadievron

> Function Call Tracing

Instrument C/C++ with -finstrument-functions for execution tracing and Perfetto visualization

#tracing#profiling#instrumentation
gadievron
gadievron

> github-archive

Investigate GitHub security incidents using tamper-proof GitHub Archive data via BigQuery. Use when verifying repository activity claims, recovering deleted PRs/branches/tags/repos, attributing actions to actors, or reconstructing attack timelines. Provides immutable forensic evidence of all public GitHub events since 2011.

#github#gharchive#security
gadievron
gadievron

> github-commit-recovery

Recover deleted commits from GitHub using REST API, web interface, and git fetch. Use when you have commit SHAs and need to retrieve actual commit content, diffs, or patches. Includes techniques for accessing "deleted" commits that remain on GitHub servers.

#github#git#forensics
gadievron
gadievron

> github-evidence-kit

Generate, export, load, and verify forensic evidence from GitHub sources. Use when creating verifiable evidence objects from GitHub API, GH Archive, Wayback Machine, local git repositories, or security vendor reports. Handles evidence storage, querying, and re-verification against original sources.

#github#forensics#osint
gadievron
gadievron

> github-wayback-recovery

Recover deleted GitHub content using the Wayback Machine and Archive.org APIs. Use when repositories, files, issues, PRs, or wiki pages have been deleted from GitHub but may persist in web archives. Covers CDX API queries, URL patterns, and systematic recovery workflows.

#github#wayback#archive
gadievron
gadievron

> Line Execution Checker

Check if specific lines were executed using gcov data

#coverage#gcov#testing
gadievron
gadievron

> orchestration

orchestration skill from gadievron/raptor

gadievron
gadievron

> rr-debugger

Deterministic debugging with rr record-replay. Use when debugging crashes, ASAN faults, or when reverse execution is needed. Provides reverse-next, reverse-step, reverse-continue commands and crash trace extraction.

gadievron