Unpinned Dependencies
Low
- Category
- Supply Chain
- Content
"install": "bun install --production" }, "dependencies": { "jsdom": "^24.0.0", "@mozilla/readability": "^0.5.0" } }- Confidence
- 90% confidence
- Finding
- The dependency uses a caret range, which allows newer minor/patch versions to be installed over time. This creates a supply-chain risk because builds are not fully reproducible and a malicious or compromised upstream release could be pulled in without review.
