
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
A simple and secure server for static files.
There are two smart security defaults set:
.git files are not exposed. (Whereas ALL other simple http servers do expose this security concern)localhost. Other folks on your network won't be able to browse it via your internal IP.$ yarn global add statikk
$ cd ~/Sites/fidgetspin.xyz
$ statikk
Then head to http://localhost:8080/ to see the
contents of ./ served over HTTP.
localhost. Defaults to false// Start server at http://localhost:9000 serving ./
$ statikk --port 9000
// Start server at http://localhost:8080 serving ~/Sites/project
$ statikk --port 8080 ~/Sites/project
This project is a fork of...
statik on NPM) which hasn't been updated for 4 years.The original project doesn't correct exclude all hidden files, which is why I've forked and republished. ~paul irish. june 2017.
FAQs
Simple, secure static file server – serve any directory over HTTP
We found that statikk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.