nowfound

Alternatives

Products that do what Safe-install – safer NPM installs with trusted build dependencies does

In light of the ongoing npm supply chain compromises, I built safe-install: https://www.npmjs.com/package/@gkiely/safe-install It brings a couple of protections I wanted from npm but are not built in. Similar to Bun’s trusted dependencies, it lets you disable install scripts by default and define a list of dependencies that are allowed to run build/install scripts: https://bun.com/docs/guides/install/trusted It also supports blocking exotic sub-dependencies, similar to pnpm’s `blockExoticSubdeps` setting:…

  1. 1SN

    This past quarter has been awash with sophisticated npm supply chain attacks like [Shai-Hulud](https://www.cisa.gov/news-events/alerts/2025/09/23/widesprea...() and the [Chalk/debug Compromise](https://www.wiz.io/blog/widespread-npm-supply-chain-attack-b...). This CLI helps protect users from recently compromised packages by only downloading packages that have been public for a while (default is 90 days or older). Install: npm install -g @dendronhq/safe-npm Usage: safe-npm install react@^18 lodash How it works: - Queries…

    Nov 2025 · github.com

  2. 2TT

    Hi everyone, given the recent increase of attacks on the NPM supply chain, I've put together a list of tips and tricks to help developers stay secure on this specific topic: https://github.com/bodadotsh/npm-security-best-practices I'd love for you to check it out, and contribute your own insights and best practices to make this a comprehensive resource for the community. Cheers!

    Sep 2025 · github.com

  3. 3

    Configure once, prevent the next compromised package install

    May 2026 · depsguard.com

  4. 4

    Block bad npm and pip packages. Before they download.

    May 2026 · veln.sh

  5. 5DO

    I kept seeing every npm/pnpm/yarn/bun/uv supply chain post end with the same advice (set a minimum release age, turn off install scripts), and while I know cooldowns are "controversial", they do work. But even if you convince people that they should set cooldowns, it seems many don't end up following through, not sure why, maybe because it means hand-editing five config files in five formats with five different time units, or perhaps the "it won't happen to me" syndrome (or "I'll do it later, it seems complicated" where it's actually very simple). So I created a tool that…

    Jun 2026 · github.com

  6. 6
    Socket211

    Secure your JavaScript supply chain

    2022

  7. 7

    Check npm package risk before you install

    May 2026 · npmjs.com

  8. 8
    Refuse84

    Block vulnerable package installs for you and your AI

    Jun 2026 · refuse.dev

  9. 9
    Koidex387

    Know if a package, extension, or AI model is actually safe

    Feb 2026

  10. 10
    Bun303

    A fast JS runtime Node.js replacement with built‑in tools

    Dec 2025

  11. 11

    Supply chain protection that blocks malware at install

    Jun 2026 · westbayberry.com

  12. 12IB
  13. 13

    Fix vulnerabilities in Node & npm dependencies with a click.

    2016

  14. 14
    Bumply113

    Update your dependencies and undo anything

    13d ago · bumply.app

  15. 15
    Kavyr1

    js secruity manager

    Jul 2026 · kavyr.dev

  16. 16
    hop.js129

    A fast, free, privacy-first CDN for open-source projects

    Oct 2025

  17. 17
    NDesk97

    Install and run Javascript/Node.js projects in a GUI

    2020

  18. 18
    EasyNPM108

    Search & install command with one-click for npm packages

    2023

  19. 19

    Secure your JavaScript supply chain – block malware packages

    2022

  20. 20AU

    A lot of vendors and open-source projects shared guidance on protecting users from downloading malicious NPM packages after the Shai-Hulud campaign — but almost nothing focused on protecting maintainers from accidentally (or maliciously) publishing them. So we built a small tool that continuously monitors your NPM packages and automatically unpublishes any version not produced by your CI workflow.

    Nov 2025 · github.com

  21. 21AI
  22. 22

    Your dependencies are your biggest attack surface.

    Apr 2026

  23. 23SZ

    We're launching SecureBuild: https://securebuild.com — a new way for open source projects and maintainers to earn revenue by partnering with and endorsing our Zero-CVE container images of their project. We’ve spent the last decade at Replicated (https://news.ycombinator.com/item?id=9841243) helping commercial and open source software vendors securely distribute their apps to enterprise environments. During that time, we saw firsthand how hard it is for maintainers to fund their work, and how increasingly demanding enterprises have become when it comes to demonstrable…

    2025 · securebuild.com

  24. 24PS

    Pipask is a drop-in replacement for pip that addresses a serious security flaw: standard pip executes arbitrary code from source distributions during dependency resolution, without warning or consent. Pipask retrieves metadata through PyPI's JSON API first, then checks repository popularity, download counts, package age, and known vulnerabilities before allowing installation. It presents you with a pretty report and asks for you consent with installation, giving you control over what code runs on your system. More details in the intro blog post:…

    2025 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →