twzrd-receipt-verifier 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # TWZRD Receipt Verifier (standalone)
2
2
 
3
- Verify a TWZRD **AO-Receipt V5** offline, trusting **nothing from TWZRD's servers
4
- or codebase** - only the receipt, TWZRD's published public key, and two
5
- widely-audited crypto libraries.
3
+ Verify a TWZRD **AO-Receipt (V5 or V6)** offline, trusting **nothing from TWZRD's
4
+ servers or codebase** - only the receipt, TWZRD's published public key, and two
5
+ widely-audited crypto libraries. The verifier reads the domain the receipt
6
+ carries and applies the matching V5 or V6 leaf rules (V6 binds the
7
+ `reputation_*` provenance fields into the signed leaf; V5 left them unsigned).
6
8
 
7
9
  A TWZRD trust receipt has two layers:
8
10
 
@@ -94,7 +96,7 @@ twzrd-verify-receipt receipt.json --max-age 300
94
96
  cat receipt.json | twzrd-verify-receipt -
95
97
  ```
96
98
 
97
- Source: [packages/twzrd-agent-intel/verifier](https://github.com/twzrd-sol/wzrd-final/tree/main/packages/twzrd-agent-intel/verifier)
99
+ Source: [twzrd-sol/twzrd-receipt-verifier](https://github.com/twzrd-sol/twzrd-receipt-verifier)
98
100
 
99
101
  ## Node
100
102
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "twzrd-receipt-verifier",
3
- "version": "1.0.7",
4
- "description": "Standalone offline verifier for TWZRD AO-Receipt V5 (Ed25519-signed keccak256 leaf). No trust in TWZRD servers or code.",
3
+ "version": "1.0.9",
4
+ "description": "Standalone offline verifier for TWZRD AO-Receipt V5 and V6 (Ed25519-signed keccak256 leaf). No trust in TWZRD servers or code.",
5
5
  "keywords": [
6
6
  "twzrd",
7
7
  "x402",
@@ -15,12 +15,11 @@
15
15
  ],
16
16
  "homepage": "https://intel.twzrd.xyz",
17
17
  "bugs": {
18
- "url": "https://github.com/twzrd-sol/wzrd-final/issues"
18
+ "url": "https://github.com/twzrd-sol/twzrd-receipt-verifier/issues"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/twzrd-sol/wzrd-final.git",
23
- "directory": "packages/twzrd-agent-intel/verifier"
22
+ "url": "git+https://github.com/twzrd-sol/twzrd-receipt-verifier.git"
24
23
  },
25
24
  "license": "MIT",
26
25
  "author": "TWZRD",