> 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/ai-and-dev-tools/agi-readiness.md).

# AGI Readiness

Stay ahead of AI-driven software risk with automated fixes, AI-powered audits, and live exposure visibility.

The AI era ships more code. It pulls in more dependencies. It expands the surface attackers can reach. That means more vulnerabilities can pile up, faster.

AGI Readiness helps you stay ahead of that curve. Automatically fix vulnerabilities before they accumulate. Audit your code and APIs with AI-powered security testing. Review pull requests with Deep Review so complex issues don't land in main.

<figure><img src="https://3149773201-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>

### What AGI Readiness includes

#### Set up automated PR creation

Use AutoFix to create reviewable pull requests automatically. That keeps remediation moving without adding manual busywork.

Start with [Automatic Creation of Pull Requests](/autofix-and-remediation/automation-and-merging/automatic-creation-of-pull-requests.md).

#### Run AI-powered code and API audits

Use AI Code Analysis for pentest-grade reasoning on source code. Use Pentest to validate exploitability against live apps and APIs.

Start with [AI Code Analysis](/ai-code-analysis/ai-code-analysis.md) and [Pentest Overview](/pentests/aikido-pentest.md).

#### Activate Deep Review on pull requests

Use Deep Review to review each pull request with context beyond the diff. It covers both security and quality, and posts feedback on the PR.

Start with [How Deep Review Works](/deep-review/how-deep-review-works.md) and [Configure Deep Review](/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/ai-and-dev-tools/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.
