> 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/penetorshontesuto/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="/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>脅威モデル</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/penetorshontesuto/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.
