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

# Findings

> The findings list, its filters, and the detail view for one finding.

The Findings page lists results across your recent scans. Select a row to open the full record for one finding.

<Info>
  The Findings page covers your 25 most recent completed scans. A scan still in progress does not appear here. Open the scan itself to watch its findings as they arrive.
</Info>

## Columns

| Column            | Shows                                                                     |
| ----------------- | ------------------------------------------------------------------------- |
| Severity          | `critical`, `high`, `medium`, `low`, `info`, or `unscored`.               |
| Verdict           | `confirmed`, `uncertain`, `false positive`, `out of scope`, or `pending`. |
| Duplicate         | A `duplicate` badge, when the finding is folded into another one.         |
| Agent             | The [agent](/agents/overview) that produced the finding.                  |
| File              | The file path, with a line number or a line range when one applies.       |
| Title and summary | A short title and a one or two line summary.                              |
| Confidence        | A percentage bar. A higher percentage means the agent is more sure.       |
| Source scan       | The scan's name and its age, for example `demo.zip · 2h ago`.             |

The list sorts by severity, from critical to info. A footer shows how many findings match the current filters.

## Filters

| Filter     | Narrows to                                                   |
| ---------- | ------------------------------------------------------------ |
| Search box | Findings whose title, file path, or summary match your text. |
| Severity   | One severity level, or `unscored`.                           |
| Agent      | Findings from one agent.                                     |
| Verdict    | One verdict, or `pending` findings with no verdict yet.      |
| Duplicate  | Unique findings only, duplicates only, or both.              |

The page opens with **Verdict** set to Confirmed and **Duplicate** set to Unique only. Change either filter to see everything.

## Duplicates

A duplicate finding carries a **Duplicate** badge. Its detail page names the primary finding it was folded into, and links to it.

## Download findings

A scan's own page adds a checkbox to each finding row. Select the findings you want, then select **Download findings** to save them as a zip of Markdown files.

## Finding detail

Select a finding to open its full record.

| Section          | Contents                                                                                   |
| ---------------- | ------------------------------------------------------------------------------------------ |
| Header           | Severity, verdict, a duplicate badge when it applies, agent, and title.                    |
| File and lines   | The file path and the line range.                                                          |
| Confidence       | The same percentage bar as the list.                                                       |
| CVSS             | The CVSS (Common Vulnerability Scoring System) score and vector, when the finding has one. |
| Details          | The full description, when it adds more than the summary.                                  |
| Proof of concept | Steps or code that trigger the issue, when the agent recorded one.                         |
| Impact           | What an attacker gains from the issue.                                                     |
| Validation       | The verdict, plus the reasoning behind it.                                                 |
| Duplicate        | A link to the primary finding, when this one was folded into it.                           |
| References       | Related links, such as advisories or documentation.                                        |

Select **Copy GHSA** to copy the finding as a GitHub Security Advisory (GHSA) style block. The block includes the title, summary, details, proof of concept, impact, CVSS score and vector, and references.

Select **Back to scan** to return to the scan that produced the finding.
