Intercept risky package installs before they reach your project. Shim sits in front of your package manager, extracts dependency metadata, sends it to a background daemon, and returns a clear allow, warn, or block verdict before the real install continues.
Latest dependency activity across your workspace
The current codebase already behaves like an install-time control point. It intercepts mutating commands, talks to a local daemon over IPC, runs multiple scanners, and returns findings with remediation details.
Warn or block policy engine — built for real workflows, not audit theatre.
The repo already builds manager-specific shim binaries and a daemon. Place the shim earlier in your path, let it consult the daemon, then continue with the real tool if the verdict allows it.
The repo is already structured for more scanners, more package managers, and stronger policy logic, so the website can now speak about Shim as a real evolving system instead of a generic malware-checking concept.
Built to grow from install protection into a larger security layer.