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
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 creates an API tenant, submits one immutable public source request, receives the exact 1 test-USDC sandbox quote, and pays another API through x402. 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.
GET /api/vouchspec/v1/orders/{order_id}/purchase
Authorization: Bearer {tenant_api_key}
X-VouchSpec-Delivery-Token: {delivery_token}
HTTP/1.1 402 Payment Required
PAYMENT-REQUIRED: {base64_payment_requirements}
GET /api/vouchspec/v1/orders/{order_id}/purchase
Authorization: Bearer {tenant_api_key}
X-VouchSpec-Delivery-Token: {delivery_token}
PAYMENT-SIGNATURE: {agent_signed_payment}
HTTP/1.1 202 Accepted
PAYMENT-RESPONSE: {settlement_proof}Base Sepolia is a non-revenue integration sandbox. The commercial $49 hypothesis remains fail-closed until mainnet remedies, environment separation, and actual cost accounting pass.
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.