> 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="/docs/docs-ja/pentesuto/configure-a-pentest/starting-an-assessment.md">ペンテストの設定方法</a></td></tr><tr><td><strong>ペネトストの料金</strong></td><td>料金オプション、固定ティア、クレジット費用。</td><td><a href="/docs/docs-ja/pentesuto/pentest-pricing.md">ペンテスト料金</a></td></tr><tr><td><strong>Androidアプリのペネトスト</strong></td><td>ネイティブまたはハイブリッドのAndroidアプリ向けにペネトストを設定し、実行します。</td><td><a href="/docs/docs-ja/pentesuto/configure-a-pentest/android-pentesting.md">Androidアプリのペンテスト</a></td></tr><tr><td><strong>ペネトストの指摘を再テスト</strong></td><td>修正済みの指摘が解決されていることを確認します。</td><td><a href="/docs/docs-ja/pentesuto/coverage-and-findings/retest-pentest-findings.md">検出事項の再テスト</a></td></tr><tr><td><strong>評価範囲</strong></td><td>スコープ内の対象を定義し、所有権を確認します。</td><td><a href="/docs/docs-ja/pentesuto/configure-a-pentest/scope-of-assessment.md">アセスメントの対象範囲</a></td></tr><tr><td><strong>MCPサーバーのテスト</strong></td><td>リモートMCPエンドポイントのスコープ設定、認証、ペネトストを行います。</td><td><a href="/docs/docs-ja/pentesuto/configure-a-pentest/testing-mcp-servers.md">MCPサーバーのテスト</a></td></tr><tr><td><strong>AI機能のテスト</strong></td><td>AIエージェントとLLM機能に絞ったペネトストを設定します。</td><td><a href="/docs/docs-ja/pentesuto/configure-a-pentest/testing-ai-capabilities.md">AI機能のテスト</a></td></tr><tr><td><strong>コードとドキュメントの活用</strong></td><td>リポジトリ、仕様書、文脈を活用してカバレッジを向上させます。</td><td><a href="/docs/docs-ja/pentesuto/configure-a-pentest/leveraging-code-and-documentation.md">コードとドキュメントの活用</a></td></tr><tr><td><strong>テストユーザーの設定</strong></td><td>テストユーザーを設定し、アプリケーションへのアクセスを提供します。</td><td><a href="/docs/docs-ja/pentesuto/configure-a-pentest/setting-up-authenticated-testing.md">テストユーザーの設定</a></td></tr><tr><td><strong>安全対策</strong></td><td>スコープ、負荷、キャンセルに関するガードレール。</td><td><a href="/docs/docs-ja/pentesuto/configure-a-pentest/safety-measures.md">安全対策</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.
