A rigorous pipeline transforming fragmented audit reports into a standardized, machine-readable dataset.
curl -X GET "https://api.scvd.dev/findings?severity=High&limit=5" \
-H "Accept: application/json"
SOURCE: MIT
DATASET: CC0 (PUBLIC DOMAIN)
Recovering structure from unstructured sources (PDF/MD/JSON) via LLM-assisted heuristics.
Mapping findings to the SCVD v0.1 Schema, assigning severities and SWC taxonomy tags.
Ensuring structural integrity by strictly validating all records against the formal JSON Schema.
Identifying duplicates across reports using vector embeddings and repository context matching.
Public distribution via fast REST API and bulk JSONL/CSV downloads for offline analysis.
CONNECTING TO: API.SCVD.DEV
# System ready.
# Click 'Execute Request' to fetch live data...