Research Guidance
research_guidanceResearch a vulnerability class and generate an actionable testing playbook tailored to your target, using observed evidence and technology stack.
Instructions
Research a vulnerability class and produce an actionable testing playbook.
vuln_class is a bug class ("sql-injection", "xss", "ssrf", "idor",
"request-smuggling", … — fuzzy names work). asset is the URL under
test, evidence any observation so far (a 403, a parameter, a scanner
hit), stack the observed technologies (comma-separated) to scope the
brain's memory recall. Read-only: assembles knowledge, sends no traffic.
To execute the validators it names, call guided_validate instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | ||
| stack | No | ||
| evidence | No | ||
| vuln_class | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||