> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kikimora.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing scan results

> Open the results of a finished scan and read the findings table, including CVE identifiers, CVSS and Kikimora scores, impact, and status.

Once a scan reaches `Finished` status, you can analyze its findings on the scan details page.

## Reading the results

Open a scan's results by clicking **View Results** in the action menu (`...`) of a finished scan row.

The results page has two parts. A **filter bar** supports quick search plus advanced filtering by severity, status, or CVE. Below it, the **findings table** lists each detected issue:

| Column                 | Description                                   |
| :--------------------- | :-------------------------------------------- |
| **Vulnerability Name** | Title and description of the security issue.  |
| **CVE / CWE**          | Standard identifier, such as `CVE-2016-2183`. |
| **CVSS Score**         | Industry-standard vulnerability score.        |
| **Kikimora Score**     | Risk score calculated by Kikimora.            |
| **Impact**             | Severity level — High, Medium, or Low.        |
| **Status**             | Remediation status, such as Open.             |

## Open scan results

1. Click **View Results** on a finished scan row to open the scan details page.

   <img src="https://mintcdn.com/kikimora/_61TKijx1WdBSLGY/images/scans/view-results--01--results-table.png?fit=max&auto=format&n=_61TKijx1WdBSLGY&q=85&s=521d097234e9d536848a2493ac05d627" alt="Scan results table listing detected vulnerabilities with CVE identifiers, CVSS and Kikimora scores, impact, and status" width="1920" height="1080" data-path="images/scans/view-results--01--results-table.png" />
