Scan Results¶
Click any scan in the scans list to view its full results.
Header¶
The top of the page shows:
- Target URL and scan status badge
- Creation date and completion date (when finished)
- Score gauge — large circular display with your overall security score
Actions¶
| Button | When Available | Description |
|---|---|---|
| Re-run | Completed / Failed | Creates a new scan with the same configuration |
| Cancel | Queued / Running | Stops the scan |
| Delete | Not running | Soft-deletes the scan |
Queue Position¶
For queued scans, a blue info box shows:
- Your position in the queue (e.g. Position #3)
- Estimated wait time in minutes
This auto-refreshes every 10 seconds.
Error Details¶
For failed scans, a red box displays the error message explaining what went wrong.
Scan Parameters¶
A summary card showing the configuration used:
- Domain, Target URL, Max Depth, Max Pages
- Modules used (shown as coloured tags)
- Skip Paths (if any were set)
- Priority level (High or Normal)
- Duration in seconds (completed scans)
Severity Breakdown¶
Five clickable cards showing the count of findings at each severity level:
| Severity | Colour | Meaning |
|---|---|---|
| Critical | Requires immediate attention — exploitable vulnerabilities | |
| High | Serious issues that should be fixed urgently | |
| Medium | Should be addressed in the next release cycle | |
| Low | :large_blue_circle: Blue | Minor hardening suggestions |
| Info | Informational observations |
Click a severity card to filter the findings list to that level. Click again to deselect.
Findings List¶
Each finding is an expandable card showing:
Always Visible¶
- Severity badge (coloured pill)
- Title of the finding
- Affected URL
- Category, CWE ID, CVE ID, CVSS score (where applicable)
- Ask ChatGPT button
Expanded Details (click to toggle)¶
- Description — full explanation of the vulnerability
- Remediation — recommended fix (highlighted in green)
- Evidence — raw data or proof, displayed in a monospace code block
Filtering Findings¶
Use the filter bar above the findings to narrow results:
| Filter | Description |
|---|---|
| Text search | Searches across title, description, URL, evidence, remediation, category, CWE, and CVE |
| Category | Filter by module category (shown when multiple categories exist) |
| CWE | Filter by specific CWE identifier |
| CVE | Filter by specific CVE identifier |
| Severity cards | Click the severity breakdown cards to filter by level |
A Clear all filters button appears when any filters are active.
Ask ChatGPT¶
Each finding has a green Ask ChatGPT button that opens ChatGPT with a pre-built prompt containing:
- The finding title, category, CWE, CVE, CVSS, affected URL
- The full description and severity
- Your application's URL for context
This gives you immediate AI-assisted remediation guidance.
Re-running a Scan¶
Click Re-run to create a new scan with the same domain, path, modules, skip paths, max pages, and max depth. A confirmation modal shows the parameters before you confirm.