post_freshdep_scan
Flags pinned dependencies in a repository's requirements.txt, package-lock.json, or uv.lock published more recently than a freshness threshold -- a supply-chain-compromise tripwire. Free CLI (requirements.txt/package-lock.json only, uv.lock support pending there): github.com/sbakhour/freshdep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Optional branch/tag to check out instead of the default branch. | |
| repo_url | Yes | Full https://github.com/<owner>/<repo> URL to scan. | |
| threshold_days | No | Flag anything published more recently than this many days ago. Defaults to 7. |