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

sentinel-cli

v2.0.2

Published

πŸ›‘οΈ AI-Powered Code Guardian β€” TUI (Bun-native). Analyze, audit, fix, and chat about your code with multi-LLM support (OpenAI, Gemini, Groq, Ollama).

Readme

πŸ›‘οΈ Sentinel β€” The AI-Powered Code Security Guardian

Sentinel is a local-first, privacy-focused code security platform that automates security audits, code reviews, and dependency checks. Built for modern DevOps, it uses multi-agent AI to detect and fix vulnerabilities before they reach production.

npm version GitHub Action Docs Discord Node Version License: MIT


πŸ”₯ Quick Start (60 Seconds)

Get Sentinel running in your project with just three commands:

# 1. Install & Verify
npm install -g sentinel-cli && sentinel --version

# 2. Configure API Keys (Interactive)
sentinel auth

# 3. Run Your First Security Audit
sentinel security-audit

πŸ“½οΈ Sentinel in Action

Sentinel CLI Demo Output


⚑ Add to CI in 3 Lines

Automate your PR reviews in seconds. Add this to .github/workflows/sentinel.yml:

- uses: actions/checkout@v4
- uses: KunjShah95/Sentinel-CLI@main
  env:
    GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}

πŸš€ Why Sentinel?

  • Local-First & Private: Your code never leaves your machine. Prompts are generated locally.
  • Multi-Agent AI: Scanner β†’ Fixer β†’ Validator pipeline for 10x higher accuracy.
  • 20+ Built-in Analyzers: Security, Quality, Bugs, Performance, Accessibility, and more. See Analyzers List
  • Multi-LLM Support: Use OpenAI, Google Gemini, Groq, or Anthropic.
  • Auto-Fix: One-line command to resolve common security and quality issues.
  • Baseline Caching: Intelligent scans that only analyze changed code for near-instant results.

πŸ“š Resources

| Guide | Description | |-------|-------------| | πŸ“– Commands List | Full CLI reference | | πŸ” Analyzers Reference | List of all 20+ security and quality checks | | πŸ—ΊοΈ Roadmap | Check what's coming in v2.0 | | 🍱 Community Rules | Community-contributed rule recipes! | | 🀝 Contributing | 5-minute local dev setup guide | | πŸ€– AI Providers | How to configure LLM keys |


🌎 Trusted by Developers at

Sentinel is actively protecting repositories across the open-source ecosystem, including:


πŸ› οΈ Installation

# Globally
npm install -g sentinel-cli

# Without Install
npx sentinel-cli security-audit

Read the full documentation


πŸ’¬ Community & Support

Join the Sentinel community to get help, suggest features, and share your rules:

  • GitHub Discussions β€” Best for Q&A, feature requests, and async support.
  • Discord Server β€” Real-time chat with other developers and the maintainers. (Currently in setup!)
  • Twitter/X β€” Follow for the latest release announcements and security tips.

πŸ’š Sponsor This Project

Sentinel is free and open source. If it helps you, consider supporting its development!

Sponsorship Tiers

| Tier | Amount | Perks | |------|--------|-------| | ⭐ Supporter | $5/month | Early access to new features, Discord supporter role | | πŸš€ Sponsor | $20/month | Priority support, feature requests, name in README | | 🏒 Corporate | $99/month | Team dashboard (coming soon), dedicated support |

Ways to Sponsor

Your sponsorship helps cover:

  • API costs for free tier users
  • New analyzer development
  • Maintenance and bug fixes

πŸ›‘οΈ License

MIT β€” Created by Kunj Shah. Be part of the guardian network β€” help us make code safer for everyone! ⭐️ Star us if it helps you!