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

openclawsec

v1.0.0

Published

OpenClaw Security Monitoring & Hardening Tool

Downloads

140

Readme

OpenClawSec

OpenClaw Security Monitoring & Hardening Tool

Version License Node

OpenClawSec is a security monitoring tool for OpenClaw deployments. It scans for vulnerabilities, audits installed skills for malware patterns, checks CVE databases, and provides actionable hardening recommendations — all from a simple CLI.


Features

  • Version Check — Compare your OpenClaw version against the latest release
  • CVE Scanner — Check against 60+ known OpenClaw vulnerabilities
  • Gateway Exposure Check — Detect if your gateway is exposed to the network
  • Skill Audit — Scan installed skills for malware patterns (ClawHavoc, AMOS stealer, etc.)
  • Secrets Scanner — Detect exposed API keys and credentials
  • Config Hardening — Analyze your openclaw.json for security issues
  • Continuous Monitoring — Run background monitoring with alerts

Installation

Prerequisites

  • Node.js 18 or higher
  • npm or pnpm

Quick Install

npm install -g openclawsec

Or run directly with npx

npx openclawsec scan

Usage

Full Security Scan

openclawsec scan

Runs a comprehensive security scan including:

  • OpenClaw version check
  • CVE vulnerability detection
  • Gateway exposure analysis
  • Skill malware scanning
  • Secrets audit

Quick Health Check

openclawsec doctor

Fast diagnostic check for basic security issues.

Skill & Secrets Audit

openclawsec audit

Specifically audits installed skills for malicious patterns and checks for exposed secrets.

Continuous Monitoring

openclawsec monitor

Run continuous background monitoring (checks every 60 minutes by default).

Custom interval:

openclawsec monitor --30  # Every 30 minutes

Check Monitoring Status

openclawsec status

Show Help

openclawsec help

Output Example

╔══════════════════════════════════════════════════╗
║           OPENCLAWSEC SECURITY REPORT            ║
╠══════════════════════════════════════════════════╣
║  OpenClaw Version:  2026.4.22                   ║
║  Latest Version:    2026.5.4 ⚠️ OUTDATED        ║
║  Security Score:   68/100                       ║
╠══════════════════════════════════════════════════╣
║  🔴 CRITICAL (3)                                ║
║  🟡 WARNING (2)                                 ║
║  🟢 PASSED (5)                                  ║
╚══════════════════════════════════════════════════╝

Security Checks

CVE Coverage

Detects all major OpenClaw CVEs including:

  • CVE-2026-25253 (CVSS 8.8) — WebSocket token exfiltration
  • CVE-2026-24763 (CVSS 8.8) — Docker sandbox bypass
  • CVE-2026-33579 (CVSS 8.1) — Privilege escalation
  • CVE-2026-28446 (CVSS 9.8) — Voice RCE
  • CVE-2026-44113 (CVSS 8.3) — TOCTOU race condition

Malicious Pattern Detection

ClawShield scans for:

  • ClawHavoc malware indicators
  • Base64 encoded payloads
  • C2 server connections
  • Credential harvesting patterns
  • AMOS stealer references
  • Suspicious tunnel services (bore.pub, localhost.run)

Free & Open Source

ClawShield is completely free to use. No paid tiers, no hidden fees.


Support

Contributing

Contributions are welcome! Please read the contributing guidelines and submit PRs.


License

MIT License — see LICENSE file for details.


Links


Made with ❤️ for the OpenClaw community Don't run insecure AI agents — ClawShield them.