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

penguin-audit

v0.1.1

Published

Production readiness scanner for vibe-coded apps — by Project Penguin

Readme

🐧 penguin-audit

"Your AI code passed the vibe check. But will it pass production?"

A CLI tool that scans vibe-coded repositories for security vulnerabilities — no AI model required, no API key needed for the free scan.

Quick Start

# Free scan — no signup required
npx penguin-audit

# Scan a specific directory
npx penguin-audit --dir /path/to/your/project

# Get a free API key for full AI-powered scan
npx penguin-audit --get-key

# Full AI scan — opens Project Penguin dashboard
npx penguin-audit --full

What It Detects (Free, No Key)

🔴 Hardcoded Secrets

  • AWS, GCP, Azure credentials
  • GitHub, GitLab tokens
  • Stripe, PayPal, Twilio keys
  • OpenAI, Anthropic, Gemini API keys
  • Database connection strings with passwords
  • JWT secrets
  • 30+ secret types using TruffleHog-style patterns
  • Shannon entropy detection for unknown secret formats

👻 Phantom Dependencies

  • Packages that don't exist in npm registry (AI hallucinations)
  • Newly published packages with suspiciously low downloads
  • Known CVEs via OSV.dev (free, no key needed)

💉 Prompt Injection Risks

  • User input flowing directly into AI prompts
  • System prompt concatenation vulnerabilities
  • Unvalidated template literals in AI API calls

What You Get With Full Scan (Free API Key)

  • CVSS 3.1 scores for every finding
  • CWE + OWASP Top 10 mapping
  • GDPR article mapping
  • SOC2 criteria mapping
  • AI-generated copy-ready fix prompts
  • Live courtroom dashboard with Judge Penguin

Install Globally (Optional)

npm install -g penguin-audit
penguin-audit

How It Works

npx penguin-audit
       │
       ├── Layer 1: Find all source files (skips node_modules, dist, etc.)
       ├── Layer 2: Scan each file with regex + entropy for secrets
       ├── Layer 3: Check all imports against npm registry + OSV.dev
       ├── Layer 4: Detect prompt injection patterns in AI-calling code
       └── Verdict: GO / CONDITIONAL GO / NO-GO

No AI models. No API calls. Pure deterministic scanning. Same input = same output. Always.

Built By

Project Penguin — Production readiness scanner for vibe-coded apps.