🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@graneth/verify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graneth/verify

Offline verifier for Graneth's signed governance receipts — checks the Ed25519 signature against a public key you already have. Zero network calls, zero runtime dependencies.

npmnpm
Version
0.1.0
Version published
Weekly downloads
31
-92.81%
Maintainers
1
Weekly downloads
 
Created
Source

@graneth/verify

Offline verifier for Graneth's signed governance receipts. Recomputes the canonical bytes and checks the Ed25519 signature against a public key you already have — no network calls, no account, no dependencies beyond Node's built-in crypto/fs.

npx @graneth/verify receipt.json --key graneth-key.json

Don't have the key yet? Download it once (this tool won't fetch it for you):

curl -o graneth-key.json https://graneth.com/.well-known/graneth-attestation-key.json

--key accepts either that key document or a raw PEM public key. Exits 0 on a valid signature, 1 otherwise, with a human-readable reason.

Programmatic use: import { verifyReceipt } from "@graneth/verify".

License

MIT

Keywords

graneth

FAQs

Package last updated on 22 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts