Armory
Source
Browse
Workflows

audit-chain

Walk the receipt chain in ./receipts/ verifying every signature and hash link. Detects insertions, deletions, and tampering across the entire audit trail.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install audit-chain --cli claude

writes the file to.claude/commands/audit-chain.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/audit-chain.md

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

What it is

wshobson/agents workflow audit-chain from the protect-mcp plugin. Walk the receipt chain in ./receipts/ verifying every signature and hash link. Detects insertions, deletions, and tampering across the entire audit trail.

When to use it

Walk the receipt chain in ./receipts/ verifying every signature and hash link. Detects insertions, deletions, and tampering across the entire audit trail.

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/audit-chain.md -o .claude/commands/audit-chain.md

Notes

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