get_scan_results
Retrieve detailed security scan findings, including severity scores, vulnerability lists, CWE classifications, and remediation guidance for a completed scan.
Instructions
Retrieve detailed findings from a completed security scan.
Returns:
Overall security score (0-100)
List of vulnerabilities with severity levels
CWE classifications
Specific recommendations for each finding
CVE references where applicable
Remediation guidance links
Use this after initiating a full cloud scan with scan_website or scan_repository. Local quick website scans return findings immediately and do not produce a scan ID. If no account is connected yet, the MCP server will connect first and then retrieve the cloud scan result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | The scan ID returned from scan initiation | |
| severity_filter | No | Filter results by severity level | all |