> 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/pentests/coverage-and-findings.md).

# Coverage and Findings

Understand what Aikido tests and how to read common classes of findings.

Use this section to see coverage areas and deeper examples.

<table data-view="cards"><thead><tr><th>Guide</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>What Issues Can Aikido Pentest Find?</strong></td><td>Coverage across OWASP, logic flaws, and hardening gaps.</td><td><a href="/pages/VFIBP0ZuCDd0QWhZEYzU">/pages/VFIBP0ZuCDd0QWhZEYzU</a></td></tr><tr><td><strong>Understanding Pentest Coverage</strong></td><td>What it does and doesn't mean.</td><td><a href="/pages/A7Agptrf4LYTHdSEqlFL">/pages/A7Agptrf4LYTHdSEqlFL</a></td></tr><tr><td><strong>Threat Model</strong></td><td>How to read recon output and the attack plan.</td><td><a href="/pages/kCiioSx3YZ0O8qbMvBIM">/pages/kCiioSx3YZ0O8qbMvBIM</a></td></tr><tr><td><strong>Human in the Loop</strong></td><td>When to use escalation and what to expect from the follow-up run.</td><td><a href="/pages/IHWqb3HY0uApG5t2VNpn">/pages/IHWqb3HY0uApG5t2VNpn</a></td></tr><tr><td><strong>Pentest Reports</strong></td><td>How to choose and export the right report type.</td><td><a href="/pages/Kut5ITWbPPLUWhZKrvX8">/pages/Kut5ITWbPPLUWhZKrvX8</a></td></tr></tbody></table>


---

# 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/pentests/coverage-and-findings.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.
