The advisory API lets you discover security advisories for volumes hosted on a bibliotheca. You can list all advisories that affect a given volume or fetch a single advisory by its local ID. Advisory records follow a structured schema compatible with OSV-style range/event semantics. No authentication is required for read operations. Advisory write operations — create, update, withdrawal — are bibliotheca-local and not standardized in v0.1.Documentation Index
Fetch the complete documentation index at: https://agentvolumes.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
List advisories for a volume
Volume name (scopeless or
@scope/name). Returns all advisories that affect the specified volume.Fetch a single advisory
The bibliotheca-local advisory ID.
Advisory response fields
Advisory identifier object.
Source ecosystem information.
One of
critical, high, medium, or low.ISO 8601 timestamp when this advisory was first published.
ISO 8601 timestamp of the most recent update to this advisory.
Present when the advisory has been withdrawn.
Affected volume and version range information.
Advisory relationships for tracking supersession, related advisories, or duplicates.
Short human-readable summary of the advisory.
Full human-readable details about the vulnerability.
Example advisory
List response envelope
The list endpoint returns a collection envelope:Affected version semantics
Affected version ranges use OSV-style event sequences. Read the events in order to determine which versions are affected:introduced: "0"means affected from the beginning of version historyfixed: "1.4.0"means versions>= 0and< 1.4.0are affectedlastAffected: "1.3.9"means versions up to and including1.3.9are affected
Advisory targeting in v0.1 is volume-level only. Component-level impact metadata in
componentImpact is informational and does not narrow or change the normative volume-level
advisory target.