> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/compliance-and-reporting/reports/security-audit-report.md).

# Security Audit Report

The [Security Audit Report](https://app.aikido.dev/reports/audit-reports/external/create) gives you a structured overview of your current security posture. It is designed for sharing with customers, auditors, leadership, or internal stakeholders who need a clear summary of how security is managed.

<figure><img src="/files/hDDzlyLG6Dbd2dS4CmRb" alt=""><figcaption></figcaption></figure>

You choose which sections to include before generating the report. This allows you to tailor it to a specific audience, such as a sales prospect, compliance audit, or board update.

## When to use this report

Use the Security Audit Report when you need to:

* Respond to a customer security questionnaire
* Provide evidence during an audit
* Document your current compliance coverage

## Available Sections

You can include any combination of the following fields.

**Aikido Benchmark**

<figure><img src="/files/EJjgSV4KrpRW2Go1kuLy" alt=""><figcaption></figcaption></figure>

**OWASP Top 10**

<figure><img src="/files/Ap7yNTO05ovIp61GejDw" alt=""><figcaption></figcaption></figure>

**SLA Compliance**

<figure><img src="/files/380hSLGvn2VdL82rFTCZ" alt=""><figcaption></figcaption></figure>

**Scan History**

<figure><img src="/files/aU0jcDuoOaODSczkWxsX" alt=""><figcaption></figcaption></figure>

**Issue Insights**

<figure><img src="/files/HM4ziIFmAEaefVHvdS1s" alt=""><figcaption></figcaption></figure>

**Open Issues Snapshot**

<figure><img src="/files/cgvBcNSINSJti5LGXMHB" alt=""><figcaption></figcaption></figure>

**Cloud Compliance**

<figure><img src="/files/X2ummwwPZJwcBZiI8YR2" alt=""><figcaption></figcaption></figure>

**Compliance Frameworks**

You can include summaries for supported frameworks and standards. These sections show which topics you currently comply with based on your configured checks.

Supported frameworks include:

* ISO 27001:2022
* SOC 2
* CIS v8.1 Controls
* CIS AWS Benchmark
* NIS2 Directive
* NIST 800-53
* PCI DSS v4.0
* HIPAA
* DORA
* HITRUST LVL3
* GDPR
* ENS
* UK Cyber Essentials

This section is useful for procurement reviews, enterprise sales, and audit preparation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/compliance-and-reporting/reports/security-audit-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
