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

@kashscript/attest

v0.1.2

Published

The Evidence Commons — JCS + Ed25519, DSSE/PAE envelopes, a canonical DST registry, Rekor/OpenTimestamps witnessing, hash-chains, a standalone verifier CLI, and offline compat verifiers for the KashScript ecosystem's signed artifacts. Apache-2.0 — verific

Readme

@kashscript/attest — the Evidence Commons

Verification is free. Apache-2.0. The base every other KashScript protocol signs with.

One package that signs, canonicalizes, witnesses, hash-chains, and verifies the three signing families the ecosystem uses — plus a standalone CLI and offline compat verifiers for the artifacts the ventures already ship. Built in phase M1 of the protocol Manifestation (ADR-0016); every API is derived from the venture code that seeds it (Oreoasis, Duedale, Indusland), never invented.

The three signing families

| Family | Signed bytes | Used by | |---|---|---| | Kash-Event | Ed25519( DST\n ‖ JCS({header,body}) ) (via @kashscript/identity-core) | Duedale kash-report-v1/kash-grant-v1, Oreoasis ledger rows | | DSSE + PAE | Ed25519( PAE(payloadType, bytes) ) — Sigstore-compatible | Oreoasis audit bundles | | Indus token | Ed25519( DST ‖ 0x00 ‖ headerB64u ‖ "." ‖ bodyB64u ) | Indusland IPOE1 / IVFC1 / IBPS1 / IGEO1 |

What's inside

  • dsse — DSSE envelopes + PAE (signEnvelope / verifyEnvelope).
  • dst — the canonical Domain-Separation-Tag registry (new DSTs are registered here first).
  • chain — RFC-8785 canonicalization + chainBlockHash + sha256Hex hash-chain helpers.
  • witness — Rekor (primary) → OpenTimestamps (fallback) → offline none; anchor Merkle root; receipt store. Never throws.
  • ledger — verify a signed action-ledger row + the forensic chain scan (forensicConsistencyScan).
  • bundle — verify a DSSE audit bundle end to end (signature + chain + anchor).
  • compat — verify shipped venture formats: the Duedale Every-Rupee report and Indus tokens.
  • ed25519 — raw Ed25519 over arbitrary bytes (WebCrypto; the layer identity-core doesn't expose).

The verifier CLI

attest verify <file> [--key <hex|host-key.txt|jwks.json>] [--signer-did <did>] [--offline]

Auto-detects and verifies offline a DSSE audit bundle, an Every-Rupee report, or an Indus token. Exit codes: 0 PASS · 1 verification FAILED (tamper) · 2 usage/IO. Public-log inclusion (rekor-cli / ots verify) is delegated and printed as next-steps.

Status

0.x — the API stays 0.x until each venture consumer swaps onto the published package and stays green (consumer-as-acceptance, ADR-0016). The write-side action ledger lands in @kashscript/hudhud (M5); issuance policy, storage adapters, and JWKS hosting stay venture-side.

Licensed Apache-2.0 — see LICENSE.