{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/security/cve","method":"POST","price":"$0.020","description":"Checks package names and versions against the free open-source vulnerability database OSV.dev.","example_input":{"package":"lodash","version":"4.17.15","ecosystem":"npm"},"example_output":{"supported":true,"result":{"vulnerable":true,"cves":["GHSA-48tx-fdd9-839e"]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["package","version"],"properties":{"package":{"type":"string","description":"Package name (e.g. lodash)"},"version":{"type":"string","description":"Package version number (e.g. 4.17.15)"},"ecosystem":{"type":"string","description":"Ecosystem name (npm, PyPI, Go, Crates)","default":"npm"}}},"response_schema":{"type":"object"}}