> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/xygeni-products/ai-security/ai-security-detectors.md).

# AI Security Detectors

The AI Security detectors surface **OWASP LLM Top 10 (2025)** risks against the AI assets in a repository. Every finding carries:

| Facet                       | Meaning                                                                                                                                                                  |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **OWASP LLM Top 10 (2025)** | Primary taxonomy bucket (`OWASP-LLM:2025:LLM01` … `LLM10`) — the grouping axis used in reports and in the UI.                                                            |
| **OWASP ASI Top 10 (2026)** | Secondary agentic-taxonomy tag (`OWASP-ASI:2026:ASI01` … `ASI10`), for teams mapping findings to the OWASP Top 10 for Agentic Applications.                              |
| **OWASP AST Top 10 (2026)** | Behavior-layer tag (`OWASP-AST:2026:AST01` … `AST10`), present only on detections that touch the **skill surface** (skills, MCP tool bundles, coding-tool skills).       |
| **Red-team vectors**        | Operational attack-vector tags (Prompt Injection, Indirect Injection, Jailbreaks, RAG Poisoning, Multi-Modal Injection, Data Exfiltration, …) for filtering and hunting. |
| **AI asset kind**           | The inventory asset the detection applies to (`ai_prompt`, `ai_agent`, `ai_skill`, …), cross-linked to the AI inventory.                                                 |

The full detector catalog — with descriptions, severities, standards mappings, and remediation guidance — is published at [detectors.xygeni.io](https://detectors.xygeni.io/xydocs/aisecurity/detectors/index.html) and updated on every release.

{% hint style="info" %}
**Secrets in prompts** are detected by the [Secrets Scanner](/xygeni-products/secrets-security/secrets-scanner.md), which inspects prompt files alongside the rest of the source tree. Secret findings located inside an AI prompt artefact are enriched with the `LLM07` OWASP tag, so they also surface under the AI Security view — without duplicate findings.
{% endhint %}

Detectors can be enabled, disabled, or tuned per project — see [AI Security Scanner Configuration](/xygeni-products/ai-security/ai-security-scanner/ai-security-scanner-configuration.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://docs.xygeni.io/xygeni-products/ai-security/ai-security-detectors.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.
