list_covered_products
List products covered by Attestd for vulnerability checks. With an API key, returns live data; otherwise, a static infrastructure list.
Instructions
Returns Attestd-covered products for CVE checks. With an API key, returns live data from GET /v1/products (CVE infrastructure slugs plus monitored supply chain packages). Without a key, returns the static bundled infrastructure list. PyPI and npm packages also work with check_package_vulnerability even when absent from this list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of covered infrastructure products (static source only). | |
| total | No | Total covered CVE products plus supply chain packages (live source only). | |
| source | No | static when no API key is provided; live when fetched from GET /v1/products. | |
| products | No | Covered CVE infrastructure products (static source only). | |
| cveProducts | No | CVE infrastructure products from GET /v1/products (live source only). | |
| supplyChainPackages | No | Monitored PyPI and npm packages from GET /v1/products (live source only). |