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

tip-verify

v0.2.6

Published

CLI for verifying repository integrity roots against the TIP registry.

Readme

tip-verify

Verify local software source trees against integrity roots published on Ternoa zkEVM.

Hermes Agent is the first supported integration, but the CLI and registry model are generic.

Quick Start

Verify a generic Git checkout:

npx tip-verify verify --path ./repo --source github:owner/repo

Verify a Hermes install created by the official installer:

npx tip-verify verify --hermes

Check the latest registered root:

npx tip-verify status github:NousResearch/hermes-agent

Generate a local manifest without reading the chain:

npx tip-verify manifest --path ./repo

Configuration

The package has the v1 registry address built in. Override only when needed:

export TIP_REGISTRY_ADDRESS=0x536625F6c65FBF7cC053Fb47ccc240aF9cF1bdFf
export TERNOA_MAINNET_RPC_URL=https://rpc-mainnet.zkevm.ternoa.network/

Commands

tip-verify verify [--path <dir>] [--source <subject>] [--commit <sha>] [--policy <id>] [--hermes] [--json]
tip-verify status <subject> [--policy <id>] [--json]
tip-verify manifest [--path <dir>] [--source <subject>] [--commit <sha>] [--json]

Exit Codes

  • 0: verified
  • 1: not verified, missing root, mismatch, or revoked root
  • 2: tool, config, network, or RPC error

What Gets Hashed

The v1 Git policy hashes tracked source files only. It excludes local-only files such as .git, .env, caches, virtualenvs, node_modules, logs, memories, and untracked files.

The manifest includes each file path, Git mode, byte size, and SHA-256 digest. The final Merkle root is stored on-chain.

Package version text is informational. The security decision is made from the subject, commit, policy, and Merkle root.

Hermes Release Behavior

When Hermes publishes a new version or advances main, an updated install may briefly show Not Verified until TIP publishes that exact commit. This is expected: the verifier only accepts commits already registered on-chain.

Once the indexer publishes the new commit, the same command returns Verified.

Troubleshooting

If a generic checkout has no origin remote, either add one:

git remote add origin https://github.com/owner/repo.git

or pass the source explicitly:

npx tip-verify verify --source github:owner/repo

Dirty-file reporting is best-effort. Any listed tracked-file edit means verification failed; labels such as high-risk only prioritize what to inspect first.

Registry

  • Chain: Ternoa zkEVM mainnet
  • Chain ID: 752025
  • Registry: 0x536625F6c65FBF7cC053Fb47ccc240aF9cF1bdFf
  • Explorer: https://explorer-mainnet.zkevm.ternoa.network/address/0x536625f6c65fbf7cc053fb47ccc240af9cf1bdff