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

@vallum/standards

v0.1.0

Published

Standards bridge adapters for Vallum.

Readme

@vallum/standards

Standards bridge adapters for Vallum.

Current surface:

  • x402 v2 payment requirement to Agent Transaction Manifest mapping.
  • Local mock x402 facilitator flow wired through the Vallum policy gateway evaluator.
  • x402 external payment receipt linkage and log-safe payment metadata redaction.
  • AP2 checkout/payment mandate to Agent Transaction Manifest mapping.
  • Local mock AP2 mandate flow wired through the Vallum policy gateway evaluator.
  • AP2 receipt evidence linkage, dispute evidence pointers, and log-safe mandate metadata redaction.
  • A2A Agent Card mapping from Vallum Agent Profiles using current discovery fields, auth declarations, supported interfaces, modes, and skills.
  • A2A public-card hardening that fails closed for revoked/expired profiles, unsupported local protocol versions, malformed auth declarations, and private profile fields in public metadata.
  • A2A Agent Card JWS signing and trusted-key verification helpers for local signed-card proof.
  • A2A well-known response helpers for serving local Agent Cards at the canonical /.well-known/agent-card.json path.
  • A2A JWKS response helpers for serving explicitly configured public signing keys at the canonical /.well-known/jwks.json path without private key material.
  • Local/mock A2A task and message operation helpers for send-message, get-task, list-tasks, and cancel-task semantics, gated by Vallum manifest/policy metadata and log-safe redaction.
  • Local HTTP-shaped A2A handler for public Agent Card discovery and bearer-authenticated task send/get/list/cancel routes.
  • Authenticated local A2A extended Agent Card access through the HTTP-shaped handler when an extended card is explicitly configured.
  • Local A2A push notification configuration CRUD that accepts public HTTPS callback URLs while rejecting webhook credential storage and unsafe local destinations.
  • Local injected A2A push delivery envelopes that POST sanitized task payloads through an explicit transport without default outbound webhook calls.
  • Opt-in A2A push HTTP transport helper that posts sanitized task payloads only when explicitly injected, rejects unsafe callback URLs before network contact, does not emit authorization headers, uses manual redirect handling, applies a timeout, and returns status-only results.
  • Local A2A push retry and in-memory attempt observability for explicitly injected transports, recording status-only attempt metadata without request bodies or credential material.
  • Loopback-only Node HTTP server helper for deterministic local A2A discovery and task route smoke proof, including optional local JWKS serving, with explicit unsafe opt-in required for non-loopback binds.

This package does not operate a production x402 facilitator, replace AP2, hold payment credentials, sign payment payloads, submit live settlement transactions, operate a live public A2A task/message server, publish public A2A discovery, prove public A2A push/webhook infrastructure, operate production push queues/workers, prove external A2A conformance or live A2A discovery, provide production Agent Card key management, or replace the A2A protocol.