> 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/ai-kdo/ai-code-audit-overview/create-an-ai-code-audit.md).

# セキュリティ監査を作成

作成フローは2ステップです。分析したいリポジトリを選び、クレジット費用を確認して開始します。

## 前提条件

始める前に、以下を確認してください：

* **Manage Pentests と AI Code Analysis の権限があります** [権限](/docs/docs-ja/hajimeni/automated-user-management/setting-roles-and-permissions.md)。これがないと、分析を作成したり既存のものを開いたりできません。
* **少なくとも1つのリポジトリが接続されています。** [自己スキャン済みリポジトリ](/docs/docs-ja/kdosukyan/local-code-scanning.md) は対象外です — ピッカーから除外されています。選択できるのは最大 **6** 各分析につき最大のリポジトリ数です。
* **ウォレットに十分なクレジットがあること** 見積もられた費用をまかなうためです。必要なら作成フロー内でチャージできます。詳細は [Wallet & Credits](/docs/docs-ja/miscellaneous-info/wallet-and-credits.md) 購入の詳細を参照してください。

## 分析をセットアップ

ウィザードを起動するには、 **AI** **コード分析** をメインナビゲーションで選択し、次に **監査を作成** をページヘッダーでクリックします。

{% stepper %}
{% step %}
**リポジトリを接続**

1. を開き、 **リポジトリ** ピッカーで、接続済みのリポジトリを最大6つ選択します。
2. クリック **続行** 価格設定へ進むには

**続行** 少なくとも1つのリポジトリが選択されるまで無効のままです。クリックすると **キャンセル** このステップでリポジトリ一覧へ移動します。続行前にまだリポジトリを接続する必要がある場合に便利です。
{% endstep %}

{% step %}
**料金**

Aikido は選択内容のクレジット費用を計算します。見積もりができると、価格は **フル AI コード分析**に表示され、残高はフッターに表示されます。クレジットが不足している場合は、 **クレジットを追加** チャージしてください。

クリック **監査を開始** 起動するには
{% endstep %}
{% endstepper %}

後 **監査を開始**、Aikido は評価の詳細ページへ移動します。そこで進捗を追跡し、結果が出るたびに所見を確認できます。詳細は [進捗と検出結果を追跡する](/docs/docs-ja/ai-kdo/ai-code-audit-overview/track-progress-and-findings.md).

## FAQ

### なぜリポジトリ上限は6つなのですか？

AI Code Analysis は、エージェントの注意を一貫したコードベース群に集中させます。6リポジトリを超えると、分析は焦点を失い、品質が低下しがちです。1回の分析で本当にもっと多く必要な場合は、サポートにお問い合わせください — のツールチップに **リポジトリ** フィールドのツールチップは同じ案内先にリンクしています。

## サポートが必要ですか？

を開き、 **Intercomチャット** クレジット見積もりがずれている場合や、ピッカーに期待するリポジトリが表示されない場合は、右下隅の


---

# 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/ai-kdo/ai-code-audit-overview/create-an-ai-code-audit.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.
