← All creators

vulhunt-re

Organization

Agent skills for VulHunt

7 indexed · 0 Featured · 15 stars · avg score 58
Prolific

Categories

Indexed Skills (7)

AI & Automation Listed

btp-ba2-cli

Interact with the Binarly Transparency Platform (BTP) via CLI commands for uploading firmware, running scans, downloading BA2 archives, and pushing custom rules. Use when you need to interact with the Binarly Transparency Platform or working with BA2s.

15 Updated 3 months ago
vulhunt-re
AI & Automation Listed

byte-pattern-matching

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 Updated 3 months ago
vulhunt-re
AI & Automation Listed

call-sites

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 Updated 3 months ago
vulhunt-re
AI & Automation Listed

code-pattern-matching

Search for code patterns in decompiled output using Weggli semantic matching. Use when finding vulnerable code constructs like unchecked memcpy, buffer operations, or specific function call patterns in pseudocode.

15 Updated 3 months ago
vulhunt-re
Data & Documents Listed

dataflow-analysis

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 Updated 3 months ago
vulhunt-re
AI & Automation Listed

functions

Find and list functions in a binary by name, address, regex, or byte pattern. Use as the starting point for binary analysis, to locate specific functions, or to enumerate all functions matching criteria.

15 Updated 3 months ago
vulhunt-re
Code & Development Listed

decompiler

Decompile a function to C-like pseudocode for human-readable analysis. Use to understand function logic, review control flow, or prepare for code pattern matching.

15 Updated 3 months ago
vulhunt-re

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.