Show HN: Simple sandboxed way to install and run Node.js scripts using Docker

3 hours ago 1

Motivated by recent supply-chain attacks in the npm ecosystem, I built a lightweight bash tool to run nodejs scripts safely inside docker.

It keeps node_modules in a persistent docker volume and blocks network access by default, so you can install and test packages without polluting your system.

Repo: https://github.com/freakynit/simple-npm-sandbox

Read Entire Article