# VibeSec Usage Reports

The VibeSec Usage Report provides metrics on how developers use VibeSec and how risks are prevented across your organization.

The dashboard presents visual insights and tables that summarize developer engagement, and risk prevention statistics.

<figure><img src="/files/7h0JqTtpNMDveZYJEbng" alt="" width="563"><figcaption></figcaption></figure>

## Key metrics

| Metric              | Description                                                                                                                                                                               |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Active Users**    | Number of developers who actively used VibeSec within the selected time range. A user is considered active when their AI agent communicates with the OX backend while VibeSec is enabled. |
| **Prompts Secured** | Number of prompts in which VibeSec provided security guidance during code generation.                                                                                                     |
| **Risks Prevented** | Number of security risks prevented by VibeSec within the selected time range.                                                                                                             |
| **Secured Apps**    | Number of applications in which VibeSec actively prevented risks.                                                                                                                         |

## Active Users

This graph shows the number of active VibeSec users over time.

The data is aggregated weekly.

## Risks Prevented

This graph shows the number of risks prevented over time.

## Prompts Secured by Tool

This graph shows the number of secured prompts grouped by development tool.

## User Statistics

Recent VibeSec activity per user.

| Column              | Description                          |
| ------------------- | ------------------------------------ |
| **Last used**       | Most recent interaction with VibeSec |
| **User**            | Developer’s email or ID              |
| **Prompts secured** | Number of secured prompts            |
| **Risks prevented** | Number of risks prevented            |
| **Tools**           | Development tool used                |

## Top 10 Risks Prevented by Vulnerability

This graph shows the most common vulnerability types prevented by VibeSec.


---

# 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://docs.ox.security/generate-reports/built-in-reports/vibesec-usage-reports.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.
