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

@profullstack/threatcrush

v0.1.16

Published

All-in-one security agent daemon — monitor, detect, scan, and protect servers in real-time

Readme


ThreatCrush is a security daemon that runs on your server, monitoring every connection on every port. It detects live attacks, scans your codebase, pentests your APIs, and alerts you in real-time.

$ threatcrush monitor

  [12:03:41] ✓ Monitoring all ports · nginx · sshd · postgres
  [12:03:42] ✓ Loaded 1,247 attack signatures
  [12:03:45] ⚠ SQLi attempt — :443 185.43.21.8 → /api/users?id=1 OR 1=1
  [12:03:47] ✗ SSH brute force — :22 91.232.105.3 → 47 failed attempts
  [12:03:50] ⚠ Port scan — 45.33.32.156 scanning :21-:8080 (SYN flood)
  [12:03:52] ⚠ DNS tunneling — :53 suspicious TXT queries from 103.44.8.2
  [12:04:01] ✓ 3,891 connections analyzed · 4 threats · 1 blocked

Install

Preferred install:

curl -fsSL https://threatcrush.com/install.sh | sh

The installer detects whether the machine is a server or desktop, uses your existing package manager when available, and can bootstrap Node.js with mise on bare machines.

  • Linux server → installs the CLI
  • Linux desktop → installs the CLI + desktop app
  • Windows desktop → installs the desktop app to connect to a ThreatCrush server elsewhere
  • macOS desktop → desktop-oriented install for connecting to a ThreatCrush server

After install, the supported lifecycle commands are:

threatcrush update   # upgrades the installed bundle
threatcrush remove   # removes the installed bundle

Manual package-manager installs still work:

npm i -g @profullstack/threatcrush
pnpm add -g @profullstack/threatcrush
yarn global add @profullstack/threatcrush
bun add -g @profullstack/threatcrush

Usage

threatcrush              # Get started
threatcrush monitor      # Real-time security monitoring (all ports)
threatcrush tui          # Interactive dashboard (htop for security)
threatcrush scan ./src   # Scan code for vulnerabilities & secrets
threatcrush pentest URL  # Penetration test a URL/API
threatcrush init         # Auto-detect services, generate config
threatcrush status       # Show daemon status & loaded modules
threatcrush modules      # Manage security modules
threatcrush store        # Browse the module marketplace
threatcrush update       # Upgrade the CLI using the supported path

Features

| Feature | Description | |---------|-------------| | 🔍 Live Attack Detection | Monitors all inbound connections on every port. Detects SQLi, XSS, brute force, SSH attacks, port scans, DNS tunneling. | | 🛡️ Code Security Scanner | Scan your codebase for vulnerabilities, hardcoded secrets, and misconfigurations. | | 💥 Pentest Engine | Automated penetration testing on your URLs and APIs. | | 🔀 Network Monitor | Watches all TCP/UDP traffic across every port — HTTP, SSH, DNS, FTP, databases. | | 🔔 Real-time Alerts | Slack, email, webhook notifications the instant a threat is detected. | | ⚙️ systemd Daemon | Runs as a background service on your server. Auto-starts on boot, monitors 24/7. | | 📊 TUI Dashboard | Interactive terminal dashboard — htop for security. |

Modules

ThreatCrush uses a pluggable module system. Install from the marketplace or build your own:

threatcrush modules list                # List installed
threatcrush modules install ssh-guard   # Install a module
threatcrush modules install docker-monitor
threatcrush store search "firewall"     # Search marketplace
threatcrush store publish ./my-module   # Publish your own

Core Modules (included)

| Module | What it monitors | |--------|-----------------| | network-monitor | All TCP/UDP traffic, port scans, SYN floods | | log-watcher | nginx, Apache, syslog, journald | | ssh-guard | Failed logins, brute force, tunneling | | code-scanner | Vulnerabilities, secrets, dependency CVEs | | pentest-engine | SQLi, XSS, SSRF, API fuzzing | | dns-monitor | DNS tunneling, DGA detection | | firewall-rules | Auto-blocks via iptables/nftables | | alert-system | Slack, Discord, email, webhook, PagerDuty |

Community Modules

Build and sell your own modules on the ThreatCrush marketplace:

  • docker-monitor — Container escape detection
  • k8s-watcher — Kubernetes cluster security
  • honeypot — Deploy decoy services
  • geo-blocker — Block traffic by country/ASN
  • compliance-reporter — SOC2, HIPAA, PCI-DSS reports

Configuration

threatcrush init    # Auto-detect & generate config

Config lives at /etc/threatcrush/threatcrushd.conf with module configs in /etc/threatcrush/threatcrushd.conf.d/.

Pricing

| Tier | Price | |------|-------| | Lifetime Access | $499 one-time | | With Referral | Friend pays $399 · You earn $100 cash per referral |

Pay once, access forever. All core modules, CLI, daemon, API, and lifetime updates included.

👉 Get lifetime access at threatcrush.com

Browser Extension

Monitor security from your browser:

  • Chrome — Chrome Web Store (coming soon)
  • Firefox — Firefox Add-ons (coming soon)
  • Safari — Coming soon

Features: scan any site, real-time alerts, security headers check, dashboard popup.

Links

License

MIT © Profullstack, Inc.