> 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-totsru/agi-readiness.md).

# AGI対応準備

自動修正、AI搭載監査、リアルタイムの露出可視化で、AI主導のソフトウェアリスクの先を行きましょう。

AI時代は、より多くのコードを出荷します。より多くの依存関係を取り込みます。攻撃者が到達できる範囲を広げます。つまり、脆弱性はより速く、より多く蓄積される可能性があります。

AGI Readiness は、その流れに先んじるのを支援します。脆弱性が蓄積する前に自動で修正します。AI搭載のセキュリティテストでコードとAPIを監査します。Deep Review でプルリクエストをレビューし、複雑な問題が main に入らないようにします。

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2F2aXDOOVfVsNXSbUWJeOb%2Fimage.png?alt=media&amp;token=f344d042-0304-4e08-8107-620ce147fb3c" alt=""><figcaption></figcaption></figure>

### AGI Readiness に含まれるもの

#### PR 自動作成を設定する

AutoFix を使って、レビュー可能なプルリクエストを自動で作成します。これにより、手作業の雑務を増やさずに修正を進められます。

次から始める [プルリクエストの自動作成](/docs/docs-ja/autofix-to/automation-and-merging/automatic-creation-of-pull-requests.md).

#### AI搭載のコードおよびAPI監査を実行する

AI Code Analysis を使用して、ソースコードに対してペンテスト級の推論を行います。Pentest を使用して、実際のアプリやAPIに対する悪用可能性を検証します。

次から始める [AI Code Analysis](/docs/docs-ja/aikdo/ai-code-analysis.md) および [Pentest 概要](/docs/docs-ja/pentesuto/aikido-pentest.md).

#### プルリクエストで Deep Review を有効にする

Deep Review を使って、差分だけでなく文脈も含めて各プルリクエストをレビューします。セキュリティと品質の両方をカバーし、PR にフィードバックを投稿します。

次から始める [Deep Review の仕組み](/docs/docs-ja/deep-review/how-deep-review-works.md) および [Deep Review を設定する](/docs/docs-ja/deep-review/configure-deep-review.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-totsru/agi-readiness.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.
