> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-delivery-shield-platform/ai-agents/code-remediation/ai-guardian.md).

# AI Guardian

AI Guardian is an innovative security tool designed to identify and resolve security vulnerabilities in your code using artificial intelligence. It seamlessly integrates with your GitHub repositories, thoroughly scans your source code and dependencies, and assists in vulnerability remediation by automatically generating pull requests. No prior security expertise is needed.

#### Who Should Use AI Guardian?

AI Guardian is useful for:

* **DevOps Teams** – To integrate automated security checks in CI/CD workflows.
* **Software Engineers** – To receive quick feedback on the code vulnerabilities.
* **Security Teams** – To monitor and remediate risks across the repositories.
* **Product Owners** – To optimize security in delivery while maintaining the development speed.
* **Platform Architects** – To Incorporate security into platform workflows.&#x20;

Before proceeding, it is important to understand the following key terms:

| Term               | Description                                                                                         |
| ------------------ | --------------------------------------------------------------------------------------------------- |
| Hub                | A central workspace where you group related GitHub projects to manage scanning and remediation.     |
| GitHub Integration | A secure connection between AI Guardian and your GitHub account that allows access to repositories. |
| Project            | A specific GitHub repository and branch that you want to scan.                                      |
| SAST               | A scan that checks source code for security issues without running the code.                        |
| SCA                | A scan that checks third-party libraries and dependencies for known vulnerabilities.                |
| AI Remediation     | AI-generated fix for a security issue.                                                              |

<br>


---

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

```
GET https://docs.opsmx.com/opsmx-1/opsmx-delivery-shield-platform/ai-agents/code-remediation/ai-guardian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
