Hey everyone, I shared this earlier as a CLI to analyse npm packages before installing. Since then, I’ve added something I think is even more useful: 👉 You can now scan GitHub repos before cloning or running them npx guard-install --repo https://github.com/user/repo Enter fullscreen mode Exit fullscreen mode Why this matters There’s a growing pattern (especially in crypto interviews / side projects): “Clone this repo and run it locally” Some of these repos: access environment variables interact with wallets / keys make outbound network calls You don’t always notice what’s happening before you run the code.…