@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.
Maintainers
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
