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

@postcept/gauntlet

v0.1.0

Published

The Completion Gap Gauntlet: reproducible broken-refund scenarios scored against Postcept's real verification engine and a naive baseline, so the completion gap is measurable, not asserted.

Readme

@postcept/gauntlet

npx @postcept/gauntlet

Runs 15 reproducible broken-refund scenarios (timeouts, duplicates, pending settlements, wrong amount, currency, or customer, terminal failures, provider drift, uncorrelatable claims) through Postcept's verification engine over the public playground endpoint, and through two baselines, then scores each against a fixed, public ground truth.

What's compared

trust-the-agent believes the agent's "done" claim. With no verification it scores every scenario as safe, so it is right only on the ones that really are complete.

source-reread re-reads the system of record and treats an existing record in a success state as done. This is the simple status re-check teams write by hand. It has no notion of duplicates, wrong amount or customer, pending versus final, or unknown provider states, so it over-claims on exactly those.

postcept is the safe_to_claim_complete decision from the engine.

A system scores a point when its safe or not-safe answer matches the scenario's ground truth, which is set in scenarios.json. Two of the fifteen scenarios are genuinely safe to call complete. The rest are traps that a naive check mishandles in a specific way.

Why the comparison is fair

Ground truth is fixed and public in scenarios.json before any run. The baselines run against the same ledger Postcept sees, so they are reference implementations of common practice rather than strawmen. Postcept's column is the engine over the public API, not a hard-coded result.

Limitations

The scenarios are synthetic and deterministic. They exercise the verification logic, not real provider flakiness, latency, or the full range of Stripe states. source-reread is a deliberately simple baseline. A team could write a deeper checker, at which point they have started building what Postcept does. A perfect Postcept score here means the engine classifies these scenarios correctly, not that it is infallible on every real case.

--json emits machine-readable results for a CI gate.