# Vulnerability Report

View and analyze security vulnerabilities detected across all of your APIs and services in Akto.

### What is a Vulnerability Report?

Vulnerability Reports are comprehensive assessments that identify, categorize, and prioritize security weaknesses within your API infrastructure. They provide detailed insights into potential threats, their impact, and recommended remediation steps, enabling you to strengthen your overall security posture.

### View a Vulnerability Report

Akto automatically generates Vulnerability Reports based on continuous API security testing. By viewing these reports, you get a detailed overview of your API's security status and potential risks.

This includes details of:

* **Issue Categories**: Types of vulnerabilities detected (e.g., SQL Injection, XSS)
* **Affected APIs**: Specific endpoints where vulnerabilities were found
* **Severity Levels**: Impact assessment of each vulnerability (High, Medium, Low)
* **Why is this a problem?**: Explanation of the potential consequences if the vulnerability is exploited
* **Remediation Steps**: Recommended actions to address each vulnerability

### Learn more:

* [How to export vulnerability report](https://docs.akto.io/issues/how-to/export-vulnerability-report)


---

# 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://docs.akto.io/issues/concepts/vulnerability-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.
