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

# ペンテストを設定する

アセスメントを設定し、エージェントの動作を追跡し、継続的にテストを続けます。

このセクションでは、セットアップ、スコープ、コードのコンテキスト、可視性、安全性、継続的な再テストを扱います。

<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>ペンテストのセットアップ方法</strong></td><td>ステップごとのアセスメントウィザード。</td><td><a href="/pages/730241c329f12791987fe30437752972b9a97424">/pages/730241c329f12791987fe30437752972b9a97424</a></td></tr><tr><td><strong>ペンテストの料金</strong></td><td>料金オプション、固定プラン、クレジット費用。</td><td><a href="/pages/b6efa08d2c93478e8e9db96db04e702e7168264a">/pages/b6efa08d2c93478e8e9db96db04e702e7168264a</a></td></tr><tr><td><strong>Androidアプリのペンテスト</strong></td><td>ネイティブまたはハイブリッドのAndroidアプリ向けにペンテストを設定し、実行します。</td><td><a href="/pages/ddf39e1007473419fe968b97f2693726f892ef42">/pages/ddf39e1007473419fe968b97f2693726f892ef42</a></td></tr><tr><td><strong>ペンテストの指摘を再テストする</strong></td><td>修正済みの指摘が解消されていることを確認します。</td><td><a href="/pages/e278f4da6b0d7d6bb485a858fa1b9800f065817a">/pages/e278f4da6b0d7d6bb485a858fa1b9800f065817a</a></td></tr><tr><td><strong>アセスメントのスコープ</strong></td><td>スコープ内の対象を定義し、所有権を確認します。</td><td><a href="/pages/389077f995c94771edb933d894b9d862b3061ae1">/pages/389077f995c94771edb933d894b9d862b3061ae1</a></td></tr><tr><td><strong>MCPサーバーのテスト</strong></td><td>リモートMCPエンドポイントのスコープ設定、認証、ペンテストを行います。</td><td><a href="/pages/10fa3424f46cb0341c02759a1cf3df2a56f2b79a">/pages/10fa3424f46cb0341c02759a1cf3df2a56f2b79a</a></td></tr><tr><td><strong>コードとドキュメントの活用</strong></td><td>リポジトリ、仕様書、コンテキストを活用してカバレッジを向上させます。</td><td><a href="/pages/eefade7fafa3b3ad4f2c3d85e6605c084e04531a">/pages/eefade7fafa3b3ad4f2c3d85e6605c084e04531a</a></td></tr><tr><td><strong>テストユーザーの設定</strong></td><td>テストユーザーを設定し、アプリケーションへのアクセスを提供します。</td><td><a href="/pages/f0fb7500201361b42cb91b68fed6e3c09cbd9943">/pages/f0fb7500201361b42cb91b68fed6e3c09cbd9943</a></td></tr><tr><td><strong>安全対策</strong></td><td>スコープ、負荷、キャンセルに関するガードレール。</td><td><a href="/pages/2f80407c2f8a06432628975e44a800a351fa56a5">/pages/2f80407c2f8a06432628975e44a800a351fa56a5</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/pentesuto/configure-a-pentest.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.
