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

# 評価範囲

## スコープとは

スコープは、ペンテストでテストが許可されるアプリケーションまたはインフラストラクチャの正確な部分を定義します。

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

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

{% hint style="danger" %}
ペンテストは潜在的に破壊的なセキュリティ操作を行うため、実際の顧客データを含まない非本番環境でのみ実行すべきです。
{% 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/penetorshontesuto/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.
