Shared offline verification utilities for Evidary bundles. This package powers both the CLI and SDK.
npm install @evidary/verify-coreShared offline verification utilities for Evidary bundles. This package powers both the CLI and SDK.
``ts
import { verifyBundle } from "@evidary/verify-core";
const report = await verifyBundle(bundle, { jwks });
console.log(report.summary);
``
- Designed for offline-first verification with no network calls.
- Uses WebCrypto for signature verification; provide a JWKS payload.
- TSA tokens are detected but not validated yet; the check is reported as SKIPPED.