timps_dependency_sentinel
Scan dependency manifests for CVEs and outdated packages, then get a severity-ranked report with upgrade commands.
Instructions
Scan a dependency manifest (requirements.txt, package.json, go.mod, Cargo.toml) for CVEs and severely outdated packages. Returns a severity-ranked report with upgrade commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | Full content of the manifest file | |
| manifest_type | No | 'requirements.txt'|'package.json'|'go.mod'|'auto' | auto |