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

@mcptoolshop/prism-verify

v1.6.0

Published

prism-verify — runtime LLM verifier (family-different, reasoning-stripped, multi-lens, signed Ed25519 receipts). Zero-prerequisite npx install via a verified binary launcher.

Readme

@mcptoolshop/prism-verify

无需任何先决条件的 npx 安装 prism 命令行工具——一种运行时大型语言模型(LLM)验证器(针对不同模型系列,去除推理过程,采用多重视角,并使用签名 Ed25519 收据)。

npx @mcptoolshop/prism-verify verify --artifact @myfile.py --intent "..." --caller-family openai
# or install it on your PATH
npm install -g @mcptoolshop/prism-verify

这是一个对 @mcptoolshop/npm-launcher 的轻量级封装:它从 prism-verify GitHub 发布 下载特定平台的 prism 二进制文件,验证其 SHA256 校验和,将其缓存到 (~/.cache/mcptoolshop/prism/<version>/),然后运行。网络访问仅限于 HTTPS 协议,连接到 GitHub;不收集遥测数据,也不存储任何凭据。

更喜欢 Python 包吗? 使用 uv tool install prism-verify / pipx install prism-verify(PyPI,带有 PEP 740 来源证明)。npm 封装存在是为了在不使用 Python 的情况下使用 npx;捆绑的二进制文件包含命令行工具 + 本地(Ollama)验证 + HTTP 服务 + 引用验证(包括可选的自托管的真实性验证器)+ prism eval 校准基准测试。通过 PyPI 安装可以获得托管提供商验证器(Anthropic / OpenAI / Google)和完整的附加功能。

完整文档、安全模型和源代码:https://github.com/mcp-tool-shop-org/prism-verify

MIT © mcp-tool-shop