> For the complete documentation index, see [llms.txt](https://docs.avidml.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avidml.org/database/framework/base-classes.md).

# Base Classes

### Report

Reports are occurrences of a GPAI failure mode. Based on the references provided in a specific report, reports can potentially more granular and reproducible than vulnerabilities. We classify reports in four types, in increasing degree of quantitative evidence:

1. **Issue**: qualitative evaluation based on a single sample or handful of samples,
2. **Advisory**: qualitative evaluation based on multiple Incidents,
3. **Measurement**: quantitative evaluation with associated data and metric,
4. **Detection**: A Measurement deemed critical by a threshold or statistical test.

These types are reminiscent of the [three levels of AI Auditing](https://informationashvins.wordpress.com/2022/11/29/three-levels-of-ai-auditing/), and accommodate diverse AI evaluation scenarios from the user perspective.

### Vulnerability

Vulnerabilities are linked to the taxonomy through multiple tags, denoting the AI risk domains (Security, Ethics, Performance) this vulnerability pertains to, (sub)categories under that domain, as well as AI lifecycle stages. A vulnerability in AVID can pertain to one or more of the three levels: **Dataset**, **Model**, or **System**.

{% hint style="info" %}
The field-level schema for vulnerabilities is stable, but the broader definition of an "AI vulnerability" remains an active area of standardization. AVID therefore uses a working definition and is currently prioritizing new report publication while vulnerability publication is temporarily paused in the latest release cycle.
{% endhint %}


---

# 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.avidml.org/database/framework/base-classes.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.
