pc-style / supply-chain-guard
PublicLocal supply-chain install gate for npm packages and VS Code extensions with Socket, Codex, and PI review support.
Supply Chain Guard is a security tool that adds a review step before installing npm packages or VS Code extensions. It downloads the package first, examines its contents for suspicious behavior like hidden scripts that could steal credentials or run malicious code, and shows you a clear report before anything touches your project. You can optionally have an AI helper double-check the package. The tool integrates into your terminal so it automatically protects you whenever you try to install something, blocking risky packages and letting safe ones through.
How It Works
A colleague mentions a useful npm package that could help with your project, but you've heard stories about malicious code hiding in packages.
You run a simple installation script that sets up the guard on your computer, ready to watch over your package installations.
Once installed, the guard quietly watches over your terminal. Every time you try to install something, it steps in first.
You run your normal command to add a package to your project, but the guard intercepts it before anything is downloaded.
The tool downloads the package, peeks inside its files, checks what scripts it wants to run, and looks for anything suspicious like hidden network calls or attempts to access your credentials.
If the package passes the review, you get a clear green signal and can proceed with confidence.
If something looks dangerous, the guard blocks the install and explains exactly what concerned it.
You can add packages with confidence, knowing you've checked them first. Every review is saved for later reference.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.