triage_save
Save a security finding with vulnerability class, endpoint, and method to your hunt memory for later triage.
Instructions
Manually save a finding for triage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method (GET, POST, etc.). | |
| endpoint | Yes | The endpoint/URL where the finding was observed. | |
| evidence | No | Optional evidence dict with request/response data. | |
| target_id | Yes | Identifier for the target. | |
| confidence | No | Confidence level (default: needs_review). | needs_review |
| vuln_class | Yes | Vulnerability class (idor, secret, etc.). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||