Monitor packages, libraries, and protocols for known CVEs and exploits. Get risk assessments, affected version ranges, and remediation guidance in real-time.
# Get your free API key first curl -X POST https://api.aaido.dev/signup \ -H "Content-Type: application/json" \ -d '{"email": "you@example.com"}' # Make your first API call curl -X POST https://api.aaido.dev/v1/products/vulntracker/monitor \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"target": "lodash", "version": "4.17.20", "ecosystem": "npm"}'
{"package": "lodash", "version": "4.17.20", "vulnerabilities": [{"cve": "CVE-2021-23337", "severity": "HIGH", "cvss": 7.2, "title": "Command Injection in lodash", "fixed_in": "4.17.21", "description": "Prototype pollution in zipObjectDeep"}], "risk_score": 7.2, "recommendation": "Upgrade to 4.17.21+"}