01Finds the most recent non-vulnerable version of a package (`most_recent_not_vulnerable`)
02Surfaces CVEs, CVSS scores, and safe version recommendations
03Provides real-time vulnerability data from PyPI and OSV
04Looks up package versions, availability, and associated vulnerabilities (`lookup`)
05Checks if a specific package version has known vulnerabilities (`is_vulnerable`)
061 GitHub stars