assess_report_quality
Evaluate the acceptance likelihood of a bug bounty finding by analyzing historical patterns. Provide vulnerability details to receive an assessment.
Instructions
Evaluate whether a potential bug bounty finding is likely to be accepted or rejected, based on historical patterns of accepted and rejected reports. Provide vulnerability details to get an assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vulnerability_type | Yes | Type of vulnerability found, e.g., 'Reflected XSS', 'Open Redirect', 'IDOR' | |
| description | Yes | Description of the finding | |
| impact | Yes | Described impact of the vulnerability | |
| requires_user_interaction | No | Whether exploitation requires user interaction | |
| requires_authentication | No | Whether the attacker needs to be authenticated |