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

@veritasacta/verify

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veritasacta/verify - npm Package Compare versions

Comparing version
0.9.1
to
0.9.2
+2
-2
package.json
{
"name": "@veritasacta/verify",
"version": "0.9.1",
"version": "0.9.2",
"mcpName": "io.github.tomjwxf/veritasacta-verify",
"description": "Offline verifier for Veritas Acta signed receipts. Powers protect-mcp, ScopeBlind cold-chain hardware, and Microsoft AGT Lesson 18.",
"description": "Unified offline verifier for signed decision receipts, Legate proof packs, VOPRF anonymous credentials, and selective-disclosure receipts. Ed25519 + ML-DSA-65 hybrid. IETF draft-farley-acta-signed-receipts. scopeblind.com",
"license": "Apache-2.0",

@@ -7,0 +7,0 @@ "type": "module",

@@ -41,2 +41,4 @@ # @veritasacta/verify

| Gate receipt / bundle | ScopeBlind Gate receipt tuples (`scopeblind.gate.*`) and signed-manifest `scopeblind.gate.evidence-bundle/2` exports with semantic and exact chain checks | T1 |
| Legate governed receipt | Desktop runtime receipts (`scopeblind.legate.governed.*`) with determining-rule attribution and mandate-digest binding | T1 |
| Legate proof pack | Position-blind adherence records (`scopeblind.legate.proof-pack.v1`): held/blocked by rule, order-path shadow evidence, bound to mandate digest + signed-book provenance + receipt Merkle root. Ed25519 + optional hybrid ML-DSA-65 | T1 |

@@ -111,3 +113,3 @@ ## Subcommands

- **Self-verifying.** `--self-check` cryptographically proves the installed verifier (24 source files) matches the canonical release.
- **Algorithm-agile.** Hybrid PQ (`ed25519+ml-dsa-65`) recognized; full PQ in v0.6+.
- **Algorithm-agile.** Hybrid PQ (`ed25519+ml-dsa-65`) recognized and verified (v0.9+).
- **Zero telemetry.** The verifier never phones home.

@@ -114,0 +116,0 @@