> 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/pentest-reports.md).

# ペンテストレポート

アセスメントが完了すると、Aikido Pentest ではアセスメント結果からレポートをダウンロードできます。誰が読むのか、どの程度の技術的詳細を見せるべきかに応じて、レポートタイプを選択してください。

完了した Aikido Pentest には、これらのレポートオプションが含まれています。アセスメントに未処理のクレジットがある場合は、レポートをダウンロードする前に精算する必要があります。詳細はこちら [今すぐ実行、支払いは後で](/docs/docs-ja/penetorshontesuto/pentest-pricing.md#run-now-pay-later).

## レポートタイプ

をクリックすると **「レポートをダウンロード」**、Aikido では次を求められます **レポートタイプを選択**。各タイプは同じアセスメントデータを使用しますが、詳細度、表現の仕方、対象読者が異なります。

| レポートタイプ             | 最適な用途                 | 含まれる内容                                       |
| ------------------- | --------------------- | -------------------------------------------- |
| **簡易監査レポート** *（標準）* | 外部関係者、顧客、調達チーム        | 機密性の高いスタックの詳細や悪用可能な具体情報を含めずに、セキュリティ体制を証明します。 |
| **詳細監査レポート**        | セキュリティ監査担当者および技術レビュアー | すべての指摘事項、技術的証拠、および是正ログ。                      |
| **経営層向け概要レポート**     | 役員および経営陣              | 主要な指摘事項、対応状況、全体的なセキュリティ体制の簡潔な要約。             |
| **是正後レポート**         | 是正後の残存リスクを確認する関係者     | 現在のセキュリティ体制と残存リスク。                           |
| **実施証明書**           | デューデリジェンスおよび RFP      | 侵入テストが実施されたことを、個別の指摘事項なしで確認します。              |

{% hint style="info" %}
その **簡易監査レポート** 受信者がテストの証拠を必要としているが、完全なエクスプロイトの詳細までは不要な場合の標準的な選択肢です。次を使用してください **詳細監査レポート** レビュアーが完全な技術記録を必要とする場合にのみ使用してください。
{% endhint %}

## レポートのダウンロード方法

{% stepper %}
{% step %}

### 完了したアセスメントを開く

検証が完了した後にアセスメントを開きます。
{% endstep %}

{% step %}

### レポートタイプを選択する

クリック **「レポートをダウンロード」**。ダイアログで **レポートタイプを選択** 、対象読者に合ったタイプを選択し、次にクリックします **「続行」**.
{% endstep %}

{% step %}

### ダウンロードして共有

Aikido は、選択した詳細度に基づいてダウンロード可能な PDF レポートを作成します。
{% endstep %}
{% endstepper %}

利用可能なレポートがあるすべてのペンテストの概要は、次の場所で確認できます [ペンテストレポートセクション](https://app.aikido.dev/reports/ai-pentest-reports).

{% hint style="info" %}
レポートの見た目を確認したいですか？ 次をダウンロードしてください [ペンテストのサンプルレポート](https://26076760.fs1.hubspotusercontent-eu1.net/hubfs/26076760/Aikido%20Pentest%20Sample%20Report.pdf).
{% endhint %}


---

# 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/pentest-reports.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.
