npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

server-hardening-checklist

v1.0.0

Published

Interactive Linux server security hardening checklist in your terminal. 50+ security checks for SSH, firewall, users, updates, and more.

Downloads

93

Readme

🛡️ Server Hardening Checklist

npm License: MIT

Interactive Linux server security hardening checklist in your terminal. Walk through 50+ security checks across 9 categories and get a security grade for your server.

Quick Start

npx server-hardening-checklist

Features

  • 🛡️ 50+ security checks across 9 categories
  • 🔑 SSH Hardening — root login, key auth, port, timeouts
  • 🛡️ Firewall — iptables/ufw, default deny, SYN flood protection
  • 👤 User Management — passwords, sudo, umask, PAM
  • 📦 System Updates — auto-updates, kernel, package cleanup
  • 📂 File System — permissions, SUID/SGID, /tmp hardening
  • 🌐 Network — IP forwarding, ICMP, source routing
  • 📊 Logging & Auditing — auditd, fail2ban, log rotation
  • ⚙️ Services — disable unnecessary, check listeners
  • 🕸️ Web Server — headers, TLS, directory listing, rate limiting
  • 🏆 Security grade (A-F) based on your responses
  • ⚠️ Critical item tracking — never miss important fixes
  • 🔧 Check commands — exact commands to verify each item
  • 🚀 Zero dependencies

Audit Modes

| Mode | Description | |------|-------------| | Full Audit | All 50+ items across all sections | | Critical Only | Only critical/must-do items | | By Section | Focus on one category at a time | | View Commands | See all check commands (no interaction) |

Priority Levels

  • 🔴 CRITICAL — Must fix immediately, major security risk
  • 🟡 RECOMMENDED — Should implement, significant improvement
  • OPTIONAL — Nice to have, depends on use case

Who Is This For?

  • 🖥️ System administrators hardening production servers
  • 🔍 Security auditors performing baseline checks
  • 🎓 Students learning server security best practices
  • 💼 DevOps engineers setting up new servers

More Tools

  • 🐧 npx dargslan-linux-quiz — Linux Quiz
  • ⚙️ npx dargslan-sysadmin-quiz — SysAdmin Quiz
  • 🐳 npx dargslan-devops-quiz — DevOps Quiz
  • 🔒 npx dargslan-security-quiz — Security Quiz
  • 📖 npx linux-cheatsheet-cli — Command Reference

Learn More

License

MIT — dargslan.com