> 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/docs/docs-ja/pentesuto/coverage-and-findings.md).

# カバレッジと検出結果

Aikidoが何をテストし、よくある検出結果の種類をどう読み取るかを理解します。

このセクションでは、カバー範囲とより詳しい例を確認できます。

<table data-view="cards"><thead><tr><th>ガイド</th><th>内容</th><th data-hidden data-card-target data-type="content-ref">対象</th></tr></thead><tbody><tr><td><strong>Aikido Pentest はどのような問題を見つけられるのか？</strong></td><td>OWASP、ロジックの欠陥、ハードニングの抜け漏れを網羅します。</td><td><a href="/docs/docs-ja/pentesuto/coverage-and-findings/what-issues-can-aikido-pentest-find.md">Aikido Pentestでどのような問題が見つかるか？</a></td></tr><tr><td><strong>ペンテストのカバー範囲を理解する</strong></td><td>それが何を意味し、何を意味しないのか。</td><td><a href="/docs/docs-ja/pentesuto/coverage-and-findings/understanding-pentest-coverage.md">ペンテストのカバレッジを理解する</a></td></tr><tr><td><strong>Threat Model</strong></td><td>偵察結果と攻撃計画をどう読み解くか。</td><td><a href="/docs/docs-ja/pentesuto/coverage-and-findings/threat-model.md">脅威モデル</a></td></tr><tr><td><strong>ヒューマン・イン・ザ・ループ</strong></td><td>エスカレーションをいつ使うべきか、フォローアップ実行で何を期待すべきか。</td><td><a href="/docs/docs-ja/pentesuto/coverage-and-findings/human-in-the-loop.md">ヒューマン・イン・ザ・ループ</a></td></tr><tr><td><strong>ペンテストレポート</strong></td><td>適切なレポートタイプを選び、エクスポートする方法。</td><td><a href="/docs/docs-ja/pentesuto/coverage-and-findings/pentest-reports.md">ペンテストレポート</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/docs/docs-ja/pentesuto/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.
