Dependency Inventory
sdlc_dependency_inventoryExtract dependencies from package.json, requirements.txt, pyproject.toml, go.mod, and Cargo.toml in a target directory for offline inventory and audit.
Instructions
Best-effort offline dependency extraction from package.json, requirements.txt, pyproject.toml, go.mod, and Cargo.toml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Target directory. Filesystem roots are rejected; UNC/network paths require an explicit environment override. | |
| maxFiles | No | ||
| maxDependenciesPerManifest | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| totalDependencies | No |