# Introduction

The database is AVID's primary component. It houses full-fidelity information (metadata, harm metrics, measurements, benchmarks, and mitigation techniques when available) for concrete failure evidence in general-purpose AI (GPAI) systems. The aim is transparent and reproducible evaluation records that can be mapped to one or more taxonomy frameworks. It

* is expandable to account for novel and hitherto unknown vulnerabilities
* enables developers and evaluators to freely share structured evaluation records for community benefit
* is composed of submissions in a schematized format, then vetted and curated.

We are building the database to be both an extension of, and a bridge between, classic security-related vulnerabilities in the [National Vulnerability Database (NVD)](https://nvd.nist.gov/vuln), adversarial attack cases in [MITRE ATLAS](https://atlas.mitre.org/), and incidents in the [AI Incident Database (AIID)](https://incidentdatabase.ai/). By connecting these sources and including unintentional failure states across GPAI workflows, AVID supports a more operational view of AI risk.

Developers can assess risks in models, tools, and applications they plan to build on, and make better choices with less risk of harm. Communities have a way to contest harmful systems and contribute evidence. Regulators, policy makers, and adjudicating bodies benefit from a clearer picture of failure patterns and high-risk entities.

{% hint style="info" %}
Some older AVID records (before 2025) were created under a broader AI/ML scope and are now considered legacy relative to the current GPAI-focused scope.\
\
Because there is no settled definition of an AI vulnerability yet, AVID currently operates with a working definition. In the current release cycle, we are prioritizing report-level evidence and have not published new vulnerability records.
{% endhint %}


---

# 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.avidml.org/database/introduction.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.
