analyze_dependencies
Analyze package manager manifest files to detect supply-chain risks, version pinning issues, typosquatting indicators, and dependency hygiene problems.
Instructions
Analyze a PACKAGE MANAGER manifest file (NOT infrastructure code) for supply-chain risks, version pinning issues, typosquatting indicators, and dependency hygiene. ONLY accepts: package.json, requirements.txt, Cargo.toml, go.mod, pom.xml, .csproj. Do NOT use this for Bicep, Terraform, ARM templates, CloudFormation, Dockerfiles, or any other infrastructure/deployment configuration — use evaluate_code or evaluate_code_single_judge for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | The full content of the manifest file | |
| manifestType | Yes | The type of manifest file |