Check a dependency manifest
check_manifestCheck a manifest file's dependencies for existence, deprecation, known vulnerabilities, and license issues before installation. Get a verdict for every dependency and a prioritized list of problems.
Instructions
Checks every dependency in a manifest file's text (package.json, requirements*.txt, pyproject.toml, Cargo.toml, go.mod, Gemfile, *.csproj, pom.xml). Pinned versions are checked exactly; ranges at the version an install would pick today. Problems are listed first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The file's full text | |
| filename | Yes | File name, e.g. package.json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| counts | Yes | ||
| results | Yes | ||
| skipped | No | ||
| ecosystem | Yes | ||
| truncated | No |