submit_report
Submit a vulnerability report to a HackerOne program using the program handle, title, and markdown vulnerability details. First retrieve program scope and weaknesses.
Instructions
Submit a new vulnerability report to a HackerOne program. Returns the new report ID and URL. Use get_program_scope and get_program_weaknesses first to get the right scope/weakness IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Report title | |
| impact | No | Impact statement — what an attacker can achieve | |
| weakness_id | No | Weakness/CWE ID from get_program_weaknesses (the numeric id field) | |
| program_handle | Yes | Program handle to submit to (e.g. 'uber') | |
| severity_rating | No | Suggested severity rating | |
| structured_scope_id | No | Scope asset ID from get_program_scope (the numeric id field) | |
| vulnerability_information | Yes | Full vulnerability details in markdown — steps to reproduce, root cause, and proof of concept |