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

@marinjursic/prc

v0.3.1

Published

Safe launcher for Production Readiness Checklist

Readme

Production Readiness Checklist for npm

This is the small npm launcher for the native prc scanner. A normal scan reads the project and writes a report; it does not fix files, install project dependencies, or run project scripts.

The launcher has no third-party JavaScript dependencies and no install scripts. It selects one exact platform package, checks its release-bound manifest, native binary, and every bundled runtime file, and starts the scanner without a shell, network fallback, post-install download, or background updater.

The package includes a plain-text DISCLOSURE because some opt-in scanner features are security-related dual-use capabilities. The normal scan remains local and read-only. Published versions are staged by an exact GitHub OIDC identity, require human npm 2FA approval, and are verified against their npm provenance and release-bound bytes before the matching GitHub release is made public.

Install it once, open a project, and run it:

npm install -g @marinjursic/prc
cd /path/to/project
prc setup
prc

There is no npx prefix after this one-time install. prc setup is an optional local preflight that does not run project code or AI. Run prc version to see the installed version, prc update to check explicitly for a newer release, npm install -g @marinjursic/prc@latest to update, or npm uninstall -g @marinjursic/prc to remove the global command. npm installs this one user-facing package and only the native package for the current operating system and CPU.

The global install is outside the target project and does not add project node_modules or edit its package files. Website media and contributor-only documentation are excluded from the native npm package; all 10,042 controls, their source text, schemas, and scanner runtime evidence remain included.

Bare prc runs the 40-check core scan in the current directory and writes a private report outside the project. Use prc /path/to/project to scan another folder or prc quick for an 18-check screen. After prc login codex or prc login claude, use prc full codex or prc full claude for advisory AI review of all 9,356 reviewed nondeterministic controls. Run prc full codex --plan or prc full claude --plan first to screen the same source and see the exact work and limits without starting a provider. Deep review requests a primary subagent for every rule and an independent skeptical subagent per batch; current provider output cannot prove every internal call. The 686 reviewed deterministic controls remain blocked until their exact programs receive authoritative evidence. Every mode keeps all 10,042 controls visible in the report; AI advice cannot create a verified pass.

prc verify [project] is the short explicit local command for the core scan plus the bundled, digest-pinned Gitleaks check. Its reviewed container image must already exist: the scanner uses --pull=never, disables networking, and mounts a sealed read-only snapshot. It does not install or download anything.

For CI or a team that deliberately wants a project lock-file entry, use npm install -D -E --ignore-scripts --no-audit --no-fund @marinjursic/[email protected], then npm exec --offline --no -- prc scan.

With the global install, prc ci > prc-results.sarif is the short local-only CI form. prc report reopens the newest private HTML report and prc cache status shows scanner-owned disk use without deleting anything.

Add "scan": "prc" to the project's scripts object when you want to run npm run scan. Use npm run --ignore-scripts scan to skip any local prescan and postscan hooks. npm does not support a custom top-level npm scan command. The report path is printed at the end and is clickable in supported terminals. See the main project documentation for the full result meanings, AI review opt-in, and release verification.