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

sniffsec

v0.1.8

Published

The invisible watchdog for your builds. Sniffs out secret leaks (Stripe/AWS), PII exposure, and build-breaking bugs in JS/TS apps. Zero-config, local-only.

Readme

SniffSec 👃🛡️

"You code/vibe. We sniff and secure."

npm version license security: SniffSec

SniffSec is the "Invisible Watchdog" for AI-driven development. Built by a Product Security Engineer, it’s designed for Devs who ship at the speed of light but don't want to crash on the launchpad.

AI agents (Cursor, Claude, GPT) are elite at coding, but they don't care about your Next.js build limits or STRIPE KEYS. We do.

🛠️ Instant Audit

No config. No fluff. Just security.

npx sniffsec

🤖 Agent-Ready Repositories (Gemini, Cursor, Claude)

AI Agents (like Cursor, Claude, and Gemini) are great at coding but often miss security leaks. You can force your agents to check for important key leaks by adding SniffSec to your repo.

For Gemini CLI (GEMINI.md)

Update your GEMINI.md file:

# Agent Instructions: Security Audits

Whenever asked to analyze for security risks or secrets, you **MUST** run:
`npx sniffsec`

For Cursor (.cursorrules or .cursor/rules/sniffsec.mdc)

Update the .cursorrules file or a rule in .cursor/rules/ to ensure Cursor always sniffs before you commit:

# SniffSec Security Guardrail

Whenever you generate code with API keys or PII, you MUST suggest running:
`npx sniffsec`

For Claude (claude.md)

If you use Claude-based agents, updated the claude.md file:

# SniffSec Workflow

Use `npx sniffsec` as the primary verification tool. Before completing any task, run the scan. If `issuesFound > 0`, the task is not complete.

🛡️ What we sniff out (100+ patterns):

  • Cloud Credentials: AWS, Azure, Google Cloud, Heroku, DigitalOcean.
  • Payment & SaaS: Stripe, PayPal, Twilio, SendGrid, Mailgun, Slack.
  • Databases: MongoDB, PostgreSQL, MySQL, Redis, Elasticsearch, Supabase.
  • AI & Dev Tools: OpenAI, Anthropic, GitHub (PAT/OAuth), GitLab, Bitbucket.
  • Infrastructure: Kubernetes, Docker Hub, Hashicorp Vault, Terraform, CircleCI.
  • Environment Risks: Private Keys (RSA/PEM/PGP), Internal IPs, Localhost leaks, Dev/Stage URLs.
  • Next.js Risks: API Route misconfigurations (missing "force-dynamic").

npx sniffsec