find_safe_version
Find the newest version of npm or PyPI packages with zero known vulnerabilities. Checks CVE databases to recommend secure alternatives and prevent installing compromised dependencies.
Instructions
Find the newest version of a package with zero known vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| ecosystem | No | Package ecosystem. Defaults to npm. |