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

# AI コード分析

- [AI コード分析](https://help.aikido.dev/docs/docs-ja/ai-kdo/ai-code-analysis.md): ソースコード内で複雑な脆弱性やデータ漏えいリスクを直接見つけます。
- [コードセキュリティ監査](https://help.aikido.dev/docs/docs-ja/ai-kdo/ai-code-audit-overview.md): 環境不要で、ペンテスト級の推論をソースコードに対して行います。
- [コードセキュリティ監査を作成する](https://help.aikido.dev/docs/docs-ja/ai-kdo/ai-code-audit-overview/create-an-ai-code-audit.md): リポジトリを接続し、必要クレジット数を確認して、AI コード分析を開始します。
- [進捗と検出結果を追跡する](https://help.aikido.dev/docs/docs-ja/ai-kdo/ai-code-audit-overview/track-progress-and-findings.md): AI コード分析の実行中の進行状況を追跡し、生成された検出結果を確認します。
- [コードセキュリティ監査で検出されるもの](https://help.aikido.dev/docs/docs-ja/ai-kdo/ai-code-audit-overview/what-ai-code-audit-finds.md): AI コード分析がソースコードでチェックする内容。
- [データ露出監査（DSPM）](https://help.aikido.dev/docs/docs-ja/ai-kdo/what-is-dspm.md): DSPM とは何か、そして Aikido のデータ露出監査がコードベースのアプローチをどのように取るか。
- [データ露出監査を実行する](https://help.aikido.dev/docs/docs-ja/ai-kdo/what-is-dspm/data-exposure-audit.md)
- [データ露出監査で見つかるもの](https://help.aikido.dev/docs/docs-ja/ai-kdo/what-is-dspm/what-data-exposure-audit-finds.md): データ露出監査がソースコード内で確認する項目。


---

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