Dependency Update Checker
PassAudited by ClawScan on Mar 2, 2026.
Overview
The skill's code and instructions match its stated purpose (a CLI checker that runs npm/pip/poetry commands against files in the current directory); nothing requested or installed is disproportionate, but the provided main.py was truncated in the listing so review the full file before trusting it.
This skill appears to do what it says: it looks for package files in the directory you point it at and runs npm/pip/poetry commands to report outdated packages. Before installing or running it: 1) review the full scripts/main.py (the provided listing was truncated here) to confirm there is no hidden network or telemetry code, 2) run the tool in a non-sensitive sandbox or test repository first (it will run package-manager commands that can contact registries), 3) only run it in directories you trust (it runs commands in the current working directory), and 4) be aware it uses the system's package managers (so ensure those binaries are trusted and up-to-date). If you can provide the complete scripts/main.py, I can raise confidence further.
