vulnerability research skills

8 tagged vulnerability research, measured the same way as everything else here.

Browse within: binary-analysis 7claude-code-skills 7codex-skills 7reverse-engineering 7

vulhunt-re/skills

Skill Claude CodeCodex

Search for raw byte patterns (hex sequences, opcodes) in binary code. Use when looking for specific instruction sequences, machine code patterns, UEFI SMI handlers, or known vulnerability signatures by their byte representation.

15 5mo ago A 48 tokens

call-sites

02

vulhunt-re/skills

Skill Claude CodeCodex

Find all locations where functions are called in a binary. Use when analyzing callers of a function, checking call relationships, or identifying which functions invoke a specific API.

15 5mo ago A 35 tokens

dataflow-analysis

03

vulhunt-re/skills

Skill Claude CodeCodex

Track data flow between function parameters, calls, and arguments using taint analysis. Use when detecting vulnerabilities like command injection, buffer overflows, or tracing user input to dangerous functions.

15 5mo ago A 40 tokens