ack-verify
v0.0.1
Published
Standalone verification CLI and service for Agent Commerce Kit — verify receipts, credentials, and dispute evidence without writing code
Readme
ack-verify
Standalone verification CLI and service for the Agent Commerce Kit — verify receipts, credentials, and dispute evidence without writing code.
Status: Coming soon. This package is in the research and planning phase.
What it does
Accepts a signed JWT (receipt, credential, or dispute evidence) and returns a structured verification result. Built for compliance teams, auditors, and integrators who need to verify agent payment trails without importing the ACK SDK.
- CLI:
ack-verify receipt <jwt>→ structured JSON result - HTTP service: POST a JWT, get a verification report
- Supports all ACK artifact types: credentials, payment requests, payment receipts, dispute evidence
- Walks the full verification chain: signature → issuer → claims → revocation
- Human-readable and machine-readable output formats
Relationship to ACK
This is a companion package to agentcommercekit. It uses the published ACK SDK internally but presents a simplified interface for verification-only use cases. The ACK maintainer considers standalone tooling out of scope for the core protocol library.
License
MIT
