# Result types

Akto's AI Red Teaming provides comprehensive insights into the security posture of your AI agents and agentic systems. Results are categorized into different types, each offering specific information about the state of tested components.

## Vulnerable

A security vulnerability has been detected in the agent component. These issues require immediate attention and remediation. Severity levels (Critical, High, Medium, Low) help prioritize vulnerabilities.

## Need Configuration

Probes could not be performed due to missing configuration details. Akto provides options to add required configuration directly, enabling completion of these probes for thorough security assessment.

## Skipped

Probes were not executed, often because the agent component did not satisfy preconditions necessary for probing, such as authentication requirements. The exact reason for skipping is provided in the error message.

## No Vulnerability Found

The security probe completed successfully with no vulnerabilities detected for that particular check.

## Domain Unreachable

The probe couldn't connect to the agent component, possibly due to network issues, incorrect configuration, or the component being offline. This requires investigation into component availability and accessibility.


---

# 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/agentic-red-teaming/concepts/result-types.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.
