# VulHunt AI Agent Skills

VulHunt publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 1 VulHunt repository, with install commands and source links.

Official page: https://skillscout.sh/official/vulhunt-re/
Markdown page: https://skillscout.sh/official/vulhunt-re/vulhunt-re_skills_skillscout.md
Vendor website: https://vulhunt.re/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/vulhunt-re/vulhunt-re_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant VulHunt skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### vulhunt-re/skills

Includes 7 official skills: decompiler, btp-ba2-cli, call-sites, code-pattern-matching, dataflow-analysis, functions.

Install:

```bash
npx skills add vulhunt-re/skills -y
```

Source: https://github.com/vulhunt-re/skills

## Individual skills

### decompiler

Official VulHunt skill from vulhunt-re/skills.

Install:

```bash
npx skills add vulhunt-re/skills@decompiler -y
```

Package: vulhunt-re/skills
Source: https://github.com/vulhunt-re/skills/tree/main/plugins/vulhunt/skills/decompiler

### btp-ba2-cli

Official VulHunt skill from vulhunt-re/skills.

Install:

```bash
npx skills add vulhunt-re/skills@btp-ba2-cli -y
```

Package: vulhunt-re/skills
Source: https://github.com/vulhunt-re/skills/tree/main/plugins/vulhunt/skills/btp-ba2-cli

### call-sites

Official VulHunt skill from vulhunt-re/skills.

Install:

```bash
npx skills add vulhunt-re/skills@call-sites -y
```

Package: vulhunt-re/skills
Source: https://github.com/vulhunt-re/skills/tree/main/plugins/vulhunt/skills/call-sites

### code-pattern-matching

Official VulHunt skill from vulhunt-re/skills.

Install:

```bash
npx skills add vulhunt-re/skills@code-pattern-matching -y
```

Package: vulhunt-re/skills
Source: https://github.com/vulhunt-re/skills/tree/main/plugins/vulhunt/skills/code-pattern-matching

### dataflow-analysis

Official VulHunt skill from vulhunt-re/skills.

Install:

```bash
npx skills add vulhunt-re/skills@dataflow-analysis -y
```

Package: vulhunt-re/skills
Source: https://github.com/vulhunt-re/skills/tree/main/plugins/vulhunt/skills/dataflow-analysis

### functions

Official VulHunt skill from vulhunt-re/skills.

Install:

```bash
npx skills add vulhunt-re/skills@functions -y
```

Package: vulhunt-re/skills
Source: https://github.com/vulhunt-re/skills/tree/main/plugins/vulhunt/skills/functions

### byte-pattern-matching

Official VulHunt skill from vulhunt-re/skills.

Install:

```bash
npx skills add vulhunt-re/skills@byte-pattern-matching -y
```

Package: vulhunt-re/skills
Source: https://github.com/vulhunt-re/skills/tree/main/plugins/vulhunt/skills/byte-pattern-matching

## vulhunt-re/skills package overview

Includes 7 official skills: decompiler, btp-ba2-cli, call-sites, code-pattern-matching, dataflow-analysis, functions.

### Top skills in this package

- decompiler: Official VulHunt skill from vulhunt-re/skills.
- btp-ba2-cli: Official VulHunt skill from vulhunt-re/skills.
- call-sites: Official VulHunt skill from vulhunt-re/skills.
- code-pattern-matching: Official VulHunt skill from vulhunt-re/skills.
- dataflow-analysis: Official VulHunt skill from vulhunt-re/skills.
- functions: Official VulHunt skill from vulhunt-re/skills.
- byte-pattern-matching: Official VulHunt skill from vulhunt-re/skills.

### Install

Install the full package:

```bash
npx skills add vulhunt-re/skills -y
```

Install a specific skill:

```bash
npx skills add vulhunt-re/skills@decompiler -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/vulhunt-re/skills#readme
