Deon Menezes
Community@deonmenezes
Agent Skills by Deon Menezes
Showing 13 vetted skills indexed across 1 GitHub repositories.
code-understanding
Map architecture, trace data flows, and hunt vulnerability variants in code.
redteam-hunting
Rotate attack angles across rounds to exhaust codebase vulnerability findings.
tamper-fuzzing
Enumerate reachable input units and mutate them through a tamper matrix.
exploitability-validation
Validate vulnerability findings for real, reachable exploitability across pipeline stages.
github-archive
Query GitHub Archive data in BigQuery to extract forensic evidence for security investigations.
github-commit-recovery
Recover deleted or orphaned GitHub commits with content, diffs, and metadata.
github-evidence-kit
Collect and verify forensic evidence from GitHub API, GH Archive, and local Git sources.
oss-forensics-orchestration
Orchestrate multi-agent OSS forensics investigations with evidence collection and reporting.
github-wayback-recovery
Retrieve deleted GitHub content from Wayback Machine via CDX queries.
Code Coverage with gcov
Instrument C/C++ projects with gcov to generate coverage reports.
Function Call Tracing
Trace C/C++ program function calls into per-thread logs and Perfetto JSON via -finstrument-functions.
rr-debugger
Record and replay native binaries with rr for deterministic reverse debugging.
Line Execution Checker
Check source line execution status against gcov .gcda data.