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

# NightVision

> Bring DAST findings into Clarion so agents can look up vulnerability issues, scans, and targets during triage.

NightVision is a dynamic application security testing (DAST) scanner. Connecting it gives agents read-only lookups over your findings, scans, targets, and projects — so a vulnerability report can be checked against what the scanner actually observed.

<Note>
  **Estimated time:** 3 minutes. You will need a NightVision **service token**.
</Note>

## Prerequisites

* A **NightVision** account with scans configured
* A service token with read access

## Connect

1. In NightVision, create a **service token**.
2. In Clarion, open **Integrations** and find **NightVision**.
3. Paste the **API token** and click **Connect**.

The token is stored encrypted and never enters the agent sandbox.

## What agents can do

| Tool            | What it returns                      |
| --------------- | ------------------------------------ |
| `list_issues`   | Vulnerability issues, filterable     |
| `get_issue`     | Full detail for one issue            |
| `list_scans`    | Scan history                         |
| `list_targets`  | Configured scan targets              |
| `list_projects` | Projects in your NightVision account |

<Note>
  This integration is **read-only**: no ingest, no poller, and no scan triggering. It exists to enrich an investigation with DAST evidence, not to run the scanner.
</Note>

## Where it helps

Pair NightVision with the vulnerability-domain skills. When a bug-bounty submission or a dependency finding claims an exploitable path, the agent can check whether your own DAST already saw it — and whether the target is in scope at all.

## Disconnect

Click **Disconnect** on the integration page. The stored token is deleted.
