# Export Summary Report

## Overview

The Summary Report provides a high-level snapshot of agentic security scans. It's ideal for executives, compliance teams, and managers who need quick insights into security posture without diving into raw technical data.

The report highlights vulnerability counts, severity distribution, affected categories, and scan configuration details.

## How to Access

1. Navigate to **Agentic Red Teaming > Results**
2. Select a scan run
3. Click **More actions** and choose **Export summary report**

## Report Contents

**Header Summary**

* **Vulnerable Components Found**: Number of agent components with security issues
* **Vulnerable Issues**: Total vulnerability count
* **Scan Duration**: Scan execution time
* **Scan Description**: Overview of probe categories (prompt injection, tool permissions, etc.)

**Issues by Severity**

Visual breakdown showing vulnerabilities across severity levels:

* Critical
* High
* Medium
* Low

This helps prioritize remediation efforts.

**Top Categories by Issues**

Breakdown of issues by vulnerability categories such as:

* Prompt Injection
* Sensitive Information Disclosure
* MCP Security
* LLM Security
* Supply Chain

**Scan Configuration Details**

* Scan type (one-time, scheduled, CI/CD)
* Unique hosts scanned
* Max concurrent requests
* Start and completion timestamps


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-red-teaming/concepts/export-summary-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
