Share
## https://sploitus.com/exploit?id=D868C4F1-FCB0-57AE-8C1E-C9983DF0F5B9
# Security Research Skills

Reusable skills for vulnerability analysis, code analysis, exploit generation, binary analysis, and follow-on code intelligence workflows.

## Included Skills

- `vulnerability-analysis`: collect and structure vulnerability data from public sources
- `code-analysis`: inspect repositories and map vulnerable code paths
- `exploit-generation`: build and validate proof-of-concept exploit paths
- `binary-analysis`: perform static and dynamic analysis on local binaries
- `code-intelligence`: verify bypasses and detect spread after a known exploit path exists
- `full-vuln-research`: orchestrate the end-to-end vulnerability research pipeline

## Repository Layout

```text
skills/
  /
    SKILL.md
    resources/
```

Each skill keeps its own instructions and any supporting Python utilities, references, examples, or tests required to use it.

## Usage

This repository is intended for skill-based coding agents that load `SKILL.md` files and execute the referenced local resources.

If a skill includes Python helpers, install the corresponding `resources/requirements.txt` in an isolated environment before running those utilities.

## Publishing Scope

This public repository intentionally excludes local planning notes, development docs, caches, and machine-specific artifacts.