Armory
Source
Browse
Sub-Agents

receipt-verifier

Expert in Ed25519 signed receipts, JCS canonicalization, hash chains, and offline verification. Use when you need to verify receipt authenticity, audit a receipt chain, detect tampering, or explain why verification failed.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install receipt-verifier --cli claude

writes the file to.claude/agents/receipt-verifier.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/agents/receipt-verifier.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

wshobson/agents sub-agent receipt-verifier (model: sonnet) from the protect-mcp plugin. Expert in Ed25519 signed receipts, JCS canonicalization, hash chains, and offline verification. Use when you need to verify receipt authenticity, audit a receipt chain, detect tampering, or explain why verification failed.

When to use it

Expert in Ed25519 signed receipts, JCS canonicalization, hash chains, and offline verification. Use when you need to verify receipt authenticity, audit a receipt chain, detect tampering, or explain why verification failed.

How to install / invoke

# copy the agent definition into your project's .claude/agents/
curl -sL https://github.com/wshobson/agents/raw/main/plugins/protect-mcp/agents/receipt-verifier.md -o .claude/agents/receipt-verifier.md

Notes

Extracted from wshobson/agents. Plugin: protect-mcp.