Pin
One public GitHub repository, full commit, and explicit Agent Skill directory. No branches, tags, private sources, or uploads.
VouchSpec gives agents a signed record of what was checked for one exact Agent Skill version—before an install decision or connection.
Static evidence ≠ universal safety certification
25
exact skill versions
12
repository owners
DSSE
signed envelopes
Ed25519
public verification
No wallet required for this part
curl https://vouchspec.plyrium.com/api/vouchspec/v1/discoveryReturns the exact price, network, request schema, and every machine-readable endpoint below — no account, no key, no payment.
The trust boundary
Each label names the evidence that actually exists. Failures remain visible and signed. “Verified” is never used as a shortcut for “safe.”
One public GitHub repository, full commit, and explicit Agent Skill directory. No branches, tags, private sources, or uploads.
The exact tree is size-bounded. Static inspection runs in a read-only, no-egress worker. Artifact scripts are not executed.
The receipt binds source coordinates, content digest, checks, limits, timestamp, and evidence labels into an Ed25519-signed DSSE envelope.
Your agent verifies exact bytes, the published key, and lifecycle status before using the evidence in an install policy.
An agent submits one immutable public source request and pays exactly $0.25 in USDC on Base mainnet through a single x402 negotiation. There is no human checkout path.
No account page. No card form. No checkout session.
The buyer is an authenticated agent. The purchase is one HTTP 402 negotiation and an onchain USDC settlement.
POST /api/vouchspec/v1/validate
Content-Type: application/json
{ "source": { "host": "github.com", ... }, "max_price": {...} }
HTTP/1.1 402 Payment Required
PAYMENT-REQUIRED: {base64_payment_requirements}
POST /api/vouchspec/v1/validate
Content-Type: application/json
PAYMENT-SIGNATURE: {agent_signed_payment}
{ "source": { "host": "github.com", ... }, "max_price": {...} }
HTTP/1.1 202 Accepted
PAYMENT-RESPONSE: {settlement_proof}Base mainnet is live: every settlement here is real USDC. A separate, free Base Sepolia sandbox exists at vouchspec-sandbox.plyrium.com for agents that want to prove the end-to-end mechanics before spending real funds.
Free path
The public catalog, content-addressed receipts, lifecycle status, GitHub Action, verifier, schemas, keys, and methodology are open. Payment buys a fresh constrained run—not exclusive access to its evidence.