Back to research findings
Public, read-only endpoint
Paper-reported research
Research Data API
Search the same reviewed, published research displayed in the catalog. Results are paginated, require no authentication, and do not imply independent verification.
GET https://www.promptfoo.dev/lm-security-db/api/cves/Query parameters
| Parameter | Behavior |
|---|---|
| q | Match every word against finding titles, paper titles, descriptions, models, and systems. |
| tags | Comma-separated research categories; every selected category must match. |
| models | JSON array for arbitrary model names, or comma-separated names only when individual names contain no commas; any selected model can match. |
| sort | published (default), updated, or title. |
| from / to | Inclusive publication-date range in YYYY-MM-DD format. |
| source | Research source identifier, such as arxiv. |
| evidence | Use detailed-evidence for findings with dedicated evidence. independently-verified is recognized but returns no findings because none have independent verification. |
| page | One-based result page; responses contain up to 10 findings. |
Try the API
Browse the latest published research
https://www.promptfoo.dev/lm-security-db/api/cves/Open JSON responseFind agent-memory research
https://www.promptfoo.dev/lm-security-db/api/cves/?q=agent+memory&tags=agentOpen JSON responseLimit results by publication date
https://www.promptfoo.dev/lm-security-db/api/cves/?from=2026-01-01&evidence=detailed-evidenceOpen JSON responseResponse structure
Responses include entries, duplicateTitleIds, totalEntries, currentPage, totalPages, the applied filters, and available model, category, and source facets. Each entry links to its primary research source; model names identify paper-evaluated systems, not confirmed vulnerable products.