> 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/configure-a-pentest/scope-of-assessment.md).

# 評価範囲

## スコープとは

スコープとは、ペンテストでテストを許可されるアプリケーションやインフラの正確な範囲を定義します。

スコープを明確に定義することは、ペンテストを実行する前の最も重要なステップの一つです。

* **安全性**：スキャンの準備ができていないシステムのテストを防ぎます
* **正確性**：エージェントを適切なドメイン、API、またはアプリに集中させます
* **コンプライアンス**：何がテストされ、何が除外されたかの証明を提供します
* **一貫性**：再テストが毎回同じ境界に従えるようにします

{% hint style="danger" %}
ペネトストは破壊的な可能性のあるセキュリティ操作を実行するため、実際の顧客データを含まない本番以外の環境でのみ実行すべきです。
{% endhint %}

スコープに記載されたターゲットのみがスキャンされます。含まれていないものはすべて無視され、テストされません。

## スコープに含める内容

スコープには以下のいずれか一つ以上を含めることができます：

* app.example.com のような主要ドメイン
* staging.example.com や api.example.com のようなサブドメインや環境
* 同じアプリケーションに属する連携システム

各ターゲットは、あなたの組織が所有または管理している必要があります。

### ドメイン所有権の確認

ドメインをテストする前に、所有権の確認が必要です。この手順により、Aikido があなたの管理下にあるシステムのみをテストすることが保証されます。

スコープに含まれるすべてのドメインについて確認を完了する必要があります。


---

# 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/configure-a-pentest/scope-of-assessment.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.
