| name | analyst-overview |
| description | Root pointer for the analyst's vulnerability research playbooks. Load this first at iteration start to see the full catalog of vuln-class and chain-building skills. |
| metadata | {"subdomain":"analyst","when_to_use":"analyst overview vulnerability research playbook catalog chain building routing iteration start"} |
Analyst Skill Catalog
The analyst has specialised playbooks under this tree. Load the one
matching your current hunting lane — don't load them all at once.
Taint / source-review playbooks
Use when you have source code and are hunting a specific weakness class.
| Skill | Use for |
|---|
/skills/standard/analyst/sql-injection/SKILL.md | String-concat + format-string → SQL sink |
/skills/standard/analyst/ssrf/SKILL.md | User-controlled URL reaches http client |
/skills/standard/analyst/deserialization/SKILL.md | pickle / Java ObjectInputStream / .NET BinaryFormatter / YAML |
/skills/standard/analyst/ssti/SKILL.md | User input rendered by Jinja/Twig/Freemarker/Velocity |
/skills/standard/analyst/xxe/SKILL.md | XML parser with external entity expansion enabled |
/skills/standard/analyst/path-traversal/SKILL.md | User input reaches filesystem path |
/skills/standard/analyst/prototype-pollution/SKILL.md |