scan_dependencies
Scan project dependencies for security vulnerabilities by analyzing requirements.txt, pyproject.toml, and other dependency files to identify known CVEs in installed packages.
Instructions
Scan the project for dependency vulnerabilities. Analyzes requirements.txt, pyproject.toml, and other dependency files to find known security vulnerabilities (CVEs) in installed packages.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project directory to scan. Defaults to current working directory if not specified. |