> 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).

# アセスメントの対象範囲

## スコープとは

スコープとは、ペンテストでテストしてよいアプリケーションまたはインフラの正確な範囲を定義するものです。

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

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

{% hint style="warning" %}
実際の顧客データを含まないテスト環境で評価を実行してください。 [なぜテスト環境を使うのですか？](/docs/docs-ja/pentesuto/prepare-a-pentest/why-use-a-testing-environment.md)
{% endhint %}

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

## スコープに含めるもの

スコープには、以下の1つ以上を含めることができます。

* 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.
