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

munatrust

v0.1.56

Published

AI code trust scanner for detecting risky generated code patterns, exposed secrets, and release trust issues.

Readme

MunaTrust

MunaTrust Code Trust CLI

Your AI writes code. MunaTrust decides if it should ship.

MunaTrust is a local-first trust gate for AI-generated code. The CLI is the fastest way to run that trust review outside the editor and see whether a repo looks safe enough to release.

Works alongside the MunaTrust editor integrations verified in:

  • VS Code
  • VS Code Insiders
  • Cursor
  • VSCodium
  • Windsurf
  • TheiaIDE

The same packaging approach is intended for Theia and other Open VSX-based desktop IDEs that resolve VS Code extensions.

Verified companion integrations:

  • JetBrains plugin load verified in IntelliJ IDEA Community
  • Neovim plugin runtime verified with :MunaTrustQuickfix
  • Zed MCP integration verified with summary and findings flows
  • Visual Studio solution wrapper verified for local report generation

Catch dangerous generated code before it surprises you in production. MunaTrust gives you a fast local trust check, actionable findings, and a clean CLI flow for trying it in seconds.

The CLI uses the same upgraded trust surface as the editor integrations: stronger deterministic trust stories, hidden-assumption detection, and release-focused prioritization.

Best fit

Use the CLI when you want a fast answer to questions like:

  • Did AI-generated code introduce something fake or unsafe?
  • Is this repo safe enough to ship?
  • Are there secrets, auth gaps, or deploy blockers hiding in the current state?
  • Would a Friday-night release on this codebase be reckless?

Preview and pricing

Every fresh install starts with a local preview:

  • Preview
    • 5 Basic Scans total
    • 3 Advanced AI Scans total
    • 2 Full Private Deep Scans total
    • Upgrade when you are ready to keep going
  • Solo - $9/month
  • Pro - $19/month
  • Team - $99/month

Checkout:

  • Gumroad: https://balkanbrs.gumroad.com/l/munatrust
  • Website: https://munatrust.online

What it does

munatrust scans a local workspace and produces:

  • a trust score
  • risk level
  • actionable findings
  • trust chains for release blockers
  • secret exposure signals
  • hallucination risk signals
  • package manifest discovery
  • environment file discovery
  • recommended next steps

It is especially good at surfacing:

  • hallucinated imports or fake helpers
  • non-existent API usage patterns
  • missing auth around sensitive routes
  • public env leaks and browser-visible secret-like values
  • risky deploy-time trust issues that look small until production

It does not edit files and does not upload your code by default.

Install

npm install -g munatrust

Usage

Scan the current folder:

munatrust scan

Scan a specific folder:

munatrust scan ./my-project

Get JSON output:

munatrust scan . --json

Example output

  • Trust Score
  • Risk Level
  • Top Findings
  • Sub-scores:
    • Deployment Confidence
    • Secret Exposure
    • Hallucination Risk
    • Package Safety
    • Environment Hygiene

Privacy

MunaTrust scans locally and does not upload your code by default.

Optional telemetry is disabled by default and, when enabled, only records privacy-safe workflow events such as installs, scan starts, report opens, preview limits, upgrade clicks, and license activation outcomes.

Licensing

Typical paid flow:

  1. Install MunaTrust and use the built-in preview
  2. When preview scan limits are reached, choose Solo / Pro / Team
  3. Complete checkout
  4. Receive your license key by email automatically
  5. Use the key in the MunaTrust extension

Support

  • GitHub: https://github.com/balkanbrs/munatrust
  • Issues: https://github.com/balkanbrs/munatrust/issues