dep_check_unpinned
Find dependencies with unpinned version ranges (^, ~, *, >=) that may allow silent malicious updates. Scans a project's package.json to flag insecure version constraints.
Instructions
Detect dependencies with unpinned version ranges: caret (^), tilde (~), star (*), greater-than (>=). Unpinned versions allow silent malicious updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project directory containing package.json |