> 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のペンテストでは、どんな問題を見つけられるか？</strong></td><td>OWASP、ロジックの欠陥、ハードニングの不足にわたるカバレッジ。</td><td><a href="/pages/ec5b79fd22450cb7ed4b8629b3fd3273a387ccaa">/pages/ec5b79fd22450cb7ed4b8629b3fd3273a387ccaa</a></td></tr><tr><td><strong>ペンテストのカバレッジを理解する</strong></td><td>それが何を意味し、何を意味しないのか。</td><td><a href="/pages/4964360dfc0831e436f3973a40b62557bd05a589">/pages/4964360dfc0831e436f3973a40b62557bd05a589</a></td></tr><tr><td><strong>Threat Model</strong></td><td>調査結果の出力と攻撃計画の読み方。</td><td><a href="/pages/134187d912468cfc0cf394171c1c1d0f7b0213ea">/pages/134187d912468cfc0cf394171c1c1d0f7b0213ea</a></td></tr><tr><td><strong>ヒューマン・イン・ザ・ループ</strong></td><td>エスカレーションを使うタイミングと、後続の実行で何を期待すべきか。</td><td><a href="/pages/2457e627ed3630ba9aec13e2f693335ce96502ac">/pages/2457e627ed3630ba9aec13e2f693335ce96502ac</a></td></tr><tr><td><strong>ペンテストレポート</strong></td><td>適切なレポート種類を選んでエクスポートする方法。</td><td><a href="/pages/e2beb011cb50b9b3639bce1d4012d9f9b98e4bc7">/pages/e2beb011cb50b9b3639bce1d4012d9f9b98e4bc7</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.
