# Probe Library

Akto offers the ability to add your own probes as YAML files, allowing you to execute personalized security probes alongside automated probes developed by Akto against your agent components and MCP endpoints. This streamlines the scanning process and increases efficiency in identifying agentic security vulnerabilities.

### What is Akto's Probe Library?

Akto's Probe Library is an extensive collection of security probes specifically designed for agentic systems. It enables AI Red Teaming of AI agents, LLM components, and MCP endpoints without writing code. This resource allows teams to quickly select from various probe scenarios targeting agent-specific vulnerabilities including prompt injections, tool abuse, and permission escalation.

### Why Probe Library is Essential?

The Probe Library is essential for several reasons:

* **Time Efficiency**: Security engineers can select from pre-existing probe scenarios specifically designed for agentic threats, avoiding time-consuming custom probe creation
* **Focused Probing**: Target specific agent components, MCP endpoints, or tool integrations for comprehensive AI Red Teaming
* **Agentic-Specific Coverage**: Access probes designed for autonomous system vulnerabilities that traditional scanning misses
* **Enhanced Productivity**: Optimize security efforts with specialized probes for AI agent architectures

Today we have the following probe categories in our library, each one having multiple probes:

{% hint style="success" %}
Check out the t[Probe Categories](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-categories.md) present in our library.
{% endhint %}

{% hint style="info" %}
**Our methodology of building the probe library:** We are building the probe library keeping in mind the needs of our users. Our users care about covering OWASP Top 10 APIs and all the new critical vulnerabilities. Additionally, if we see our users creating custom probes that are also valuable for other members, we add those probes to our probe library and make them available to everyone.
{% endhint %}

For more information on how to contribute to the probe library, please refer to this documentation- [Contribute to Probe Library](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/how-to/contribute-to-test-library.md).


---

# Agent Instructions: 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://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-library.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.
