
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
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 (except serve))localhost. Other folks on your network won't be able to browse it via your internal IP.Also, if you don't specify a port it'll be deterministically generated based on your working directory. :tada:
$ 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 falseprocess.cwd(). (So different projects use different ports!)// Start server at http://localhost:9000 serving ./
$ statikk --port 9000
// Start server at http://localhost:60384 (perhaps) serving ~/Sites/project
$ statikk ~/Sites/project
This project is a fork of...
statik on NPM) which hasn't been updated for 4 years.The original project doesn't correctly 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
The npm package statikk receives a total of 90 weekly downloads. As such, statikk popularity was classified as not popular.
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.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.