zap_get_alerts
Fetch OWASP ZAP vulnerability alerts, filter by URL and risk level, and view risk details, solutions, and evidence.
Instructions
Retrieve vulnerability alerts from OWASP ZAP.
Fetches the list of vulnerabilities found during active/passive scanning.
Args: url: Filter alerts for a specific URL (optional). risk_level: Filter by risk: 'High', 'Medium', 'Low', 'Informational'. max_alerts: Maximum number of alerts to return.
Returns: List of ZAP alerts with risk level, description, solution, and evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| max_alerts | No | ||
| risk_level | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||