avidtools
Developer tools for AVID
What it is and what it does
avidtools is a developer library for working with AVID (AI Vulnerability Database) reports. It provides two main components: Pydantic-based data models that define the structure of an AVID report with supporting enums and fields, and connectors that fetch vulnerability data from external sources like MITRE ATLAS and reshape it into AVID-compliant report format.
The package is built on standard web and data-handling libraries (beautifulsoup4, lxml, requests, pydantic) plus OpenAI integration, suggesting support for both structured data parsing and AI-assisted analysis. It targets developers working on AI security tooling, vulnerability research, or compliance frameworks that need to standardize how AI vulnerabilities are documented and exchanged.
Use it for:
- Standardize AI vulnerability reports across teams by using AVID data models as a common schema.
- Ingest vulnerability data from MITRE ATLAS and other sources, then export as AVID-compliant reports.
- Build security dashboards or compliance tools that need to consume and validate AVID-formatted vulnerability data.
- Integrate AI vulnerability tracking into existing security workflows via the library's connectors.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
avidtools provides Pydantic data models and connectors for structuring AI vulnerability reports in the AVID format, with built-in support for pulling data from sources like MITRE ATLAS.
Yes, if you are working on AI security tooling or need to standardize vulnerability reporting in AVID format. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. The Python 3.12+ requirement is a minor constraint. Install it if AVID compliance or MITRE ATLAS integration is part of your workflow; skip it if you don't need structured AI vulnerability reporting.
Install
avidtools on PyPI
pip
pip install avidtoolsuv
uv add avidtoolspoetry
poetry add avidtoolsInstalling avidtools
Before you install
Low install friction with a pure-Python wheel and active maintenance; last commit 2026-05-12 and status marked active. Requires Python 3.12+, which is current but narrows compatibility.
License in practice
Apache-2.0 permissive license allows free use, modification, and distribution in most contexts without significant legal friction.
Quickstart
pip install avidtools
from avidtools import AVIDReport # or relevant data model
report = AVIDReport(...) # populate with vulnerability data
Requires Python 3.12 or later; no other system dependencies noted.
Verify before relying
- Whether the OpenAI integration is optional or required for core functionality.
- Specific connector implementations available beyond MITRE ATLAS.
- Whether the package is suitable for production use or remains primarily experimental.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — beautifulsoup4, lxml, openai, pydantic, requests, typing-extensions, urllib3 |
| Maintenance | actively maintained — 148 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 108,664/month — #12,545 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: avidtools-0.3.2-py3-none-any.whl
Keywords: ai, vulnerability, security, machine-learning, avid
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
airbyte-connector-modelsProvides automatically generated Pydantic…
permissive · top 15,000 on PyPI
connector-sdk-typesProvides auto-generated Pydantic type…
permissive · top 15,000 on PyPI
pydantic-xmlPydantic-xml adds XML serialization and…
permissive · top 5,000 on PyPI
autodoc_pydanticSphinx extension that automatically generates…
permissive · top 15,000 on PyPI
fivetran-connector-sdkBuild and deploy custom Python data connectors…
permissive · top 15,000 on PyPI
pydantic-ai-harnessPydantic AI Harness provides pre-built…
permissive · top 5,000 on PyPI
acryl-datahubDataHub's ingestion framework and CLI for…
permissive · top 5,000 on PyPI
airbytePyAirbyte lets you run Airbyte data connectors…
unclear · top 5,000 on PyPI
openinference-instrumentation-pydantic-aiAuto-instruments PydanticAI agents to emit…
permissive · top 15,000 on PyPI
airbyte-cdkA framework for building Airbyte connectors…
permissive · top 5,000 on PyPI