-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
760 lines (760 loc) · 113 KB
/
Copy pathpackage.json
File metadata and controls
760 lines (760 loc) · 113 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
{
"name": "vanta-fm",
"private": true,
"version": "0.1.0",
"type": "module",
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"vite-env:contract-check": "node scripts/check-vanta-vite-env-contract.mjs",
"frontend:operator-env-exposure-check": "node scripts/check-vanta-frontend-operator-env-exposure.mjs",
"operator:keypair-env-lockdown-check": "node scripts/check-vanta-operator-keypair-env-lockdown.mjs",
"private-vault:crypto-check": "node scripts/check-vanta-private-mode-contract.mjs",
"private-mode:contract-check": "node scripts/check-vanta-private-mode-contract.mjs",
"solana:helius-rpc-config-check": "node scripts/check-vanta-helius-rpc-config.mjs",
"active-memory:check": "node scripts/check-vanta-active-memory-flow.mjs",
"design:contract-check": "node scripts/check-vanta-design-contract.mjs",
"truth:transaction-check": "node scripts/check-vanta-transaction-truth.mjs",
"app:layout-nav-check": "node scripts/check-vanta-app-layout-nav.mjs",
"truth:privacy-claim-gate": "npm run twitter-intelligence:check && npm run private-pool-v2:public-depth-disclosure-check && npm run truth:limitation-language-check && node scripts/check-vanta-privacy-claim-gate.mjs && npm run zk:c01-positive-proof-verified-claim-gate-check && npm run app:layout-nav-check && npm run public:manifesto-check && npm run route:fallback-contract-check && npm run lanes:trust-contract-check && npm run actions:memo-encryption-check && npm run actions:legacy-v1-memo-quarantine-check && npm run actions:legacy-v1-send-memo-migration-check && npm run notes:shared-picker-check && npm run lanes:shared-flow-indicator-check && npm run assets:picker-grid-check && npm run send:recipient-validation-check && npm run send:direct-viewing-key-exchange-check && npm run send:receipt-modal-check && npm run swap:quote-countdown-check && npm run swap:advanced-panel-check && npm run swap:receipt-modal-check && npm run unshield:advanced-panel-check && npm run unshield:receipt-modal-check && npm run unshield:direct-release-auth-check && npm run unshield:paused-banner-check && npm run private-pool-v2:product-action-contract-check && npm run pqc:hybrid-viewing-key-contract-check && npm run wallet:approval-sheet-check && npm run recovery:panel-check && npm run recovery:settings-route-check && npm run transactions:status-toast-check && npm run private-pool-v2:onchain-unshield-custody-check && npm run private-pool-v2:pda-vault-custody-check && npm run private-pool-v2:runtime-verifier-wired-gate-check && npm run private-pool-v2:shield-verifier-cpi-gap-check && npm run private-pool-v2:native-sol-tag6-wiring-check && npm run private-pool-v2:native-sol-unshield-proof-request-check && npm run private-pool-v2:native-sol-sentinel-in-snapshot-check",
"privacy-audit:tracker-check": "node scripts/check-vanta-claude-privacy-audit-tracker.mjs && npm run twitter-intelligence:check",
"twitter-intelligence:check": "npm run usage-velocity-check && npm run local-proving-enforced-check && npm run institutional-lane-check && npm run pay:institutional-disclosure-receipt-check && npm run compliance:gateway-check && npm run zk:phase2-product-proof-requests-check && npm run pay:growth-loop-check && npm run pay:measured-loop-implementation-check && npm run pay:counterparty-activation-check && npm run hybrid-zk-design-check && npm run heliusprivacy-benchmark-check && npm run twitter-pass-2026-06-10-velocity-pmf-check && npm run client-side-proving-enforced-check && npm run institutional-coinbase-signal-check && npm run confidential-compute-benchmark-check && npm run credit-note-transfer-primitive-check && npm run agent-authorization-proof-request-check && npm run tokenomics-sustainability-pattern-check && npm run private-perps:check && npm run shielded-rwa:check && npm run privacy-sdk:check && npm run velocity-intelligence:check && npm run verifiable-compute-check && npm run twitter-pass-2026-06-12-unlink-euler-check && npm run twitter-pass-2026-06-12-arcium-confidential-ai-check && npm run twitter-pass-2026-06-12-heliusprivacy-zk-layer-check && npm run twitter-pass-2026-06-12-zkrune-eligibility-gating-check && npm run twitter-pass-2026-06-12-zkbounty-attestation-check && npm run twitter-pass-2026-06-12-trustboostai-agent-privacy-check && npm run twitter-pass-2026-06-12-privacy-cash-volume-check && npm run twitter-pass-2026-06-13-medusa-reputation-check && npm run twitter-pass-2026-06-13-midnight-selective-disclosure-check && npm run twitter-pass-2026-06-13-concordium-identity-zk-check && npm run twitter-pass-2026-06-13-noir-solana-integration-check && npm run twitter-pass-2026-06-13-sedna-hybrid-privacy-check && npm run twitter-pass-2026-06-16-research-artifacts-check && npm run twitter-pass-2026-06-17-research-artifacts-check",
"usage-velocity-check": "node scripts/check-usage-velocity.mjs",
"local-proving-enforced-check": "node scripts/check-local-proving-enforced.mjs",
"institutional-lane-check": "node scripts/check-institutional-lane.mjs",
"hybrid-zk-design-check": "node scripts/check-hybrid-zk-design.mjs",
"heliusprivacy-benchmark-check": "node scripts/check-heliusprivacy-benchmark.mjs",
"twitter-pass-2026-06-10-velocity-pmf-check": "node scripts/check-twitter-pass-2026-06-10-velocity-pmf.mjs",
"client-side-proving-enforced-check": "node scripts/check-client-side-proving-enforced.mjs",
"institutional-coinbase-signal-check": "node scripts/check-institutional-coinbase-signal.mjs",
"confidential-compute-benchmark-check": "node scripts/check-confidential-compute-benchmark.mjs",
"credit-note-transfer-primitive-check": "node scripts/check-credit-note-transfer-primitive.mjs",
"agent-authorization-proof-request-check": "node scripts/check-agent-authorization-proof-request.mjs",
"tokenomics-sustainability-pattern-check": "node scripts/check-tokenomics-sustainability-pattern.mjs",
"lanes:trust-contract-check": "node scripts/check-vanta-lane-trust-contracts.mjs",
"actions:memo-encryption-check": "node scripts/check-vanta-action-memo-encryption.mjs && npm run actions:legacy-v1-memo-quarantine-check && npm run actions:legacy-v1-send-memo-migration-check",
"actions:legacy-v1-memo-quarantine-check": "node scripts/check-vanta-legacy-v1-memo-quarantine.mjs",
"actions:legacy-v1-send-memo-migration-check": "node scripts/check-vanta-legacy-v1-send-memo-migration.mjs",
"docs:source-of-truth-check": "node scripts/check-vanta-docs-source-of-truth.mjs",
"docs:inline-diagram-check": "node scripts/check-vanta-docs-inline-diagram.mjs",
"performance:route-code-split-check": "node scripts/check-vanta-route-code-split.mjs",
"compliance:ops-publication-check": "node scripts/check-vanta-band8-ops-publication.mjs",
"mainnet:external-gates-production-claim-check": "node scripts/check-vanta-external-gates-production-claim.mjs",
"mainnet:transaction-evidence-check": "node scripts/check-vanta-transaction-evidence.mjs",
"mainnet:transaction-evidence-preview": "node scripts/write-vanta-transaction-evidence.mjs --dry-run",
"mainnet:transaction-evidence-write": "node scripts/write-vanta-transaction-evidence.mjs --write",
"peer:onramp-contract-check": "node scripts/check-vanta-peer-onramp-contract.mjs",
"pricing:contract-check": "node scripts/check-vanta-pricing-contract.mjs",
"pricing:verify": "npm run pricing:contract-check && npm run pay:doc-truth-check && npm run landing:browser-check && npm run strategy:browser-check && npm run pay:browser-check && npm run build",
"knip": "knip --dependencies",
"knip:full": "knip --max-show-issues 20 --no-exit-code",
"security:limitations-check": "node scripts/check-vanta-security-limitations.mjs",
"truth:limitation-language-check": "node scripts/check-vanta-limitation-language-caveat.mjs",
"mainnet:readiness": "node scripts/print-vanta-mainnet-readiness.mjs",
"mainnet:readiness-json": "node scripts/print-vanta-mainnet-readiness.mjs --json",
"mainnet:operator-external-gate-skips-check": "node scripts/check-vanta-operator-external-gate-skips.mjs",
"mainnet:readiness-check": "node scripts/check-vanta-mainnet-readiness.mjs",
"mainnet:external-gates-check": "node scripts/check-vanta-external-gates-packet.mjs",
"mainnet:service-contract-check": "node scripts/check-vanta-production-service-contract.mjs",
"mainnet:service-topology-check": "node scripts/check-vanta-production-service-topology.mjs",
"mainnet:service-deployment-status": "node scripts/print-vanta-production-service-deployment-status.mjs",
"mainnet:service-deployment-status-check": "node scripts/print-vanta-production-service-deployment-status.mjs --check",
"mainnet:service-deployment-evidence-check": "node scripts/check-vanta-production-service-deployment-evidence.mjs",
"mainnet:pay-jupiter-render-services-check": "node scripts/check-vanta-pay-jupiter-render-services.mjs",
"mainnet:storage-contract-check": "node scripts/check-vanta-production-storage-contract.mjs",
"mainnet:storage-migration-check": "node scripts/check-vanta-production-storage-migrations.mjs",
"mainnet:backup-restore-check": "node scripts/check-vanta-production-backup-restore.mjs",
"mainnet:backup-restore-evidence-check": "node scripts/check-vanta-production-backup-restore-evidence.mjs",
"mainnet:backup-restore-status": "node scripts/print-vanta-production-backup-restore-status.mjs",
"mainnet:backup-restore-status-json": "node scripts/print-vanta-production-backup-restore-status.mjs --json",
"mainnet:production-restore-drill-evidence-check": "node scripts/check-vanta-production-restore-drill-evidence.mjs",
"mainnet:production-restore-drill-readback": "node scripts/check-vanta-production-restore-drill-readback.mjs",
"mainnet:production-db-refs-check": "node scripts/check-vanta-production-db-refs-runbook.mjs",
"mainnet:production-db-migration-harness-check": "node scripts/check-vanta-production-db-migration-harness.mjs",
"mainnet:production-db-migration-dry-run": "node scripts/apply-vanta-production-postgres-migration.mjs --dry-run",
"mainnet:production-db-migration-apply": "node scripts/apply-vanta-production-postgres-migration.mjs --apply",
"mainnet:production-migration-evidence-check": "node scripts/check-vanta-production-migration-evidence.mjs",
"mainnet:staging-smoke-evidence-check": "node scripts/check-vanta-staging-smoke-evidence.mjs",
"storage:adapter-check": "node scripts/check-vanta-storage-adapter.mjs && node scripts/check-vanta-postgres-snapshot-store.mjs",
"mainnet:abuse-observability-check": "node scripts/check-vanta-abuse-observability-contract.mjs",
"ops:rate-limit-check": "node scripts/check-vanta-rate-limit-middleware.mjs",
"ops:safe-telemetry-check": "node scripts/check-vanta-safe-telemetry.mjs",
"ops:operator-event-sink-check": "node scripts/check-vanta-operator-event-sink.mjs",
"mainnet:observability-sink-check": "node scripts/check-vanta-production-observability-sink.mjs",
"mainnet:abuse-observability-status": "node scripts/print-vanta-production-abuse-observability-status.mjs",
"mainnet:abuse-observability-status-check": "node scripts/print-vanta-production-abuse-observability-status.mjs --check",
"mainnet:abuse-observability-runtime-status": "node scripts/print-vanta-production-abuse-observability-runtime-status.mjs",
"mainnet:abuse-observability-runtime-status-auth": "node scripts/print-vanta-production-abuse-observability-runtime-status.mjs --require-auth",
"mainnet:abuse-observability-runtime-status-check": "node scripts/print-vanta-production-abuse-observability-runtime-status.mjs --check",
"mainnet:abuse-observability-evidence-check": "node scripts/check-vanta-abuse-observability-evidence.mjs",
"mainnet:production-incident-workflow-evidence-check": "node scripts/check-vanta-production-incident-workflow-evidence.mjs",
"nullifier:replay-guard-check": "node scripts/check-vanta-nullifier-replay-guard.mjs && node scripts/check-vanta-postgres-nullifier-replay-store.mjs",
"mainnet:render-workspace-check": "node scripts/check-vanta-render-workspace-default.mjs",
"mainnet:render-api-workspace-check": "node scripts/check-vanta-render-api-workspace.mjs",
"mainnet:render-api-services-check": "node scripts/check-vanta-render-api-services.mjs",
"mainnet:render-provider-config-repair-check": "node scripts/check-vanta-render-provider-config-repair.mjs",
"mainnet:render-relayer-privacy-transport-env-status": "node scripts/check-vanta-render-relayer-privacy-transport-env.mjs",
"mainnet:deployment-manifest-check": "node scripts/check-vanta-mainnet-deployment-manifests.mjs",
"mainnet:deployment-runbook-check": "node scripts/check-vanta-mainnet-deployment-runbook.mjs",
"mainnet:private-rail-route-status-check": "node scripts/check-vanta-production-private-rail-route-status.mjs",
"mainnet:private-rail-route-health": "node scripts/print-vanta-production-private-rail-route-health.mjs",
"mainnet:private-rail-route-health-check": "node scripts/print-vanta-production-private-rail-route-health.mjs --check-public",
"mainnet:private-rail-route-health-auth": "node scripts/print-vanta-production-private-rail-route-health.mjs --require-auth",
"mainnet:private-rail-route-health-evidence-check": "node scripts/check-vanta-private-pool-v2-route-health-evidence.mjs",
"mainnet:swap-production-status": "node scripts/print-vanta-swap-mainnet-production-status.mjs",
"mainnet:swap-production-status-json": "node scripts/print-vanta-swap-mainnet-production-status.mjs --json",
"mainnet:swap-production-status-check": "node scripts/print-vanta-swap-mainnet-production-status.mjs --check",
"mainnet:swap-production-check": "npm run swap:turnkey-liquidity-signer-dry-run-check && npm run swap:turnkey-liquidity-live-signer-adapter-check && node scripts/check-vanta-swap-mainnet-production-status.mjs",
"mainnet:nullifier-replay-status": "node scripts/print-vanta-production-nullifier-replay-status.mjs",
"mainnet:nullifier-replay-status-auth": "node scripts/print-vanta-production-nullifier-replay-status.mjs --require-auth",
"mainnet:nullifier-replay-status-check": "node scripts/print-vanta-production-nullifier-replay-status.mjs --check",
"mainnet:nullifier-replay-evidence-check": "node scripts/check-vanta-private-pool-v2-nullifier-replay-evidence.mjs",
"mainnet:actual-private-replay-probe": "node scripts/print-vanta-actual-private-production-replay-probe.mjs",
"mainnet:actual-private-replay-probe-auth": "node scripts/print-vanta-actual-private-production-replay-probe.mjs --require-auth",
"mainnet:actual-private-replay-probe-check": "node scripts/check-vanta-actual-private-production-replay-probe.mjs",
"mainnet:actual-private-replay-reconcile": "node scripts/print-vanta-actual-private-replay-reconciliation.mjs",
"mainnet:actual-private-replay-reconcile-auth": "node scripts/print-vanta-actual-private-replay-reconciliation.mjs --require-auth",
"mainnet:actual-private-replay-reconcile-check": "node scripts/check-vanta-actual-private-replay-reconciliation.mjs",
"mainnet:actual-private-shared-cohort-deposit-review": "node scripts/print-vanta-actual-private-shared-cohort-deposit-review.mjs",
"mainnet:actual-private-shared-cohort-deposit-review-check": "node scripts/check-vanta-actual-private-shared-cohort-deposit-review.mjs",
"mainnet:actual-private-shared-cohort-deposit-note": "node scripts/print-vanta-actual-private-shared-cohort-deposit-note.mjs",
"mainnet:actual-private-shared-cohort-deposit-note-check": "node scripts/check-vanta-actual-private-shared-cohort-deposit-note.mjs",
"zk:canonical-note-membership-check": "node scripts/check-vanta-canonical-note-membership-circuit.mjs",
"zk:selective-disclosure-circuit-check": "node scripts/check-vanta-phase2-product-noir-circuit.mjs selective-disclosure",
"zk:velocity-aggregate-circuit-check": "node scripts/check-vanta-phase2-product-noir-circuit.mjs velocity-aggregate",
"zk:credit-note-transfer-circuit-check": "node scripts/check-vanta-phase2-product-noir-circuit.mjs credit-note-transfer",
"zk:rwa-compliance-circuit-check": "node scripts/check-vanta-phase2-product-noir-circuit.mjs rwa-compliance",
"zk:private-perps-risk-circuit-check": "node scripts/check-vanta-phase2-product-noir-circuit.mjs private-perps-risk",
"zk:agent-spending-limit-circuit-check": "node scripts/check-vanta-phase2-product-noir-circuit.mjs agent-spending-limit",
"zk:verifiable-compute-hybrid-circuit-check": "node scripts/check-vanta-phase2-product-noir-circuit.mjs verifiable-compute-hybrid",
"zk:phase2-product-circuits-check": "npm run zk:selective-disclosure-circuit-check && npm run zk:velocity-aggregate-circuit-check && npm run zk:credit-note-transfer-circuit-check && npm run zk:rwa-compliance-circuit-check && npm run zk:private-perps-risk-circuit-check && npm run zk:agent-spending-limit-circuit-check",
"zk:phase2-product-proof-requests-check": "node scripts/check-vanta-phase2-product-proof-requests.mjs",
"zk:merkle-node-hash-contract-check": "node scripts/check-vanta-merkle-node-hash-contract.mjs",
"zk:owner-recovery-payload-crypto-check": "node scripts/check-vanta-owner-recovery-payload-crypto.mjs",
"zk:owner-key-hierarchy-contract-check": "node scripts/check-vanta-owner-key-hierarchy-contract.mjs",
"zk:owner-context-recovery-evidence-check": "node scripts/check-vanta-owner-context-recovery-evidence.mjs",
"zk:owner-context-record-source-import-check": "node scripts/check-vanta-owner-context-record-source-import.mjs",
"zk:owner-context-legacy-quarantine-policy-check": "node scripts/check-vanta-owner-context-legacy-quarantine-policy.mjs",
"zk:canonical-note-proving-commitment-check": "node scripts/check-vanta-canonical-note-proving-commitment.mjs",
"zk:local-shielded-state-diagnostics-check": "node scripts/check-vanta-local-shielded-state-diagnostics.mjs",
"zk:circuit-soundness-lint": "node scripts/check-vanta-circuit-soundness-lint.mjs",
"zk:c01-onchain-proof-boundary-check": "node scripts/check-vanta-zk-c01-onchain-proof-boundary.mjs",
"zk:c01-verifier-backend-contract-check": "node scripts/check-vanta-zk-c01-verifier-backend-contract.mjs",
"zk:c01-production-verifier-backend-candidate-check": "node scripts/check-vanta-private-pool-v2-production-verifier-backend-candidate.mjs",
"zk:c01-local-proof-format-evidence-check": "node scripts/check-vanta-private-pool-v2-c01-local-proof-format-evidence.mjs",
"zk:c01-verifier-key-registry-check": "node scripts/check-vanta-private-pool-v2-c01-verifier-key-registry.mjs",
"zk:c01-verifier-backend-options-check": "node scripts/check-vanta-private-pool-v2-c01-verifier-backend-options.mjs",
"zk:c01-groth16-proof-format-candidate-check": "node scripts/check-vanta-private-pool-v2-c01-groth16-proof-format-candidate.mjs",
"zk:c01-production-groth16-toolchain-preflight-check": "node scripts/check-vanta-private-pool-v2-c01-production-groth16-toolchain-preflight.mjs",
"zk:c01-sunspot-groth16-route-check": "node scripts/check-vanta-private-pool-v2-c01-sunspot-groth16-route.mjs",
"zk:c01-current-source-sunspot-compile-attempt-check": "node scripts/check-vanta-private-pool-v2-c01-current-source-sunspot-compile-attempt.mjs",
"zk:c01-beta18-source-migration-candidate-check": "node scripts/check-vanta-private-pool-v2-c01-beta18-source-migration-candidate.mjs",
"zk:c01-beta18-h6-migration-probe-check": "node scripts/check-vanta-private-pool-v2-c01-beta18-h6-migration-probe.mjs",
"zk:c01-beta18-h6-source-migration-review-check": "node scripts/check-vanta-private-pool-v2-c01-beta18-h6-source-migration-review.mjs",
"zk:c01-beta18-h6-source-review-acceptance-gate-check": "node scripts/check-vanta-private-pool-v2-c01-beta18-h6-source-review-acceptance-gate.mjs",
"zk:c01-deterministic-production-artifact-build-check": "node scripts/check-vanta-private-pool-v2-c01-deterministic-production-artifact-build.mjs",
"zk:c01-production-output-manifest-check": "node scripts/check-vanta-private-pool-v2-c01-production-output-manifest.mjs",
"zk:c01-sunspot-groth16-dev-probe-check": "node scripts/check-vanta-private-pool-v2-c01-sunspot-groth16-dev-probe.mjs",
"zk:c01-public-witness-binding-check": "node scripts/check-vanta-private-pool-v2-c01-public-witness-binding.mjs",
"zk:c01-sunspot-gnark-local-artifact-inventory-check": "node scripts/check-vanta-private-pool-v2-c01-sunspot-gnark-local-artifact-inventory.mjs",
"zk:c01-sunspot-gnark-artifact-acquisition-check": "node scripts/check-vanta-private-pool-v2-c01-sunspot-gnark-artifact-acquisition.mjs",
"zk:c01-production-verifier-artifact-request-check": "node scripts/check-vanta-private-pool-v2-c01-production-verifier-artifact-request.mjs",
"zk:c01-production-artifact-acceptance-gate-check": "node scripts/check-vanta-private-pool-v2-c01-production-artifact-acceptance-gate.mjs",
"zk:c01-verifier-adapter-acceptance-gate-check": "node scripts/check-vanta-private-pool-v2-c01-verifier-adapter-acceptance-gate.mjs",
"zk:c01-production-verifying-key-candidate-check": "node scripts/check-vanta-private-pool-v2-c01-production-verifying-key-candidate.mjs",
"zk:c01-sbf-live-lineage-candidate-check": "node scripts/check-vanta-private-pool-v2-c01-sbf-live-lineage-candidate.mjs",
"zk:c01-sbf-live-lineage-acceptance-gate-check": "node scripts/check-vanta-private-pool-v2-c01-sbf-live-lineage-acceptance-gate.mjs",
"zk:c01-audit-reviewer-acceptance-gate-check": "node scripts/check-vanta-private-pool-v2-c01-audit-reviewer-acceptance-gate.mjs",
"zk:c01-verifier-evidence-closure-gate-check": "node scripts/check-vanta-private-pool-v2-c01-verifier-evidence-closure-gate.mjs",
"zk:c01-external-review-handoff-check": "node scripts/check-vanta-private-pool-v2-c01-external-review-handoff.mjs",
"zk:c01-external-review-request-bundle-check": "node scripts/check-vanta-private-pool-v2-c01-external-review-request-bundle.mjs",
"zk:c01-external-review-send-package-generate": "node scripts/c01-external-review/generate-c01-external-review-send-package.mjs",
"zk:c01-verifier-adapter-test-candidate-check": "node scripts/check-vanta-private-pool-v2-c01-verifier-adapter-test-candidate.mjs",
"zk:c01-verifier-adapter-seam-check": "cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_default_adapter_rejects_before_commit -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_preflights_accounts_before_fail_closed_verifier -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_verifier_instruction_data_matches_gnark_tuple -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_verifier_cpi_instruction_matches_generated_solana_verifier_shape -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_requires_readonly_executable_verifier_program_account -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_rejects_wrong_registered_verifier_program_before_not_wired -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_public_witness_binding_ -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml verified_spend_commit_mutates_only_after_adapter_acceptance -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_commit_capable_account_list_mutates_after_fixture_adapter_acceptance -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml proof_carrying_spend_rejects_legacy_256_byte_payload_shape -- --nocapture && cargo test --manifest-path programs/vanta_private_pool_v2_spend/Cargo.toml selected_gnark_fixture_adapter_ -- --nocapture",
"zk:c01-positive-proof-verified-claim-gate-check": "node scripts/check-vanta-private-pool-v2-c01-positive-proof-verified-claim-gate.mjs",
"zk:h08-production-prover-candidate-check": "node scripts/check-vanta-private-pool-v2-h08-production-prover-candidate.mjs",
"zk:h08-production-prover-runtime-options-check": "node scripts/check-vanta-private-pool-v2-h08-production-prover-runtime-options.mjs",
"zk:h08-remote-service-prover-contract-check": "node scripts/check-vanta-private-pool-v2-h08-remote-service-prover-contract.mjs",
"zk:c01-verifier-backend-decision-check": "node scripts/check-vanta-zk-c01-verifier-backend-decision.mjs",
"zk:review-findings-ledger-check": "node scripts/check-vanta-zk-review-findings-ledger.mjs",
"zk:review-guards-check": "npm run twitter-intelligence:check && npm run zk:review-findings-ledger-check && npm run zk:c01-onchain-proof-boundary-check && npm run zk:c01-verifier-backend-contract-check && npm run zk:c01-production-verifier-backend-candidate-check && npm run zk:c01-local-proof-format-evidence-check && npm run zk:c01-verifier-key-registry-check && npm run zk:c01-verifier-backend-options-check && npm run zk:c01-groth16-proof-format-candidate-check && npm run zk:c01-production-groth16-toolchain-preflight-check && npm run zk:c01-sunspot-groth16-route-check && npm run zk:c01-current-source-sunspot-compile-attempt-check && npm run zk:c01-beta18-source-migration-candidate-check && npm run zk:c01-beta18-h6-migration-probe-check && npm run zk:c01-beta18-h6-source-migration-review-check && npm run zk:c01-beta18-h6-source-review-acceptance-gate-check && npm run zk:c01-deterministic-production-artifact-build-check && npm run zk:c01-production-output-manifest-check && npm run zk:c01-sunspot-groth16-dev-probe-check && npm run zk:c01-public-witness-binding-check && npm run zk:c01-sunspot-gnark-local-artifact-inventory-check && npm run zk:c01-sunspot-gnark-artifact-acquisition-check && npm run zk:c01-production-verifier-artifact-request-check && npm run zk:c01-production-artifact-acceptance-gate-check && npm run zk:c01-verifier-adapter-acceptance-gate-check && npm run zk:c01-production-verifying-key-candidate-check && npm run zk:c01-sbf-live-lineage-candidate-check && npm run zk:c01-sbf-live-lineage-acceptance-gate-check && npm run zk:c01-audit-reviewer-acceptance-gate-check && npm run zk:c01-verifier-evidence-closure-gate-check && npm run zk:c01-external-review-handoff-check && npm run zk:c01-external-review-request-bundle-check && npm run zk:c01-verifier-adapter-test-candidate-check && npm run zk:c01-verifier-adapter-seam-check && npm run zk:c01-positive-proof-verified-claim-gate-check && npm run zk:c01-verifier-backend-decision-check && npm run zk:h08-production-prover-candidate-check && npm run zk:h08-production-prover-runtime-options-check && npm run zk:h08-remote-service-prover-contract-check && npm run private-pool-v2:root-provenance-check && npm run private-pool-v2:program-merkle-tree-check && npm run private-pool-v2:onchain-unshield-custody-check && npm run private-pool-v2:pda-vault-custody-check && npm run private-pool-v2:runtime-verifier-wired-gate-check && npm run private-pool-v2:native-sol-tag6-wiring-check && npm run private-pool-v2:native-sol-unshield-proof-request-check && npm run private-pool-v2:native-sol-sentinel-in-snapshot-check && npm run private-pool-v2:public-depth-disclosure-check && npm run unshield:direct-release-auth-check && npm run zk:canonical-note-membership-check && npm run zk:merkle-node-hash-contract-check && npm run zk:owner-recovery-payload-crypto-check && npm run zk:owner-key-hierarchy-contract-check && npm run zk:owner-context-recovery-evidence-check && npm run zk:owner-context-record-source-import-check && npm run zk:owner-context-legacy-quarantine-policy-check && npm run private-core:single-note-freeze-check && npm run zk:canonical-note-proving-commitment-check && npm run zk:local-shielded-state-diagnostics-check && npm run zk:circuit-soundness-lint",
"zk:feedback-loop-check": "npm run twitter-intelligence:check && npm run privacy-audit:tracker-check && npm run zk:review-findings-ledger-check && npm run zk:c01-onchain-proof-boundary-check && npm run zk:c01-verifier-backend-contract-check && npm run zk:c01-production-verifier-backend-candidate-check && npm run zk:c01-local-proof-format-evidence-check && npm run zk:c01-verifier-key-registry-check && npm run zk:c01-verifier-backend-options-check && npm run zk:c01-groth16-proof-format-candidate-check && npm run zk:c01-production-groth16-toolchain-preflight-check && npm run zk:c01-sunspot-groth16-route-check && npm run zk:c01-current-source-sunspot-compile-attempt-check && npm run zk:c01-beta18-source-migration-candidate-check && npm run zk:c01-beta18-h6-migration-probe-check && npm run zk:c01-beta18-h6-source-migration-review-check && npm run zk:c01-beta18-h6-source-review-acceptance-gate-check && npm run zk:c01-deterministic-production-artifact-build-check && npm run zk:c01-production-output-manifest-check && npm run zk:c01-sunspot-groth16-dev-probe-check && npm run zk:c01-public-witness-binding-check && npm run zk:c01-sunspot-gnark-local-artifact-inventory-check && npm run zk:c01-sunspot-gnark-artifact-acquisition-check && npm run zk:c01-production-verifier-artifact-request-check && npm run zk:c01-production-artifact-acceptance-gate-check && npm run zk:c01-verifier-adapter-acceptance-gate-check && npm run zk:c01-production-verifying-key-candidate-check && npm run zk:c01-sbf-live-lineage-candidate-check && npm run zk:c01-sbf-live-lineage-acceptance-gate-check && npm run zk:c01-audit-reviewer-acceptance-gate-check && npm run zk:c01-verifier-evidence-closure-gate-check && npm run zk:c01-external-review-handoff-check && npm run zk:c01-external-review-request-bundle-check && npm run zk:c01-verifier-adapter-test-candidate-check && npm run zk:c01-verifier-adapter-seam-check && npm run zk:c01-positive-proof-verified-claim-gate-check && npm run zk:c01-verifier-backend-decision-check && npm run zk:h08-production-prover-candidate-check && npm run zk:h08-production-prover-runtime-options-check && npm run zk:h08-remote-service-prover-contract-check && npm run private-pool-v2:root-provenance-check && npm run private-pool-v2:program-merkle-tree-check && npm run private-pool-v2:onchain-unshield-custody-check && npm run private-pool-v2:pda-vault-custody-check && npm run private-pool-v2:runtime-verifier-wired-gate-check && npm run private-pool-v2:public-depth-disclosure-check && npm run actions:legacy-v1-memo-quarantine-check && npm run actions:legacy-v1-send-memo-migration-check && npm run private-vault:crypto-check && npm run public:audit-discovery-check && npm run public:manifesto-check && npm run docs:source-of-truth-check && npm run docs:inline-diagram-check && npm run security:limitations-check && npm run private-pool-v2:sbf-abi-check && npm run mainnet:actual-private-settlement-operator-packet-check",
"mainnet:shared-cohort-next-action": "node scripts/print-vanta-shared-cohort-settlement-next-action.mjs",
"mainnet:shared-cohort-next-action-check": "node scripts/check-vanta-shared-cohort-settlement-next-action.mjs",
"mainnet:production-evidence-next": "node scripts/print-vanta-production-evidence-next-blockers.mjs",
"mainnet:production-evidence-next-json": "node scripts/print-vanta-production-evidence-next-blockers.mjs --json",
"mainnet:production-evidence-next-check": "node scripts/check-vanta-production-evidence-next-blockers.mjs",
"mainnet:current-abi-approval-deploy-evidence-print": "node scripts/print-vanta-current-abi-mainnet-approval-deploy-evidence-packet.mjs",
"mainnet:current-abi-approval-deploy-evidence-prewindow-check": "npm run mainnet:current-abi-approval-deploy-evidence-print && npm run mainnet:current-abi-approval-deploy-evidence-check && npm run private-pool-v2:sbf-abi-check && npm run zk:c01-sbf-live-lineage-acceptance-gate-check && npm run mainnet:production-evidence-next-check",
"mainnet:current-abi-approval-deploy-evidence-check": "node scripts/check-vanta-current-abi-mainnet-approval-deploy-evidence-packet.mjs",
"mainnet:actual-private-hard-blockers-check": "node scripts/check-vanta-actual-private-hard-blockers-packet.mjs",
"mainnet:actual-private-external-artifact-acquisition-check": "node scripts/check-vanta-actual-private-external-artifact-acquisition-packet.mjs",
"mainnet:role-service-replay-status": "node scripts/print-vanta-production-role-service-replay-status.mjs",
"mainnet:role-service-replay-status-check": "node scripts/print-vanta-production-role-service-replay-status.mjs --check",
"mainnet:role-service-replay-evidence-check": "node scripts/check-vanta-private-pool-v2-role-service-replay-evidence.mjs",
"mainnet:wallet-signing-status": "node scripts/print-vanta-production-wallet-signing-status.mjs",
"mainnet:wallet-signing-status-check": "node scripts/print-vanta-production-wallet-signing-status.mjs --check",
"mainnet:wallet-production-browser-check": "node scripts/check-vanta-production-wallet-browser-signing.mjs",
"mainnet:wallet-signing-evidence-check": "node scripts/check-vanta-wallet-signing-safety-evidence.mjs",
"mainnet:private-pool-v2-production-smoke-check": "node scripts/check-vanta-private-pool-v2-production-smoke-template.mjs",
"mainnet:private-pool-v2-production-smoke-env": "node scripts/check-vanta-private-pool-v2-production-smoke-env.mjs",
"mainnet:private-pool-v2-production-smoke-live": "node scripts/run-vanta-private-pool-v2-production-smoke.mjs",
"mainnet:private-pool-v2-production-smoke-write": "node scripts/run-vanta-private-pool-v2-production-smoke.mjs --write-evidence",
"mainnet:production-smoke-evidence-check": "node scripts/check-vanta-private-pool-v2-production-smoke-evidence.mjs",
"mainnet:production-service-setup-check": "node scripts/check-vanta-production-service-setup-doc.mjs",
"privacy:forward-secret-viewing-key-epoch-check": "node scripts/check-vanta-forward-secret-viewing-key-epoch.mjs",
"privacy:association-set-policy-check": "node scripts/check-vanta-privacy-association-set-policy.mjs",
"programmatic-privacy:contract": "node scripts/print-vanta-programmatic-production-privacy-contract.mjs",
"programmatic-privacy:contract-json": "node scripts/print-vanta-programmatic-production-privacy-contract.mjs --json",
"programmatic-privacy:contract-check": "node scripts/check-vanta-programmatic-production-privacy-contract.mjs",
"programmatic-privacy:implementation-ladder-check": "node scripts/check-vanta-programmatic-privacy-implementation-ladder.mjs",
"programmatic-privacy:loop": "node scripts/run-vanta-programmatic-privacy-loop.mjs",
"programmatic-privacy:loop-json": "node scripts/run-vanta-programmatic-privacy-loop.mjs --json",
"programmatic-privacy:loop-100": "node scripts/run-vanta-programmatic-privacy-loop.mjs --iterations 100 --check",
"mainnet:approval-gates-check": "node scripts/check-vanta-mainnet-approval-gates.mjs",
"mainnet:approval-gates-evidence-check": "node scripts/check-vanta-mainnet-approval-gates-evidence.mjs",
"mainnet:approval-gates-status": "node scripts/print-vanta-mainnet-approval-gates-status.mjs",
"mainnet:approval-gates-status-json": "node scripts/print-vanta-mainnet-approval-gates-status.mjs --json",
"mainnet:real-funds-approval-check": "node scripts/check-vanta-mainnet-real-funds-approval.mjs",
"mainnet:real-funds-approval-preview": "node scripts/write-vanta-mainnet-real-funds-approval-evidence.mjs --dry-run",
"mainnet:real-funds-approval-status": "node scripts/print-vanta-mainnet-real-funds-approval-status.mjs",
"mainnet:real-funds-approval-status-json": "node scripts/print-vanta-mainnet-real-funds-approval-status.mjs --json",
"mainnet:real-funds-approval-status-check": "node scripts/print-vanta-mainnet-real-funds-approval-status.mjs --check",
"mainnet:real-funds-approval-write": "node scripts/write-vanta-mainnet-real-funds-approval-evidence.mjs --write",
"mainnet:private-settlement-status": "node scripts/print-vanta-mainnet-private-settlement-status.mjs",
"mainnet:private-settlement-status-json": "node scripts/print-vanta-mainnet-private-settlement-status.mjs --json",
"mainnet:private-settlement-status-check": "node scripts/print-vanta-mainnet-private-settlement-status.mjs --check",
"mainnet:private-settlement-check": "node scripts/check-vanta-mainnet-private-settlement-status.mjs",
"mainnet:send-production-status": "node scripts/print-vanta-send-mainnet-production-status.mjs",
"mainnet:send-production-status-json": "node scripts/print-vanta-send-mainnet-production-status.mjs --json",
"mainnet:send-production-status-check": "node scripts/print-vanta-send-mainnet-production-status.mjs --check",
"mainnet:send-production-check": "node scripts/check-vanta-send-mainnet-production-status.mjs",
"mainnet:send-live-evidence-contract-check": "node scripts/check-vanta-send-live-evidence-contract.mjs",
"mainnet:unshield-production-status": "node scripts/print-vanta-unshield-mainnet-production-status.mjs",
"mainnet:unshield-production-status-json": "node scripts/print-vanta-unshield-mainnet-production-status.mjs --json",
"mainnet:unshield-production-status-check": "node scripts/print-vanta-unshield-mainnet-production-status.mjs --check",
"mainnet:unshield-production-check": "node scripts/check-vanta-unshield-mainnet-production-status.mjs",
"mainnet:actual-private-production-evidence-check": "node scripts/check-vanta-actual-private-production-evidence.mjs",
"mainnet:actual-private-production-capability-check": "node scripts/check-vanta-actual-private-production-capability-evidence.mjs",
"mainnet:actual-private-settlement-evidence-check": "node scripts/check-vanta-actual-private-mainnet-settlement-evidence-template.mjs",
"mainnet:actual-private-settlement-review-check": "node scripts/check-vanta-actual-private-mainnet-settlement-review-evidence.mjs",
"mainnet:actual-private-settlement-lineage-check": "node scripts/check-vanta-actual-private-settlement-lineage.mjs",
"mainnet:actual-private-settlement-live-data": "node scripts/print-vanta-actual-private-settlement-live-data.mjs",
"mainnet:actual-private-settlement-live-data-check": "node scripts/check-vanta-actual-private-settlement-live-data.mjs",
"mainnet:actual-private-settlement-executor-check": "node scripts/check-vanta-actual-private-mainnet-settlement-executor.mjs",
"mainnet:actual-private-settlement-operator-packet": "node scripts/print-vanta-actual-private-settlement-operator-packet.mjs",
"mainnet:actual-private-settlement-operator-packet-check": "node scripts/check-vanta-actual-private-settlement-operator-packet.mjs",
"mainnet:actual-private-settlement-browser-handoff-check": "node scripts/check-vanta-actual-private-settlement-browser-handoff.mjs",
"mainnet:actual-private-settlement-browser-handoff-browser-check": "node scripts/check-vanta-actual-private-settlement-browser-handoff-browser.mjs",
"mainnet:actual-private-settlement-evidence-preview": "node scripts/write-vanta-actual-private-mainnet-settlement-evidence.mjs --dry-run",
"mainnet:actual-private-settlement-evidence-write": "node scripts/write-vanta-actual-private-mainnet-settlement-evidence.mjs --write",
"mainnet:actual-private-settlement-evidence-writer-check": "node scripts/check-vanta-actual-private-mainnet-settlement-evidence-writer.mjs",
"mainnet:actual-private-settlement-plan-check": "node scripts/check-vanta-actual-private-settlement-plan.mjs",
"mainnet:actual-private-settlement-plan-env-packet": "node scripts/print-vanta-actual-private-settlement-plan-env-packet.mjs",
"mainnet:actual-private-settlement-plan-env-packet-check": "node scripts/check-vanta-actual-private-settlement-plan-env-packet.mjs",
"mainnet:actual-private-live-source-next-step": "node scripts/print-vanta-actual-private-live-source-next-step.mjs",
"mainnet:actual-private-live-source-next-step-check": "node scripts/check-vanta-actual-private-live-source-next-step.mjs",
"mainnet:actual-private-accepted-public-inputs-env": "node scripts/print-vanta-actual-private-accepted-public-inputs-env.mjs",
"mainnet:actual-private-accepted-public-inputs-env-check": "node scripts/check-vanta-actual-private-accepted-public-inputs-env.mjs",
"mainnet:actual-private-settlement-plan-json": "node scripts/print-vanta-actual-private-settlement-plan-json.mjs --export",
"mainnet:actual-private-settlement-plan-json-check": "node scripts/check-vanta-actual-private-settlement-plan-json.mjs",
"mainnet:actual-private-settlement-relayer-caller-check": "node scripts/check-vanta-actual-private-settlement-relayer-caller.mjs",
"mainnet:actual-private-settlement-live": "node scripts/run-vanta-actual-private-mainnet-settlement-evidence.mjs --live",
"turnkey:integration-contract-check": "node scripts/check-vanta-turnkey-integration-contract.mjs",
"wallet:signing-safety-check": "node scripts/check-vanta-wallet-signing-safety.mjs && npm run turnkey:integration-contract-check && npm run swap:turnkey-liquidity-signer-dry-run-check && npm run swap:turnkey-liquidity-live-signer-adapter-check",
"wallet:browser-signing-safety-check": "node scripts/check-vanta-wallet-browser-signing-safety.mjs",
"wallet:picker-check": "node scripts/check-vanta-wallet-picker.mjs",
"wallet:fresh-wallet-check": "node scripts/check-vanta-fresh-wallet-mode.mjs",
"wallet:fresh-wallet-browser-check": "node scripts/check-vanta-fresh-wallet-browser.mjs",
"wallet:transaction-safety-check": "node scripts/check-vanta-transaction-safety-summary.mjs",
"wallet:backed-simulation-check": "node scripts/check-vanta-wallet-backed-transaction-simulation.mjs",
"wallet:message-intent-safety-check": "node scripts/check-vanta-wallet-message-intent-safety.mjs",
"wallet:message-intent-adoption-check": "node scripts/check-vanta-message-intent-adoption.mjs",
"wallet:approval-sheet-check": "node scripts/check-vanta-wallet-approval-sheet.mjs",
"wallet:manager": "node scripts/vanta-wallet-manager.mjs",
"wallet:manager-check": "node scripts/check-vanta-wallet-manager.mjs",
"umbra:wallet-adapter-gate-check": "node scripts/check-vanta-umbra-wallet-adapter-gate.mjs",
"umbra:operation-gate-adoption-check": "node scripts/check-vanta-umbra-operation-gate-adoption.mjs",
"umbra:operation-summary-check": "node scripts/check-vanta-umbra-operation-summary.mjs",
"umbra:operation-client-summary-gate-check": "node scripts/check-vanta-umbra-operation-client-summary-gate.mjs",
"umbra:operation-summary-builders-check": "node scripts/check-vanta-umbra-operation-summary-builders.mjs",
"umbra:operation-summary-display-check": "node scripts/check-vanta-umbra-operation-summary-display.mjs",
"umbra:benchmark-approval-samples-check": "node scripts/check-vanta-umbra-benchmark-approval-samples.mjs",
"umbra:approval-review-page-check": "node scripts/check-vanta-umbra-approval-review-page.mjs",
"umbra:approval-review-page-browser-check": "node scripts/check-vanta-umbra-approval-review-page-browser.mjs",
"umbra:shield-action-review-check": "node scripts/check-vanta-umbra-shield-action-review.mjs",
"umbra:unshield-action-review-check": "node scripts/check-vanta-umbra-unshield-action-review.mjs",
"wallet:live-send-inventory-check": "node scripts/check-vanta-wallet-live-send-inventory.mjs",
"wallet:safe-send-boundary-check": "node scripts/check-vanta-wallet-safe-send-boundary.mjs",
"wallet:safe-send-hook-check": "node scripts/check-vanta-wallet-safe-send-hook.mjs && node scripts/check-vanta-wallet-authorization-error.mjs",
"shield:safe-send-adoption-check": "node scripts/check-vanta-shield-safe-send-adoption.mjs",
"send:safe-send-adoption-check": "node scripts/check-vanta-send-safe-send-adoption.mjs",
"swap:safe-send-adoption-check": "node scripts/check-vanta-swap-safe-send-adoption.mjs",
"unshield:safe-send-adoption-check": "node scripts/check-vanta-unshield-safe-send-adoption.mjs",
"unshield:public-exit-surface-check": "node scripts/check-vanta-unshield-public-exit-surface.mjs",
"unshield:sol-operator-endpoint-check": "node scripts/check-vanta-sol-unshield-operator-endpoint.mjs",
"unshield:balance-ledger-check": "node scripts/check-vanta-unshield-balance-ledger-contract.mjs",
"mobile:browser-check": "node scripts/check-vanta-mobile-browser.mjs",
"landing:anonymity-disclosure-check": "npm run private-pool-v2:public-depth-disclosure-check",
"landing:browser-check": "node scripts/check-vanta-landing-browser.mjs",
"products:browser-check": "node scripts/check-vanta-products-browser.mjs",
"docs:browser-check": "node scripts/check-vanta-docs-browser.mjs",
"product-ui:browser-check": "node scripts/check-vanta-product-ui-browser.mjs",
"notes:shared-picker-check": "node scripts/check-vanta-shared-note-picker.mjs",
"lanes:shared-flow-indicator-check": "node scripts/check-vanta-shared-lane-flow-indicator.mjs",
"assets:picker-grid-check": "node scripts/check-vanta-shared-asset-picker-grid.mjs",
"transactions:status-toast-check": "node scripts/check-vanta-transaction-status-toast.mjs",
"route:fallback-contract-check": "node scripts/check-vanta-route-fallback-contract.mjs",
"route:fallback-browser-check": "node scripts/check-vanta-route-fallback-browser.mjs",
"safari:css-contract": "node scripts/check-vanta-safari-css-contract.mjs",
"safari:browser-check": "node scripts/check-vanta-safari-browser.mjs",
"safari:verify": "npm run safari:css-contract && npm run safari:browser-check && npm run build",
"docs:verify": "npm run docs:source-of-truth-check && npm run docs:inline-diagram-check && npm run docs:browser-check && npm run build",
"mainnet:secret-handling-check": "node scripts/check-vanta-secret-handling-contract.mjs && npm run turnkey:integration-contract-check && npm run swap:turnkey-liquidity-signer-dry-run-check && npm run swap:turnkey-liquidity-live-signer-adapter-check && npm run vite-env:contract-check && npm run frontend:operator-env-exposure-check && npm run operator:keypair-env-lockdown-check && npm run mainnet:secret-exposure-check",
"mainnet:secret-exposure-check": "node scripts/check-vanta-secret-exposure.mjs",
"mainnet:secret-exposure-check:all": "node scripts/check-vanta-secret-exposure.mjs --all",
"mainnet:production-secret-manager-evidence-check": "node scripts/check-vanta-production-secret-manager-evidence.mjs",
"public:audit-discovery-check": "node scripts/check-vanta-public-audit-discovery.mjs",
"public:manifesto-check": "node scripts/check-vanta-public-manifesto.mjs",
"public:live-meta-description-check": "node scripts/check-vanta-live-meta-description.mjs",
"public:live-website-truth-check": "node scripts/check-vanta-live-website-truth.mjs",
"public:live-website-deployment-match-check": "node scripts/check-vanta-live-website-truth.mjs --require-current-verified",
"audit:outreach-prep-check": "node scripts/check-vanta-production-privacy-audit-outreach-prep.mjs",
"audit:outreach-send-package-generate": "node scripts/audit-outreach/generate-audit-outreach-send-package.mjs",
"audit:package-check": "npm run public:audit-discovery-check && node scripts/check-vanta-audit-package.mjs",
"audit:handoff-check": "npm run audit:package-check && npm run mainnet:preflight && npm run private-core:verify && npm run private-pool-v2:verify && npm run pay:verify && npm run build",
"mainnet:preflight": "npm run mainnet:readiness-check && npm run mainnet:external-gates-check && npm run mainnet:external-gates-production-claim-check && npm run mainnet:service-contract-check && npm run mainnet:service-topology-check && npm run mainnet:service-deployment-evidence-check && npm run mainnet:pay-jupiter-render-services-check && npm run mainnet:storage-contract-check && npm run mainnet:storage-migration-check && npm run mainnet:backup-restore-check && npm run mainnet:backup-restore-evidence-check && npm run mainnet:production-restore-drill-evidence-check && npm run mainnet:production-db-refs-check && npm run mainnet:production-db-migration-harness-check && npm run mainnet:production-db-migration-dry-run && npm run mainnet:production-migration-evidence-check && npm run mainnet:staging-smoke-evidence-check && npm run storage:adapter-check && npm run mainnet:abuse-observability-check && npm run mainnet:abuse-observability-evidence-check && npm run mainnet:production-incident-workflow-evidence-check && npm run ops:rate-limit-check && npm run ops:operator-event-sink-check && npm run mainnet:production-secret-manager-evidence-check && npm run mainnet:render-workspace-check && npm run mainnet:production-service-setup-check && npm run mainnet:deployment-runbook-check && npm run mainnet:asset-registry-check && npm run shield:production-assets-check && npm run privacy-rail:contract-check && npm run programmatic-privacy:contract-check && npm run private-pool-v2:anonymity-set-readiness-check && npm run private-pool-v2:anonymity-set-evidence-check && npm run private-pool-v2:relayer-separation-evidence-check && npm run relayer:jitter-and-batching-check && npm run relayer:privacy-transport-check && npm run relayer:privacy-transport-closure-check && npm run relayer:privacy-transport-acquisition-check && npm run relayer:privacy-transport-review-dispatch-check && npm run mainnet:render-relayer-privacy-transport-env-status && npm run private-pool-v2:production-relayer-review-check && npm run private-pool-v2:production-privacy-reviewer-packet-check && npm run shield:privacy-readiness-check && npm run ops:safe-telemetry-check && npm run mainnet:observability-sink-check && npm run nullifier:replay-guard-check && npm run mainnet:nullifier-replay-evidence-check && npm run mainnet:actual-private-replay-probe-check && npm run mainnet:actual-private-replay-reconcile-check && npm run mainnet:actual-private-shared-cohort-deposit-review-check && npm run mainnet:actual-private-shared-cohort-deposit-note-check && npm run mainnet:shared-cohort-next-action-check && npm run mainnet:production-evidence-next-check && npm run mainnet:current-abi-approval-deploy-evidence-check && npm run mainnet:actual-private-hard-blockers-check && npm run mainnet:actual-private-external-artifact-acquisition-check && npm run mainnet:role-service-replay-evidence-check && npm run mainnet:deployment-manifest-check && npm run mainnet:private-rail-route-status-check && npm run mainnet:private-rail-route-health-evidence-check && npm run mainnet:private-pool-v2-production-smoke-check && npm run mainnet:production-smoke-evidence-check && npm run mainnet:private-settlement-check && npm run mainnet:send-production-check && npm run send:production-privacy-claim-gate && npm run mainnet:send-live-evidence-contract-check && npm run mainnet:swap-production-check && npm run unshield:balance-ledger-check && npm run mainnet:unshield-production-check && npm run mainnet:actual-private-production-evidence-check && npm run mainnet:actual-private-production-capability-check && npm run mainnet:actual-private-settlement-evidence-check && npm run mainnet:actual-private-settlement-review-check && npm run mainnet:actual-private-settlement-lineage-check && npm run mainnet:actual-private-settlement-live-data-check && npm run mainnet:actual-private-settlement-executor-check && npm run mainnet:actual-private-settlement-operator-packet-check && npm run mainnet:actual-private-settlement-browser-handoff-check && npm run mainnet:actual-private-settlement-evidence-writer-check && npm run mainnet:actual-private-settlement-plan-check && npm run mainnet:actual-private-settlement-plan-env-packet-check && npm run mainnet:actual-private-live-source-next-step-check && npm run mainnet:actual-private-accepted-public-inputs-env-check && npm run mainnet:actual-private-settlement-plan-json-check && npm run mainnet:actual-private-settlement-relayer-caller-check && npm run private-pool-v2:solana-spend-transaction-builder-check && npm run private-pool-v2:solana-spend-transaction-check && npm run private-pool-v2:solana-relayer-submission-check && npm run private-pool-v2:service-network-check && npm run private-pool-v2:role-storage-check && npm run wallet:signing-safety-check && npm run wallet:manager-check && npm run wallet:browser-signing-safety-check && npm run mainnet:wallet-production-browser-check && npm run wallet:fresh-wallet-check && npm run wallet:fresh-wallet-browser-check && npm run wallet:transaction-safety-check && npm run wallet:backed-simulation-check && npm run wallet:message-intent-safety-check && npm run wallet:message-intent-adoption-check && npm run umbra:wallet-adapter-gate-check && npm run umbra:operation-gate-adoption-check && npm run umbra:operation-summary-check && npm run umbra:operation-client-summary-gate-check && npm run umbra:operation-summary-builders-check && npm run umbra:operation-summary-display-check && npm run umbra:benchmark-approval-samples-check && npm run umbra:approval-review-page-check && npm run umbra:approval-review-page-browser-check && npm run umbra:shield-action-review-check && npm run umbra:unshield-action-review-check && npm run wallet:live-send-inventory-check && npm run wallet:safe-send-boundary-check && npm run shield:safe-send-adoption-check && npm run send:safe-send-adoption-check && npm run swap:safe-send-adoption-check && npm run unshield:safe-send-adoption-check && npm run mainnet:wallet-signing-evidence-check && npm run mainnet:secret-handling-check && npm run mainnet:approval-gates-check && npm run mainnet:approval-gates-evidence-check && npm run mainnet:real-funds-approval-check && npm run mainnet:real-funds-approval-status-check && npm run pay:production-private-rail-guard-check && npm run pay:production-readiness-contract-check && npm run audit:package-check && npm run security:limitations-check && npm run truth:transaction-check && npm run truth:privacy-claim-gate && npm run mainnet:transaction-evidence-check && npm run operator:runbook-check",
"operator:runbook-check": "node scripts/check-vanta-operator-runbook.mjs",
"check:swap-lane": "node scripts/check-meteora-swap-lane.mjs",
"pay:contract-check": "node scripts/check-vanta-pay-contract.mjs",
"pay:status": "node scripts/print-vanta-pay-status.mjs",
"pay:status-json": "node scripts/print-vanta-pay-status.mjs --json",
"pay:merchant-trust-status": "node scripts/print-vanta-pay-merchant-trust-status.mjs",
"pay:merchant-trust-status-json": "node scripts/print-vanta-pay-merchant-trust-status.mjs --json",
"pay:merchant-trust-status-check": "node scripts/print-vanta-pay-merchant-trust-status.mjs --check",
"pay:approval-packet-check": "node scripts/check-vanta-pay-approval-packet.mjs",
"pay:customer-side-zk-escrow-binding-check": "node scripts/check-vanta-pay-customer-side-zk-escrow-binding.mjs",
"pay:receipt-public-view-check": "node scripts/check-vanta-pay-receipt-public-view.mjs",
"compliance:gateway-check": "node scripts/check-vanta-compliance-gateway.mjs",
"pay:institutional-disclosure-receipt-check": "node scripts/check-vanta-pay-institutional-disclosure-receipt.mjs",
"pay:growth-loop-check": "node scripts/check-vanta-pay-growth-loop.mjs",
"pay:measured-loop-implementation-check": "node scripts/check-vanta-pay-measured-loop-implementation.mjs",
"pay:counterparty-activation-check": "node scripts/check-vanta-pay-counterparty-activation.mjs",
"pay:hidden-economics-request-check": "node scripts/check-vanta-pay-hidden-economics-settlement.mjs",
"pay:committed-checkout-acceptance-check": "node scripts/check-vanta-pay-committed-checkout-acceptance.mjs",
"pay:operator": "node operator/pay-server.mjs",
"pay:merchant-api-check": "node scripts/check-vanta-pay-merchant-api.mjs",
"pay:production-private-rail-guard-check": "node scripts/check-vanta-pay-production-private-rail-guard.mjs",
"pay:production-readiness": "node scripts/print-vanta-pay-production-readiness.mjs",
"pay:production-readiness-json": "node scripts/print-vanta-pay-production-readiness.mjs --json",
"pay:production-readiness-check": "node scripts/print-vanta-pay-production-readiness.mjs --check-ready",
"pay:production-readiness-contract-check": "node scripts/check-vanta-pay-production-readiness.mjs",
"pay:browser-check": "node scripts/check-vanta-pay-browser.mjs",
"beta-mode:check": "node scripts/check-vanta-beta-mode.mjs",
"render:production-services-suspend": "node scripts/suspend-vanta-render-production-services.mjs",
"protocol:browser-check": "node scripts/check-vanta-protocol-browser.mjs",
"protocol:amount-placeholders-check": "node scripts/check-vanta-protocol-amount-placeholders.mjs",
"send:requires-shielded-state-check": "node scripts/check-vanta-send-requires-shielded-state.mjs",
"send:balance-ledger-check": "node scripts/check-vanta-send-balance-ledger-contract.mjs",
"send:trust-packet": "node scripts/print-vanta-protocol-trust-packet.mjs --action=send",
"send:trust-packet-json": "node scripts/print-vanta-protocol-trust-packet.mjs --action=send --json",
"send:trust-packet-check": "node scripts/print-vanta-protocol-trust-packet.mjs --action=send --check",
"send:production-privacy-claim-gate": "node scripts/check-vanta-send-production-privacy-claim-gate.mjs",
"send:discovery-migration-policy-check": "node scripts/check-vanta-send-discovery-migration-policy.mjs",
"send:discovery-indexer-handoff-check": "node scripts/check-vanta-private-pool-v2-send-discovery-indexer-handoff.mjs",
"indexer:view-tag-pull-check": "node scripts/check-vanta-indexer-view-tag-pull.mjs",
"send:direct-viewing-key-exchange-check": "node scripts/check-vanta-send-direct-viewing-key-exchange.mjs",
"send:output-commitment-binding-check": "npm run private-pool-v2:send-circuit-check",
"claim:relayer-fee-bound-check": "npm run private-pool-v2:send-circuit-check && npm run private-pool-v2:claim-circuit-check && npm run zk:circuit-soundness-lint",
"send:verify": "npm run send:recipient-validation-check && npm run send:direct-viewing-key-exchange-check && npm run send:requires-shielded-state-check && npm run send:balance-ledger-check && npm run private-pool-v2:product-action-contract-check && npm run send:trust-packet-check && npm run send:safe-send-adoption-check && npm run actions:memo-encryption-check && npm run private-core:send-check && npm run private-core:send-proof-artifact-consistency-check && npm run private-core:send-operator-no-witness-check && npm run private-core:send-operator-redaction-check && npm run private-core:send-nullifier-replay-no-witness-check && npm run send:production-privacy-claim-gate && npm run send:discovery-migration-policy-check && npm run send:discovery-indexer-handoff-check && npm run mainnet:send-live-evidence-contract-check && npm run private-core:send-committed-settlement-check && npm run private-pool-v2:send-proof-request-check && npm run private-pool-v2:send-circuit-check && npm run send:output-commitment-binding-check && npm run private-pool-v2:send-proof-artifact-consistency-check && npm run private-pool-v2:local-bb-fixture-prover-check && npm run private-pool-v2:send-witness-prover-check && npm run private-pool-v2:send-operator-no-witness-check && npm run private-pool-v2:public-input-hash-alignment-check && npm run private-pool-v2:protocol-client-check && npm run mainnet:send-production-check && npm run programmatic-privacy:contract-check",
"swap:quote-countdown-check": "node scripts/check-vanta-quote-countdown-bar.mjs",
"swap:advanced-panel-check": "node scripts/check-vanta-swap-advanced-panel.mjs",
"swap:receipt-modal-check": "node scripts/check-vanta-swap-receipt-modal.mjs",
"swap:requires-shielded-state-check": "node scripts/check-vanta-swap-requires-shielded-state.mjs",
"swap:capability-check": "node scripts/check-vanta-shielded-swap-capability.mjs && node scripts/check-vanta-sol-to-shielded-route-adapter.mjs && npm run swap:turnkey-liquidity-signer-dry-run-check && npm run swap:turnkey-liquidity-live-signer-adapter-check && node scripts/check-vanta-jupiter-sol-to-shielded-adapter.mjs",
"swap:jupiter-sol-to-shielded-adapter": "node operator/jupiter-sol-to-shielded-route-adapter.mjs",
"swap:jupiter-sol-to-shielded-adapter-check": "node scripts/check-vanta-jupiter-sol-to-shielded-adapter.mjs",
"swap:turnkey-liquidity-signer-dry-run-check": "node scripts/check-vanta-turnkey-liquidity-signer-dry-run.mjs",
"swap:turnkey-liquidity-live-signer-adapter-check": "node scripts/check-vanta-turnkey-liquidity-live-signer-adapter.mjs",
"swap:committed-settlement-check": "npm run private-pool-v2:product-action-contract-check && node scripts/check-vanta-swap-committed-settlement-bridge.mjs && npm run swap:browser-proof-receipt-check",
"swap:browser-proof-receipt-check": "node scripts/check-vanta-swap-browser-proof-receipt-bridge.mjs",
"swap:browser-proof-receipt-prover-check": "npm run private-pool-v2:swap-to-shielded-browser-worker-prover-check",
"swap:output-commitment-binding-check": "npm run private-pool-v2:swap-to-shielded-circuit-check",
"swap:economics-binding-check": "npm run private-pool-v2:swap-to-shielded-circuit-check && npm run private-pool-v2:swap-to-shielded-proof-request-check && npm run private-pool-v2:public-input-hash-alignment-check && npm run zk:circuit-soundness-lint",
"send-swap:valid-until-slot-bound-check": "npm run private-pool-v2:send-circuit-check && npm run private-pool-v2:swap-to-shielded-circuit-check && npm run zk:circuit-soundness-lint",
"swap:trust-packet": "node scripts/print-vanta-private-core-swap-trust-packet.mjs",
"swap:trust-packet-json": "node scripts/print-vanta-private-core-swap-trust-packet.mjs --json",
"swap:trust-packet-check": "node scripts/print-vanta-private-core-swap-trust-packet.mjs --check",
"send:recipient-validation-check": "node scripts/check-vanta-send-recipient-validation.mjs",
"send:receipt-modal-check": "node scripts/check-vanta-send-receipt-modal.mjs",
"shield:trust-packet": "node scripts/print-vanta-protocol-trust-packet.mjs --action=shield",
"shield:trust-packet-json": "node scripts/print-vanta-protocol-trust-packet.mjs --action=shield --json",
"shield:trust-packet-check": "node scripts/print-vanta-protocol-trust-packet.mjs --action=shield --check",
"unshield:trust-packet": "node scripts/print-vanta-protocol-trust-packet.mjs --action=unshield",
"unshield:trust-packet-json": "node scripts/print-vanta-protocol-trust-packet.mjs --action=unshield --json",
"unshield:trust-packet-check": "node scripts/print-vanta-protocol-trust-packet.mjs --action=unshield --check",
"unshield:advanced-panel-check": "node scripts/check-vanta-unshield-advanced-panel.mjs",
"unshield:receipt-modal-check": "node scripts/check-vanta-unshield-receipt-modal.mjs",
"unshield:direct-release-auth-check": "node scripts/check-vanta-unshield-direct-release-auth.mjs",
"pay-tab:copy-check": "node scripts/check-vanta-pay-tab-copy.mjs",
"pay:doc-truth-check": "node scripts/check-vanta-pay-doc-truth.mjs",
"token-capability-map:check": "node scripts/check-vanta-token-capability-map.mjs",
"token-availability:check": "npm run vite-env:contract-check && node scripts/check-vanta-token-availability.mjs && npm run token-capability-map:check && npm run shield:executability-claims-check",
"strategy:planner-check": "node scripts/check-vanta-strategy-planner.mjs",
"strategy:execution-adapter-check": "node scripts/check-vanta-strategy-execution-adapter.mjs",
"strategy:runtime-check": "node scripts/check-vanta-strategy-runtime.mjs",
"strategy:operator-runtime": "node operator/strategy-runtime-server.mjs",
"strategy:operator-runtime-check": "node scripts/check-vanta-strategy-operator-runtime.mjs",
"strategy:page-state-check": "node --experimental-strip-types scripts/check-vanta-strategy-page-state.mjs",
"strategy:private-rail-check": "node scripts/check-vanta-strategy-private-rail.mjs",
"strategy:committed-settlement-check": "node scripts/check-vanta-strategy-committed-settlement.mjs",
"strategy:route-quote-privacy-check": "node scripts/check-vanta-strategy-route-quote-privacy.mjs",
"strategy:production-service-readiness-check": "node scripts/check-vanta-strategy-production-service-readiness.mjs",
"strategy:agent-policy-packet-check": "node scripts/check-vanta-strategy-agent-policy-packet.mjs",
"strategy:paper-trading-ledger-check": "node scripts/check-vanta-strategy-paper-trading-ledger.mjs",
"strategy:confidence-calibration-check": "node scripts/check-vanta-strategy-confidence-calibration.mjs",
"strategy:signal-validation-check": "node scripts/check-vanta-strategy-signal-validation.mjs",
"strategy:recommendation-ledger-check": "node scripts/check-vanta-strategy-recommendation-ledger.mjs",
"strategy:model-scorecard-check": "node scripts/check-vanta-strategy-model-scorecard.mjs",
"strategy:trading-lab-ui-check": "node scripts/check-vanta-strategy-trading-lab-ui.mjs",
"strategy:private-rail-trust-contract-check": "node scripts/check-vanta-strategy-private-rail-trust-contract.mjs",
"strategy:privacy-readiness-check": "node scripts/check-vanta-strategy-privacy-readiness.mjs",
"strategy:browser-check": "node scripts/check-vanta-strategy-browser.mjs",
"strategy-tab:copy-check": "node scripts/check-vanta-strategy-tab-copy.mjs",
"strategy:verify": "npm run pricing:contract-check && npm run strategy:planner-check && npm run strategy:execution-adapter-check && npm run strategy:runtime-check && npm run strategy:operator-runtime-check && npm run strategy:page-state-check && npm run strategy:private-rail-check && npm run strategy:committed-settlement-check && npm run strategy:route-quote-privacy-check && npm run strategy:production-service-readiness-check && npm run strategy:agent-policy-packet-check && npm run strategy:paper-trading-ledger-check && npm run strategy:confidence-calibration-check && npm run strategy:signal-validation-check && npm run strategy:recommendation-ledger-check && npm run strategy:model-scorecard-check && npm run strategy:trading-lab-ui-check && npm run strategy:private-rail-trust-contract-check && npm run strategy:privacy-readiness-check && npm run strategy-tab:copy-check && npm run strategy:browser-check && npm run build",
"pay:verify": "npm run pricing:contract-check && npm run token-availability:check && npm run pay:contract-check && npm run pay:status && npm run pay:status-json && npm run pay:merchant-trust-status && npm run pay:merchant-trust-status-json && npm run pay:merchant-trust-status-check && npm run pay:approval-packet-check && npm run pay:receipt-privacy-contract-check && npm run pay:receipt-public-view-check && npm run pay:institutional-disclosure-receipt-check && npm run compliance:gateway-check && npm run zk:phase2-product-proof-requests-check && npm run pay:growth-loop-check && npm run pay:measured-loop-implementation-check && npm run pay:counterparty-activation-check && npm run pay:hidden-economics-request-check && npm run pay:committed-checkout-acceptance-check && npm run pay-tab:copy-check && npm run pay:doc-truth-check && npm run pay:merchant-api-check && npm run pay:production-private-rail-guard-check && npm run pay:production-readiness-json && npm run pay:production-readiness-contract-check && npm run pay:browser-check && npm run security:limitations-check && npm run operator:runbook-check && npm run build && npm run private-perps:check && npm run shielded-rwa:check && npm run privacy-sdk:check && npm run velocity-intelligence:check",
"shield-assets:check": "node scripts/check-vanta-live-shield-assets.mjs",
"shield:production-assets-check": "node scripts/check-vanta-production-shield-assets.mjs",
"shielded-assets:visibility-check": "node scripts/check-vanta-shielded-asset-visibility.mjs",
"shield:asset-labels-check": "node scripts/check-vanta-shield-asset-labels.mjs",
"shield:capability-check": "node scripts/check-vanta-shield-capability-contract.mjs",
"shield:native-sol-check": "node scripts/check-vanta-native-sol-shield.mjs",
"shield:sol-account-amount-check": "node scripts/check-vanta-shielded-sol-account-amount.mjs",
"shield:balance-ledger-check": "node scripts/check-vanta-shielded-balance-ledger-contract.mjs",
"shield:committed-settlement-check": "node scripts/check-vanta-shield-committed-settlement.mjs",
"shield:memo-encryption-check": "node scripts/check-vanta-shield-memo-encryption.mjs",
"shield:viewing-key-ui-check": "node scripts/check-vanta-shield-viewing-key-ui.mjs",
"shield:viewing-key-custody-check": "node scripts/check-vanta-shield-viewing-key-custody.mjs",
"recovery:panel-check": "node scripts/check-vanta-recovery-panel.mjs",
"recovery:settings-route-check": "node scripts/check-vanta-recovery-settings-route.mjs",
"shield:key-derivation-intent-check": "node scripts/check-vanta-shield-key-derivation-intent.mjs",
"shield:decoy-batcher-check": "node scripts/check-vanta-shield-decoy-batcher.mjs",
"shield:ui-claim-boundary-check": "node scripts/check-vanta-shield-ui-claim-boundary.mjs",
"shield:privacy-readiness": "node scripts/print-vanta-shield-privacy-readiness.mjs",
"shield:privacy-readiness-json": "node scripts/print-vanta-shield-privacy-readiness.mjs --json",
"shield:privacy-readiness-check": "node scripts/check-vanta-shield-privacy-readiness.mjs",
"shield:user-vault-check": "node scripts/check-vanta-user-vault-owner.mjs",
"shield:verify": "npm run shield:asset-labels-check && npm run shield:capability-check && npm run shield:executability-claims-check && npm run shield:universal-target-check && npm run shield:route-evidence-check && npm run shield:native-sol-check && npm run shield:sol-account-amount-check && npm run shield:balance-ledger-check && npm run shield:committed-settlement-check && npm run private-pool-v2:shield-proof-request-check && npm run private-pool-v2:public-input-hash-alignment-check && npm run private-pool-v2:hidden-economics-request-check && npm run private-pool-v2:shield-circuit-check && npm run private-pool-v2:shield-prove && npm run private-pool-v2:shield-proof-artifact-consistency-check && npm run private-pool-v2:shield-operator-no-witness-check && npm run shield:memo-encryption-check && npm run shield:viewing-key-ui-check && npm run shield:viewing-key-custody-check && npm run recovery:panel-check && npm run recovery:settings-route-check && npm run shield:key-derivation-intent-check && npm run zk:owner-context-record-source-import-check && npm run zk:owner-context-legacy-quarantine-policy-check && npm run shield:decoy-batcher-check && npm run shield:ui-claim-boundary-check && npm run shield:user-vault-check && npm run shield:privacy-readiness-check && npm run build && npm run shield:production-assets-check && npm run shielded-assets:visibility-check",
"umbra:adapter-check": "node scripts/check-vanta-umbra-adapter.mjs",
"umbra:adapter-check-json": "node scripts/check-vanta-umbra-adapter.mjs --json",
"private-pool-v2:contract-check": "node scripts/check-vanta-private-pool-v2-contract.mjs",
"private-pool-v2:benchmark-json": "node scripts/check-vanta-private-pool-v2-contract.mjs --json",
"private-pool-v2:local-runtime-check": "node scripts/check-vanta-private-pool-v2-local-runtime.mjs",
"private-pool-v2:remote-services-check": "node scripts/check-vanta-private-pool-v2-remote-services.mjs",
"private-pool-v2:mock-proof-boundary-check": "node scripts/check-vanta-private-pool-v2-mock-proof-boundary.mjs",
"private-pool-v2:proof-backend-boundary-check": "node scripts/check-vanta-private-pool-v2-proof-backend-boundary.mjs && npm run private-pool-v2:actual-private-spend-runtime-proof-service-check && npm run private-pool-v2:browser-worker-prover-check && npm run private-pool-v2:actual-private-spend-browser-worker-prover-check && npm run private-pool-v2:shield-browser-worker-prover-check && npm run private-pool-v2:claim-browser-worker-prover-check && npm run private-pool-v2:swap-to-shielded-browser-worker-prover-check && npm run private-pool-v2:browser-worker-proof-result-adapter-check",
"private-pool-v2:remote-proof-artifact-boundary-check": "node scripts/check-vanta-private-pool-v2-remote-proof-artifact-boundary.mjs",
"private-pool-v2:local-indexer-check": "npm run private-pool-v2:contract-check && npm run private-pool-v2:local-runtime-check && npm run build",
"private-pool-v2:local-relayer-check": "npm run private-pool-v2:contract-check && npm run private-pool-v2:local-runtime-check && npm run build",
"private-pool-v2:local-prover-check": "npm run private-pool-v2:contract-check && npm run private-pool-v2:local-runtime-check && npm run private-pool-v2:local-bb-fixture-prover-check && npm run private-pool-v2:actual-private-spend-witness-prover-check && npm run private-pool-v2:send-witness-prover-check && npm run private-pool-v2:browser-worker-prover-check && npm run private-pool-v2:actual-private-spend-browser-worker-prover-check && npm run private-pool-v2:shield-browser-worker-prover-check && npm run private-pool-v2:claim-browser-worker-prover-check && npm run private-pool-v2:swap-to-shielded-browser-worker-prover-check && npm run private-pool-v2:browser-worker-proof-result-adapter-check && npm run build",
"private-pool-v2:local-verifier-check": "npm run private-pool-v2:contract-check && npm run private-pool-v2:local-runtime-check && npm run private-pool-v2:proof-backend-boundary-check && npm run private-pool-v2:local-bb-fixture-prover-check && npm run private-pool-v2:actual-private-spend-witness-prover-check && npm run private-pool-v2:send-witness-prover-check && npm run private-pool-v2:shield-proof-artifact-consistency-check && npm run private-pool-v2:shield-operator-no-witness-check && npm run private-pool-v2:claim-proof-artifact-consistency-check && npm run private-pool-v2:claim-operator-no-witness-check && npm run private-pool-v2:swap-to-shielded-proof-artifact-consistency-check && npm run private-pool-v2:swap-to-shielded-operator-no-witness-check && npm run private-pool-v2:send-proof-artifact-consistency-check && npm run private-pool-v2:actual-private-spend-proof-artifact-consistency-check && npm run private-pool-v2:send-operator-no-witness-check && npm run private-pool-v2:actual-private-spend-operator-no-witness-check && npm run build",
"private-pool-v2:shield-proof-request-check": "node scripts/check-vanta-private-pool-v2-shield-proof-request.mjs",
"private-pool-v2:shield-proof-artifact-consistency-check": "node scripts/check-vanta-private-pool-v2-shield-proof-artifact-consistency.mjs",
"private-pool-v2:shield-operator-no-witness-check": "node scripts/check-vanta-private-pool-v2-shield-operator-no-witness.mjs",
"private-pool-v2:shield-browser-worker-prover-check": "node scripts/check-vanta-private-pool-v2-shield-browser-worker-prover.mjs",
"private-pool-v2:claim-browser-worker-prover-check": "node scripts/check-vanta-private-pool-v2-claim-browser-worker-prover.mjs",
"private-pool-v2:swap-to-shielded-browser-worker-prover-check": "node scripts/check-vanta-private-pool-v2-swap-to-shielded-browser-worker-prover.mjs",
"private-pool-v2:claim-proof-artifact-consistency-check": "node scripts/check-vanta-private-pool-v2-claim-proof-artifact-consistency.mjs",
"private-pool-v2:swap-to-shielded-proof-artifact-consistency-check": "node scripts/check-vanta-private-pool-v2-swap-to-shielded-proof-artifact-consistency.mjs",
"private-pool-v2:send-proof-request-check": "node scripts/check-vanta-private-pool-v2-send-proof-request.mjs",
"private-pool-v2:unshield-proof-request-check": "node scripts/check-vanta-private-pool-v2-unshield-proof-request.mjs",
"private-pool-v2:onchain-unshield-custody-check": "node scripts/check-vanta-private-pool-v2-onchain-unshield-custody.mjs",
"private-pool-v2:pda-vault-custody-check": "node scripts/check-vanta-private-pool-v2-pda-vault-custody.mjs",
"private-pool-v2:runtime-verifier-wired-gate-check": "node scripts/check-vanta-private-pool-v2-runtime-verifier-wired-gate.mjs",
"private-pool-v2:shield-verifier-cpi-gap-check": "node scripts/check-vanta-private-pool-v2-shield-verifier-cpi-gap.mjs",
"unshield:paused-banner-check": "node scripts/check-vanta-unshield-paused-banner.mjs",
"pqc:hybrid-viewing-key-contract-check": "node scripts/check-vanta-pqc-hybrid-viewing-key-contract.mjs",
"private-pool-v2:native-sol-shield-ingestion-check": "node scripts/check-vanta-private-pool-v2-native-sol-shield-ingestion.mjs",
"private-pool-v2:native-sol-tag6-wiring-check": "node scripts/check-vanta-private-pool-v2-native-sol-tag6-wiring-check.mjs",
"private-pool-v2:native-sol-unshield-proof-request-check": "node scripts/check-vanta-private-pool-v2-native-sol-unshield-proof-request-check.mjs",
"private-pool-v2:native-sol-sentinel-in-snapshot-check": "node scripts/check-vanta-private-pool-v2-native-sol-sentinel-in-snapshot-check.mjs",
"private-pool-v2:tag6-full-predeploy-checklist": "node scripts/native-sol-tag6/run-tag6-full-predeploy-checklist.mjs",
"private-pool-v2:tag6-live-evidence-prep-checklist": "node scripts/native-sol-tag6/run-tag6-live-evidence-prep-checklist.mjs --write-evidence",
"private-pool-v2:tag6-live-evidence-prep-check": "node scripts/check-vanta-tag6-live-evidence-prep.mjs",
"tag6:derive-sol-vault-pdas": "node scripts/native-sol-tag6/derive-sol-vault-pdas.mjs",
"tag6:build-register-sol-vault-asset-instruction": "node scripts/native-sol-tag6/build-register-sol-vault-asset-instruction.mjs",
"tag6:scan-mainnet-releases": "node scripts/native-sol-tag6/scan-mainnet-tag6-sol-releases.mjs",
"tag6:verify-full-tag6-sol-release-evidence": "node scripts/native-sol-tag6/verify-full-tag6-sol-release-evidence.mjs",
"tag6:generate-external-gate-request-package": "node scripts/native-sol-tag6/generate-tag6-external-gate-request-package.mjs",
"private-pool-v2:unshield-vault-preflight-check": "node scripts/check-vanta-private-pool-v2-onchain-unshield-custody.mjs",
"private-pool-v2:swap-to-shielded-proof-request-check": "node scripts/check-vanta-private-pool-v2-swap-to-shielded-proof-request.mjs",
"private-pool-v2:public-input-hash-alignment-check": "node scripts/check-vanta-private-pool-v2-public-input-hash-alignment.mjs",
"private-pool-v2:hidden-economics-request-check": "node scripts/check-vanta-private-pool-v2-hidden-economics-request.mjs",
"private-pool-v2:anonymity-set-readiness": "node scripts/print-vanta-private-pool-v2-anonymity-set-readiness.mjs",
"private-pool-v2:anonymity-set-readiness-json": "node scripts/print-vanta-private-pool-v2-anonymity-set-readiness.mjs --json",
"private-pool-v2:anonymity-set-readiness-check": "node scripts/check-vanta-private-pool-v2-anonymity-set-readiness.mjs",
"private-pool-v2:anonymity-set-metrics": "node scripts/print-vanta-private-pool-v2-anonymity-set-metrics.mjs",
"private-pool-v2:anonymity-set-metrics-json": "node scripts/print-vanta-private-pool-v2-anonymity-set-metrics.mjs --json",
"private-pool-v2:anonymity-set-metrics-check": "node scripts/check-vanta-private-pool-v2-anonymity-set-metrics.mjs",
"private-pool-v2:anonymity-set-evidence-check": "node scripts/check-vanta-private-pool-v2-anonymity-set-evidence.mjs",
"anonymity:1024-bootstrap-prep-check": "node scripts/check-vanta-anonymity-set-1024-bootstrap-prep.mjs",
"anonymity:1024-bootstrap-checklist": "node scripts/anonymity-bootstrap/run-anonymity-set-1024-bootstrap-checklist.mjs",
"anonymity:1024-bootstrap-status": "node scripts/print-vanta-anonymity-set-1024-bootstrap-status.mjs",
"anonymity:1024-bootstrap-status-json": "node scripts/print-vanta-anonymity-set-1024-bootstrap-status.mjs --json",
"anonymity:bootstrap-batch-001-plan-check": "node scripts/check-vanta-anonymity-bootstrap-batch-001-plan.mjs",
"anonymity:bootstrap-batch-001-approval-env": "node scripts/print-vanta-anonymity-bootstrap-batch-001-approval-env.mjs",
"anonymity:bootstrap-batch-001-approval-env-json": "node scripts/print-vanta-anonymity-bootstrap-batch-001-approval-env.mjs --json",
"anonymity:bootstrap-batch-001-approval-env-now": "node scripts/print-vanta-anonymity-bootstrap-batch-001-approval-env.mjs --start-now",
"private-pool-v2:live-anonymity-set-probe-check": "node scripts/check-vanta-live-anonymity-set-probe.mjs",
"private-pool-v2:public-depth-disclosure-check": "node scripts/check-vanta-private-pool-v2-public-depth-disclosure.mjs",
"private-pool-v2:relayer-separation-evidence-check": "node scripts/check-vanta-private-pool-v2-relayer-separation-evidence.mjs",
"relayer:jitter-and-batching-check": "node scripts/check-vanta-private-pool-v2-relayer-jitter-batching.mjs",
"relayer:privacy-transport-check": "node scripts/check-vanta-private-pool-v2-relayer-privacy-transport.mjs",
"relayer:privacy-transport-acquisition-check": "node scripts/check-vanta-private-pool-v2-relayer-privacy-transport-acquisition.mjs",
"relayer:privacy-transport-review-dispatch-check": "node scripts/check-vanta-private-pool-v2-relayer-privacy-transport-review-dispatch.mjs",
"relayer:privacy-transport-issue-intake-check": "node scripts/check-vanta-private-pool-v2-relayer-privacy-transport-issue-intake.mjs",
"relayer:privacy-transport-closure-check": "node scripts/check-vanta-private-pool-v2-relayer-privacy-transport-closure.mjs",
"private-pool-v2:production-relayer-review-check": "node scripts/check-vanta-private-pool-v2-production-relayer-review.mjs",
"private-pool-v2:production-relayer-review-preview": "node scripts/write-vanta-private-pool-v2-production-relayer-review.mjs --dry-run",
"private-pool-v2:production-relayer-review-write": "node scripts/write-vanta-private-pool-v2-production-relayer-review.mjs --write",
"private-pool-v2:production-privacy-reviewer-packet-check": "node scripts/check-vanta-private-pool-v2-production-privacy-reviewer-packet.mjs",
"private-pool-v2:actual-private-transaction-rail-check": "node scripts/check-vanta-actual-private-transaction-rail.mjs",
"private-transaction:mvp-check": "npm run private-pool-v2:actual-private-transaction-rail-check",
"private-pool-v2:shield-capability-adapter-check": "node scripts/check-vanta-private-pool-v2-shield-capability-adapter.mjs",
"private-pool-v2:claim-proof-request-check": "node scripts/check-vanta-private-pool-v2-shield-proof-request.mjs",
"private-pool-v2:shield-circuit-check": "node scripts/check-vanta-private-pool-v2-shield-circuit.mjs",
"private-pool-v2:send-circuit-check": "node scripts/check-vanta-private-pool-v2-send-circuit.mjs",
"private-pool-v2:swap-to-shielded-circuit-check": "node scripts/check-vanta-private-pool-v2-swap-to-shielded-circuit.mjs",
"private-pool-v2:actual-private-spend-circuit-check": "node scripts/check-vanta-private-pool-v2-actual-private-spend-circuit.mjs",
"private-pool-v2:claim-circuit-check": "node scripts/check-vanta-private-pool-v2-claim-circuit.mjs",
"private-pool-v2:shield-prove": "node scripts/prove-vanta-private-pool-v2-circuit.mjs shield",
"private-pool-v2:send-prove": "node scripts/prove-vanta-private-pool-v2-circuit.mjs send",
"private-pool-v2:send-proof-artifact-consistency-check": "node scripts/check-vanta-private-pool-v2-send-proof-artifact-consistency.mjs",
"private-pool-v2:actual-private-spend-proof-artifact-consistency-check": "node scripts/check-vanta-private-pool-v2-actual-private-spend-proof-artifact-consistency.mjs",
"private-pool-v2:actual-private-spend-runtime-proof-service-check": "node scripts/check-vanta-private-pool-v2-actual-private-spend-runtime-proof-service.mjs",
"private-pool-v2:product-action-contract-check": "node scripts/check-vanta-private-pool-v2-product-action-contract.mjs",
"private-pool-v2:actual-private-spend-witness-prover-check": "node scripts/check-vanta-private-pool-v2-actual-private-spend-witness-prover.mjs",
"private-pool-v2:send-witness-prover-check": "node scripts/check-vanta-private-pool-v2-send-witness-prover.mjs",
"private-pool-v2:browser-worker-prover-check": "node scripts/check-vanta-private-pool-v2-browser-worker-prover.mjs",
"private-pool-v2:actual-private-spend-browser-worker-prover-check": "node scripts/check-vanta-private-pool-v2-actual-private-spend-browser-worker-prover.mjs",
"private-pool-v2:browser-worker-proof-result-adapter-check": "node scripts/check-vanta-private-pool-v2-browser-worker-proof-result-adapter.mjs",
"private-pool-v2:local-bb-fixture-prover-check": "node scripts/check-vanta-private-pool-v2-local-bb-fixture-prover.mjs",
"private-pool-v2:claim-operator-no-witness-check": "node scripts/check-vanta-private-pool-v2-claim-operator-no-witness.mjs",
"private-pool-v2:swap-to-shielded-operator-no-witness-check": "node scripts/check-vanta-private-pool-v2-swap-to-shielded-operator-no-witness.mjs",
"private-pool-v2:send-operator-no-witness-check": "node scripts/check-vanta-private-pool-v2-send-operator-no-witness.mjs",
"private-pool-v2:actual-private-spend-operator-no-witness-check": "node scripts/check-vanta-private-pool-v2-actual-private-spend-operator-no-witness.mjs",
"private-pool-v2:send-discovery-indexer-handoff-check": "node scripts/check-vanta-private-pool-v2-send-discovery-indexer-handoff.mjs",
"private-pool-v2:swap-to-shielded-prove": "node scripts/prove-vanta-private-pool-v2-circuit.mjs swap-to-shielded",
"private-pool-v2:actual-private-spend-prove": "node scripts/prove-vanta-private-pool-v2-circuit.mjs actual-private-spend",
"private-pool-v2:claim-prove": "node scripts/prove-vanta-private-pool-v2-circuit.mjs claim",
"private-pool-v2:status": "node scripts/print-vanta-private-pool-v2-status.mjs",
"private-pool-v2:status-json": "node scripts/print-vanta-private-pool-v2-status.mjs --json",
"private-pool-v2:sbf-abi-status": "node scripts/check-vanta-private-pool-v2-sbf-abi-status.mjs",
"private-pool-v2:sbf-abi-status-json": "node scripts/check-vanta-private-pool-v2-sbf-abi-status.mjs --json",
"private-pool-v2:sbf-abi-check": "node scripts/check-vanta-private-pool-v2-sbf-abi-status.mjs --check",
"private-pool-v2:root-provenance-check": "node scripts/check-vanta-private-pool-v2-root-provenance.mjs",
"private-pool-v2:program-merkle-tree-check": "node scripts/check-vanta-private-pool-v2-program-merkle-tree.mjs",
"private-pool-v2:operator": "node operator/private-pool-v2-server.mjs",
"private-pool-v2:indexer": "node operator/private-pool-v2-indexer-server.mjs",
"private-pool-v2:prover": "node operator/private-pool-v2-prover-server.mjs",
"private-pool-v2:relayer": "node operator/private-pool-v2-relayer-server.mjs",
"private-pool-v2:verifier": "node operator/private-pool-v2-verifier-server.mjs",
"private-pool-v2:service-network-check": "node scripts/check-vanta-private-pool-v2-service-network.mjs",
"private-pool-v2:role-storage-check": "node scripts/check-vanta-private-pool-v2-role-storage.mjs",
"private-pool-v2:http-smoke": "node scripts/check-vanta-private-pool-v2-operator-http.mjs",
"private-pool-v2:protocol-client-check": "node scripts/check-vanta-private-pool-v2-protocol-client.mjs",
"private-pool-v2:restart-check": "node scripts/check-vanta-private-pool-v2-operator-restart.mjs",
"private-pool-v2:postgres-store-check": "node scripts/check-vanta-private-pool-v2-postgres-store.mjs",
"private-pool-v2:verify": "npm run zk:review-guards-check && npm run private-pool-v2:contract-check && npm run private-pool-v2:local-runtime-check && npm run private-pool-v2:remote-services-check && npm run private-pool-v2:mock-proof-boundary-check && npm run private-pool-v2:proof-backend-boundary-check && npm run private-pool-v2:remote-proof-artifact-boundary-check && npm run private-pool-v2:local-bb-fixture-prover-check && npm run private-pool-v2:actual-private-spend-witness-prover-check && npm run private-pool-v2:send-witness-prover-check && npm run private-pool-v2:shield-proof-request-check && npm run private-pool-v2:shield-proof-artifact-consistency-check && npm run private-pool-v2:shield-operator-no-witness-check && npm run private-pool-v2:send-proof-request-check && npm run private-pool-v2:send-proof-artifact-consistency-check && npm run private-pool-v2:actual-private-spend-proof-artifact-consistency-check && npm run private-pool-v2:send-operator-no-witness-check && npm run private-pool-v2:actual-private-spend-operator-no-witness-check && npm run private-pool-v2:send-discovery-indexer-handoff-check && npm run private-pool-v2:unshield-proof-request-check && npm run private-pool-v2:pda-vault-custody-check && npm run private-pool-v2:runtime-verifier-wired-gate-check && npm run private-pool-v2:native-sol-tag6-wiring-check && npm run private-pool-v2:native-sol-unshield-proof-request-check && npm run private-pool-v2:native-sol-sentinel-in-snapshot-check && npm run private-pool-v2:swap-to-shielded-proof-request-check && npm run private-pool-v2:swap-to-shielded-proof-artifact-consistency-check && npm run private-pool-v2:swap-to-shielded-operator-no-witness-check && npm run private-pool-v2:public-input-hash-alignment-check && npm run private-pool-v2:hidden-economics-request-check && npm run private-pool-v2:anonymity-set-readiness-check && npm run private-pool-v2:anonymity-set-evidence-check && npm run private-pool-v2:relayer-separation-evidence-check && npm run relayer:jitter-and-batching-check && npm run relayer:privacy-transport-check && npm run relayer:privacy-transport-closure-check && npm run relayer:privacy-transport-acquisition-check && npm run relayer:privacy-transport-review-dispatch-check && npm run mainnet:render-relayer-privacy-transport-env-status && npm run private-pool-v2:production-relayer-review-check && npm run private-pool-v2:production-privacy-reviewer-packet-check && npm run private-pool-v2:actual-private-transaction-rail-check && npm run private-pool-v2:product-action-contract-check && npm run private-pool-v2:shield-capability-adapter-check && npm run private-pool-v2:claim-proof-request-check && npm run private-pool-v2:claim-proof-artifact-consistency-check && npm run private-pool-v2:claim-operator-no-witness-check && npm run private-pool-v2:shield-circuit-check && npm run private-pool-v2:send-circuit-check && npm run send:output-commitment-binding-check && npm run private-pool-v2:swap-to-shielded-circuit-check && npm run swap:output-commitment-binding-check && npm run send-swap:valid-until-slot-bound-check && npm run swap:economics-binding-check && npm run private-pool-v2:actual-private-spend-circuit-check && npm run private-pool-v2:claim-circuit-check && npm run claim:relayer-fee-bound-check && npm run private-pool-v2:shield-prove && npm run private-pool-v2:send-prove && npm run private-pool-v2:swap-to-shielded-prove && npm run private-pool-v2:actual-private-spend-prove && npm run private-pool-v2:claim-prove && npm run private-pool-v2:status && npm run private-pool-v2:status-json && npm run private-pool-v2:sbf-abi-check && npm run private-pool-v2:root-provenance-check && npm run private-pool-v2:program-merkle-tree-check && npm run private-pool-v2:service-network-check && npm run private-pool-v2:solana-spend-transaction-builder-check && npm run private-pool-v2:solana-unshield-transaction-builder-check && npm run private-pool-v2:tag-unshield-relay-bindings-check && npm run private-pool-v2:groth16-verifier-adapter-artifact-check && npm run private-pool-v2:c01-local-unsafe-h6-verifier-cpi-acceptance-check && npm run private-pool-v2:solana-unshield-relayer-submission-check && npm run private-pool-v2:unshield-release-enabled-audit-gate-check && npm run private-pool-v2:solana-spend-transaction-check && npm run private-pool-v2:crucible-check && npm run private-pool-v2:solana-relayer-submission-check && npm run private-pool-v2:role-storage-check && npm run private-pool-v2:http-smoke && npm run private-pool-v2:protocol-client-check && npm run private-pool-v2:postgres-store-check && npm run private-pool-v2:restart-check && npm run private-core:privacy-boundary-check && npm run security:limitations-check && npm run operator:runbook-check && npm run build",
"operator:unshield": "node operator/unshield-server.mjs",
"provision:dlmm": "node scripts/provision-usdc-sol-dlmm-mainnet.cjs",
"private-core:check": "node scripts/check-vanta-private-core-unshield-circuit.mjs && npm run private-core-unshield:nullifier-binding-fixture-check",
"private-core:send-committed-settlement-check": "node scripts/check-vanta-private-core-send-committed-settlement.mjs",
"private-core:unshield-committed-settlement-check": "node scripts/check-vanta-private-core-unshield-committed-settlement.mjs",
"private-core:operator-no-witness-check": "node scripts/check-vanta-private-core-operator-no-witness.mjs",
"private-core:send-operator-no-witness-check": "node scripts/check-vanta-private-core-send-operator-no-witness.mjs",
"private-core:send-proof-artifact-consistency-check": "node scripts/check-vanta-private-core-send-proof-artifact-consistency.mjs",
"private-core:send-operator-redaction-check": "node scripts/check-vanta-private-core-send-operator-redaction.mjs",
"private-core:send-nullifier-replay-no-witness-check": "node scripts/check-vanta-private-core-send-nullifier-replay-no-witness.mjs",
"private-core:privacy-boundary-check": "node scripts/check-vanta-private-core-privacy-boundary.mjs",
"private-core-unshield:nullifier-binding-fixture-check": "node scripts/check-vanta-private-core-nullifier-binding.mjs",
"private-core:nullifier-binding-check": "npm run private-core-unshield:nullifier-binding-fixture-check",
"private-core:consume-check": "node scripts/check-vanta-private-core-operator-consume.mjs",
"private-core:single-note-freeze-check": "node scripts/check-vanta-private-core-single-note-freeze.mjs",
"private-core:contract-smoke": "node scripts/check-vanta-private-core-operator-contract.mjs",
"private-core:operator-contract": "node scripts/print-vanta-private-core-operator-contract.mjs",
"private-core:operator-contract-json": "node scripts/print-vanta-private-core-operator-contract.mjs --json",
"private-core:operator-status": "node scripts/print-vanta-private-core-operator-status.mjs",
"private-core:operator-status-json": "node scripts/print-vanta-private-core-operator-status.mjs --json",
"private-core:operator-status-endpoint-check": "node scripts/check-vanta-private-core-operator-status-endpoint.mjs",
"private-core:operator-status-endpoint-check-json": "node scripts/check-vanta-private-core-operator-status-endpoint.mjs --json",
"private-core:operator-status-check": "node scripts/print-vanta-private-core-operator-status.mjs --check-ready",
"private-core:operator-status-check-json": "node scripts/print-vanta-private-core-operator-status.mjs --json --check-ready",
"private-core:operator-snapshot": "node scripts/print-vanta-private-core-operator-snapshot.mjs",
"private-core:operator-snapshot-json": "node scripts/print-vanta-private-core-operator-snapshot.mjs --json",
"private-core:operator-snapshot-check": "node scripts/print-vanta-private-core-operator-snapshot.mjs --check-ready",
"private-core:operator-snapshot-check-json": "node scripts/print-vanta-private-core-operator-snapshot.mjs --json --check-ready",
"private-core:shipping-artifact": "node scripts/print-vanta-private-core-shipping-artifact.mjs",
"private-core:shipping-artifact-json": "node scripts/print-vanta-private-core-shipping-artifact.mjs --json",
"private-core:shipping-artifact-check": "node scripts/print-vanta-private-core-shipping-artifact.mjs --check-ready",
"private-core:shipping-artifact-check-json": "node scripts/print-vanta-private-core-shipping-artifact.mjs --json --check-ready",
"private-core:release-candidate": "node scripts/print-vanta-private-core-release-candidate.mjs",
"private-core:release-candidate-json": "node scripts/print-vanta-private-core-release-candidate.mjs --json",
"private-core:release-candidate-check": "node scripts/print-vanta-private-core-release-candidate.mjs --check-ready",
"private-core:release-candidate-check-json": "node scripts/print-vanta-private-core-release-candidate.mjs --json --check-ready",
"private-core:release-package": "node scripts/print-vanta-private-core-release-package.mjs",
"private-core:release-package-json": "node scripts/print-vanta-private-core-release-package.mjs --json",
"private-core:release-package-check": "node scripts/print-vanta-private-core-release-package.mjs --check-ready",
"private-core:release-package-check-json": "node scripts/print-vanta-private-core-release-package.mjs --json --check-ready",
"private-core:release-readiness": "node scripts/print-vanta-private-core-release-readiness.mjs",
"private-core:release-readiness-json": "node scripts/print-vanta-private-core-release-readiness.mjs --json",
"private-core:release-readiness-check": "node scripts/print-vanta-private-core-release-readiness.mjs --check-ready",
"private-core:release-readiness-check-json": "node scripts/print-vanta-private-core-release-readiness.mjs --json --check-ready",
"private-core:shipping-status": "node scripts/print-vanta-private-core-shipping-status.mjs",
"private-core:shipping-status-json": "node scripts/print-vanta-private-core-shipping-status.mjs --json",
"private-core:shipping-status-offline-check": "node scripts/check-vanta-private-core-shipping-status-offline.mjs",
"private-core:shipping-check": "node scripts/print-vanta-private-core-shipping-status.mjs --check-ready",
"private-core:shipping-check-json": "node scripts/print-vanta-private-core-shipping-status.mjs --json --check-ready",
"private-core:fixture": "node scripts/write-vanta-private-core-unshield-fixture.mjs",
"private-core:send-fixture": "node scripts/write-vanta-private-core-send-fixture.mjs",
"private-core:swap-fixture": "node scripts/write-vanta-private-core-swap-fixture.mjs",
"private-core:send-check": "node scripts/check-vanta-private-core-send-circuit.mjs",
"private-core:swap-check": "node scripts/check-vanta-private-core-swap-circuit.mjs",
"private-core:send-apply-check": "node scripts/check-vanta-private-core-send-apply.mjs",
"private-core:swap-apply-check": "node scripts/check-vanta-private-core-swap-apply.mjs",
"private-core:send-continuity-check": "node scripts/check-vanta-private-core-send-continuity.mjs",
"private-core:send-recipient-check": "node scripts/check-vanta-private-core-send-recipient.mjs",
"private-core:send-chain-check": "node scripts/check-vanta-private-core-send-chain.mjs",
"private-core:send-roundtrip-check": "node scripts/check-vanta-private-core-send-roundtrip.mjs",
"private-core:send-unshield-roundtrip-check": "node scripts/check-vanta-private-core-send-unshield-roundtrip.mjs",
"private-core:send-change-unshield-check": "node scripts/check-vanta-private-core-send-change-unshield-roundtrip.mjs",
"private-core:send-chain-unshield-check": "node scripts/check-vanta-private-core-send-chain-unshield-roundtrip.mjs",
"private-core:send-chain-http-smoke": "node scripts/check-vanta-private-core-send-operator-chain.mjs",
"private-core:send-unshield-restart-check": "node scripts/check-vanta-private-core-send-unshield-restart.mjs",
"private-core:send-change-unshield-restart-check": "node scripts/check-vanta-private-core-send-change-unshield-restart.mjs",
"private-core:send-chain-unshield-restart-check": "node scripts/check-vanta-private-core-send-chain-unshield-restart.mjs",
"private-core:send-chain-restart-check": "node scripts/check-vanta-private-core-send-chain-restart.mjs",
"private-core:send-prove": "node scripts/prove-vanta-private-core-send.mjs",
"private-core:swap-prove": "node scripts/prove-vanta-private-core-swap.mjs",
"private-core:send-http-smoke": "node scripts/check-vanta-private-core-send-operator-http.mjs",
"private-core:swap-http-smoke": "node scripts/check-vanta-private-core-swap-operator-http.mjs",
"private-core:swap-transition-http-smoke": "node scripts/check-vanta-private-core-swap-transition-http.mjs",
"private-core:swap-unshield-roundtrip-check": "node scripts/check-vanta-private-core-swap-unshield-roundtrip.mjs",
"private-core:swap-restart-check": "node scripts/check-vanta-private-core-swap-restart.mjs",
"private-core:swap-unshield-restart-check": "node scripts/check-vanta-private-core-swap-unshield-restart.mjs",
"private-core:swap-boundary-check": "node scripts/check-vanta-private-core-swap-boundary.mjs",
"private-core:swap-live-path-check": "node scripts/check-vanta-private-core-swap-live-path.mjs",
"private-core:http-smoke": "node scripts/check-vanta-private-core-operator-http.mjs",
"private-core:restart-check": "node scripts/check-vanta-private-core-operator-restart.mjs",
"private-core:prove": "node scripts/prove-vanta-private-core-unshield.mjs",
"private-core:economic-leak-check": "node scripts/check-vanta-private-core-economic-leak.mjs",
"private-core:verify": "npm run build && npm run zk:review-guards-check && npm run protocol:amount-placeholders-check && npm run token-availability:check && npm run send:requires-shielded-state-check && npm run send:balance-ledger-check && npm run swap:requires-shielded-state-check && npm run swap:capability-check && npm run private-core:privacy-boundary-check && npm run private-core:send-committed-settlement-check && npm run private-core:unshield-committed-settlement-check && npm run private-core:operator-no-witness-check && npm run private-core:send-proof-artifact-consistency-check && npm run private-core:send-operator-no-witness-check && npm run private-core:send-operator-redaction-check && npm run private-core:send-nullifier-replay-no-witness-check && npm run unshield:balance-ledger-check && npm run unshield:public-exit-surface-check && npm run unshield:sol-operator-endpoint-check && npm run private-core:economic-leak-check && npm run private-core:check && npm run private-core:send-check && npm run private-core:swap-check && npm run private-core:send-apply-check && npm run private-core:swap-apply-check && npm run private-core:send-continuity-check && npm run private-core:send-recipient-check && npm run private-core:nullifier-binding-check && npm run private-core:send-chain-check && npm run private-core:send-roundtrip-check && npm run private-core:send-unshield-roundtrip-check && npm run private-core:send-change-unshield-check && npm run private-core:send-chain-unshield-check && npm run private-core:swap-boundary-check && npm run private-core:swap-live-path-check && npm run private-core:swap-unshield-roundtrip-check && npm run private-core:consume-check && npm run private-core:contract-smoke && npm run private-core:http-smoke && npm run private-core:send-http-smoke && npm run private-core:swap-http-smoke && npm run private-core:swap-transition-http-smoke && npm run private-core:send-chain-http-smoke && npm run private-core:restart-check && npm run private-core:swap-restart-check && npm run private-core:swap-unshield-restart-check && npm run private-core:send-chain-restart-check && npm run private-core:send-unshield-restart-check && npm run private-core:send-change-unshield-restart-check && npm run private-core:send-chain-unshield-restart-check && npm run private-core:prove && npm run private-core:send-prove && npm run private-core:swap-prove && npm run shield:capability-check && npm run shield:executability-claims-check && npm run shield:production-assets-check && npm run shield:universal-target-check && npm run shield:route-evidence-check && npm run private-pool-v2:shield-capability-adapter-check && npm run shield:native-sol-check && npm run shield:sol-account-amount-check && npm run strategy:planner-check && npm run strategy:execution-adapter-check && npm run strategy:runtime-check && npm run strategy:page-state-check && npm run strategy:private-rail-check && npm run strategy:committed-settlement-check && npm run strategy:route-quote-privacy-check && npm run strategy:private-rail-trust-contract-check && npm run strategy-tab:copy-check && npm run strategy:browser-check && npm run protocol:browser-check",
"private-core:demo-readiness": "npm run private-core:verify",
"private-core:demo-preflight": "node scripts/run-vanta-private-core-demo-preflight.mjs",
"preview": "vite preview",
"shield:universal-target-check": "node scripts/check-vanta-universal-shield-target.mjs",
"shield:route-evidence-check": "node scripts/check-vanta-public-shield-route-evidence.mjs",
"social:twitter-draft": "node scripts/run-vanta-social-twitter-draft.mjs",
"social:twitter-draft-check": "node scripts/check-vanta-social-twitter-draft.mjs",
"social:twitter-context-check": "node scripts/check-vanta-social-twitter-context.mjs",
"social:twitter-voice-check": "node scripts/check-vanta-social-voice.mjs",
"social:twitter-review": "node scripts/print-vanta-social-review-queue.mjs",
"social:twitter-mark": "node scripts/mark-vanta-social-review-draft.mjs",
"social:twitter-edit": "node scripts/edit-vanta-social-review-draft.mjs",
"social:twitter-export-approved": "node scripts/export-approved-vanta-social-drafts.mjs",
"social:twitter-feedback": "node scripts/record-vanta-social-feedback.mjs",
"social:twitter-feedback-summary": "node scripts/print-vanta-social-feedback-summary.mjs",
"social:twitter-preferences": "node scripts/print-vanta-social-preference-profile.mjs",
"social:twitter-next": "node scripts/print-vanta-social-next-step.mjs",
"social:twitter-open-approved": "node scripts/open-vanta-social-approved-export.mjs",
"social:twitter-review-check": "node scripts/check-vanta-social-review-queue.mjs",
"mainnet:asset-registry-check": "node scripts/check-vanta-mainnet-asset-registry.mjs",
"private-pool-v2:solana-privacy-suite-offline-harness-check": "node scripts/check-vanta-solana-privacy-suite-offline-harness.mjs",
"private-pool-v2:solana-relayer-submission-check": "node scripts/check-vanta-private-pool-v2-solana-relayer-submission.mjs",
"private-pool-v2:solana-spend-transaction-builder-check": "node scripts/check-vanta-private-pool-v2-solana-spend-transaction-builder.mjs",
"private-pool-v2:solana-spend-transaction": "node scripts/print-vanta-private-pool-v2-solana-spend-transaction.mjs",
"private-pool-v2:solana-spend-transaction-check": "node scripts/check-vanta-private-pool-v2-solana-spend-transaction-printer.mjs",
"private-pool-v2:solana-append-tree-leaf-transaction-check": "node scripts/check-vanta-private-pool-v2-solana-append-tree-leaf-transaction.mjs",
"private-pool-v2:shared-cohort-shield-handoff-check": "node scripts/check-vanta-private-pool-v2-shared-cohort-shield-handoff.mjs",
"private-pool-v2:production-prover-factory-check": "node scripts/check-vanta-private-pool-v2-production-prover-factory.mjs",
"private-pool-v2:vault-pda-derivation-check": "node scripts/check-vanta-private-pool-v2-vault-pda-derivation.mjs",
"private-pool-v2:solana-unshield-transaction-builder-check": "node scripts/check-vanta-private-pool-v2-solana-unshield-transaction-builder.mjs",
"private-pool-v2:solana-unshield-relayer-submission-check": "node scripts/check-vanta-private-pool-v2-solana-unshield-relayer-submission.mjs",
"private-pool-v2:tag-unshield-relay-bindings-check": "node scripts/check-vanta-private-pool-v2-tag-unshield-relay-bindings.mjs",
"private-pool-v2:groth16-verifier-adapter-artifact-build": "node scripts/run-vanta-private-pool-v2-groth16-verifier-adapter-artifact-build.mjs",
"private-pool-v2:groth16-verifier-adapter-artifact-check": "node scripts/check-vanta-private-pool-v2-groth16-verifier-adapter-artifact.mjs",
"private-pool-v2:groth16-verifier-adapter-live-receipt-smoke": "node scripts/run-vanta-private-pool-v2-groth16-verifier-adapter-live-receipt-smoke.mjs",
"private-pool-v2:groth16-verifier-adapter-live-receipt-smoke-write": "node scripts/run-vanta-private-pool-v2-groth16-verifier-adapter-live-receipt-smoke.mjs --write-evidence",
"private-pool-v2:groth16-verifier-adapter-live-receipt-smoke-check": "node scripts/check-vanta-private-pool-v2-groth16-verifier-adapter-live-receipt-smoke.mjs",
"private-pool-v2:c01-deterministic-production-artifact-build": "node scripts/run-vanta-private-pool-v2-c01-deterministic-production-artifact-build.mjs",
"private-pool-v2:c01-deterministic-production-artifact-build-check": "node scripts/check-vanta-private-pool-v2-c01-deterministic-production-artifact-build-output.mjs",
"private-pool-v2:unshield-release-enabled-audit-gate-check": "node scripts/check-vanta-private-pool-v2-unshield-release-enabled-audit-gate.mjs",
"private-pool-v2:groth16-verifier-cpi-check": "node scripts/check-vanta-private-pool-v2-groth16-verifier-cpi.mjs",
"private-pool-v2:mainnet-spend-program-smoke": "node scripts/run-vanta-private-pool-v2-mainnet-spend-program-smoke.mjs",
"private-pool-v2:spend-program-smoke": "node scripts/run-vanta-private-pool-v2-mainnet-spend-program-smoke.mjs",
"private-pool-v2:c01-sbf-verifier-cpi-rejection-check": "cargo test --manifest-path fuzz/vanta_private_pool_v2_spend/Cargo.toml --features invariant_test spend_with_proof_sbf_verifier_cpi_rejection_no_mutation -- --nocapture",
"private-pool-v2:c01-local-unsafe-verifier-cpi-acceptance-check": "VANTA_C01_LOCAL_GNARK_TARGET_DIR=$PWD/ops/fixtures/groth16-verifier-adapter-local-unsafe VANTA_C01_LOCAL_GNARK_VERIFIER_SBF=$PWD/ops/fixtures/groth16-verifier-adapter-local-unsafe/vanta_private_pool_v2_actual_private_spend_entry.so VANTA_C01_H6_REFERENCE_TARGET_DIR=/private/tmp/vanta-c01-sunspot-lane/work/beta18-h6-circuit/target VANTA_C01_LOCAL_GNARK_VK_SHA256=5e0a6f08503f534cbb462f43fbf0b247e8aa2ce75d1fa58c2350f815817948b4 VANTA_C01_LOCAL_GNARK_WRONG_VERIFIER_SBF=/private/tmp/vanta-c01-sunspot-lane/work/beta18-circuit/target/vanta_private_pool_v2_actual_private_spend_entry.so VANTA_C01_LOCAL_GNARK_WRONG_VK_SHA256=fbd6ba8ce64cc0b0320a0d8080fca15d79ca6ca2f732381a9550092f645f0e1d cargo test --manifest-path fuzz/vanta_private_pool_v2_spend/Cargo.toml --features invariant_test spend_with_proof_local_unsafe_generated_verifier_cpi_acceptance_and_no_mutation -- --nocapture",
"private-pool-v2:c01-local-unsafe-h6-verifier-cpi-acceptance-check": "VANTA_C01_LOCAL_GNARK_TARGET_DIR=$PWD/ops/fixtures/groth16-verifier-adapter-local-unsafe VANTA_C01_LOCAL_GNARK_VERIFIER_SBF=$PWD/ops/fixtures/groth16-verifier-adapter-local-unsafe/vanta_private_pool_v2_actual_private_spend_entry.so VANTA_C01_H6_REFERENCE_TARGET_DIR=/private/tmp/vanta-c01-sunspot-lane/work/beta18-h6-circuit/target VANTA_C01_LOCAL_GNARK_VK_SHA256=5e0a6f08503f534cbb462f43fbf0b247e8aa2ce75d1fa58c2350f815817948b4 VANTA_C01_LOCAL_GNARK_WRONG_VERIFIER_SBF=/private/tmp/vanta-c01-sunspot-lane/work/beta18-circuit/target/vanta_private_pool_v2_actual_private_spend_entry.so VANTA_C01_LOCAL_GNARK_WRONG_VK_SHA256=fbd6ba8ce64cc0b0320a0d8080fca15d79ca6ca2f732381a9550092f645f0e1d cargo test --manifest-path fuzz/vanta_private_pool_v2_spend/Cargo.toml --features invariant_test spend_with_proof_local_unsafe_generated_verifier_cpi_acceptance_and_no_mutation -- --nocapture",
"private-pool-v2:crucible-check": "npm run private-pool-v2:sbf-abi-check && npm run private-pool-v2:c01-sbf-verifier-cpi-rejection-check && cargo build --manifest-path fuzz/vanta_private_pool_v2_spend/Cargo.toml --features invariant_test && crucible run vanta_private_pool_v2_spend invariant_test -C fuzz/vanta_private_pool_v2_spend --binary-in fuzz/vanta_private_pool_v2_spend/target/debug/invariant_test --dry-run",
"shield:executability-claims-check": "node scripts/check-vanta-shield-executability-claims.mjs",
"private-perps:check": "node scripts/check-vanta-private-perps-mvp.mjs",
"shielded-rwa:check": "node scripts/check-vanta-shielded-rwa-mvp.mjs",
"privacy-sdk:check": "node scripts/check-vanta-privacy-sdk-mvp.mjs",
"velocity-intelligence:check": "node scripts/check-vanta-private-velocity-mvp.mjs",
"verifiable-compute-check": "node scripts/check-verifiable-compute.mjs && npm run zk:verifiable-compute-hybrid-circuit-check",
"twitter-pass-2026-06-12-unlink-euler-check": "node scripts/check-unlink-euler-institutional-private-lending-privacy.mjs",
"twitter-pass-2026-06-12-arcium-confidential-ai-check": "node scripts/check-arcium-confidential-ai-benchmark-and-c-spl.mjs",
"twitter-pass-2026-06-12-heliusprivacy-zk-layer-check": "node scripts/check-heliusprivacy-scalable-onchain-zk-privacy-layer-blueprint.mjs",
"twitter-pass-2026-06-12-zkrune-eligibility-gating-check": "node scripts/check-zkrune-client-side-groth16-eligibility-gating.mjs",
"twitter-pass-2026-06-12-zkbounty-attestation-check": "node scripts/check-zkbounty-hardware-attestation-for-rwa-velocity.mjs",
"twitter-pass-2026-06-12-trustboostai-agent-privacy-check": "node scripts/check-trustboostai-agent-privacy-layer.mjs",
"twitter-pass-2026-06-12-privacy-cash-volume-check": "node scripts/check-privacy-cash-private-transfer-volume-benchmark.mjs",
"twitter-pass-2026-06-13-medusa-reputation-check": "node scripts/check-medusa-client-side-reputation-attestation.mjs",
"twitter-pass-2026-06-13-midnight-selective-disclosure-check": "node scripts/check-midnight-selective-disclosure-patterns.mjs",
"twitter-pass-2026-06-13-concordium-identity-zk-check": "node scripts/check-concordium-identity-zk-patterns.mjs",
"twitter-pass-2026-06-13-noir-solana-integration-check": "node scripts/check-noir-on-solana-integration-opportunity.mjs",
"twitter-pass-2026-06-13-sedna-hybrid-privacy-check": "node scripts/check-sedna-lightweight-hybrid-privacy-benchmark.mjs",
"twitter-pass-2026-06-16-research-artifacts-check": "node scripts/check-twitter-pass-2026-06-16-research-artifacts.mjs",
"twitter-pass-2026-06-17-research-artifacts-check": "node scripts/check-twitter-pass-2026-06-17-research-artifacts.mjs"
},
"dependencies": {
"@aztec/bb.js": "^4.1.3",
"@coral-xyz/anchor": "^0.32.1",
"@meteora-ag/dlmm": "^1.9.4",
"@noble/ciphers": "^2.2.0",
"@noble/curves": "^2.0.1",
"@noble/hashes": "^1.8.0",
"@noir-lang/noir_js": "1.0.0-beta.19",
"@solana/client": "^1.7.0",
"@solana/react-hooks": "^1.4.1",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"@turnkey/sdk-server": "6.0.0",
"@turnkey/solana": "1.1.29",
"@umbra-privacy/sdk": "^4.0.0",
"@zkp2p/sdk": "^0.3.2",
"buffer": "^6.0.3",
"pg": "^8.16.3",
"poseidon-lite": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.1",
"util": "^0.12.5",
"ws": "^8.20.0"
},
"devDependencies": {
"@types/node": "^22.19.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^5.2.0",
"knip": "^6.5.0",
"typescript": "^5.6.3",
"vite": "^6.4.2"
},
"optionalDependencies": {
"utf-8-validate": "^5.0.10"
}
}