verify-receipt
Verify a single Ed25519-signed receipt file. Returns exit 0 if valid, 1 if tampered, 2 if malformed.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install verify-receipt --cli claudewrites the file to.claude/commands/verify-receipt.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/commands/verify-receipt.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
wshobson/agents workflow verify-receipt from the protect-mcp plugin. Verify a single Ed25519-signed receipt file. Returns exit 0 if valid, 1 if tampered, 2 if malformed.
When to use it
Verify a single Ed25519-signed receipt file. Returns exit 0 if valid, 1 if tampered, 2 if malformed.
How to install / invoke
# copy the workflow into your project's .claude/commands/
curl -sL https://github.com/wshobson/agents/raw/main/plugins/protect-mcp/commands/verify-receipt.md -o .claude/commands/verify-receipt.md
Notes
Extracted from wshobson/agents. Plugin: protect-mcp.