Signed Audit Trails
A single cookbook skill that explains signed tool-call receipts before you commit to running them.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install signed-audit-trails@claude-code-workflows
İmzalı denetim kaydı deseni öğrenilirken, ekibe anlatılırken ya da bir uyum ihtiyacına uyup uymadığı değerlendirilirken
- Author
- Tom Farley
- License
- MIT
Deliberately not a runtime: this plugin ships one skill file and no hooks, for the stage where you are still deciding whether cryptographic receipts are worth their operational cost. It walks the three invariants that make a receipt mean anything — deterministic JSON canonicalisation, an Ed25519 signature, and a hash chain linking each record to its predecessor — then has you tamper with a receipt on purpose and watch verification fail. Later sections cover what people hit second: an interoperability table across implementations, a GitHub Actions step that verifies the chain in CI, and how receipts compose with SLSA provenance for software an agent helped build. Once the pattern is understood, the sibling protect-mcp plugin supplies the actual hooks.
Similar skills
Protect MCP
SkillGates every tool call through a Cedar policy and signs the decision into a hash-chained receipt.
Skill Security Auditor
SkillScans a third-party agent skill for hostile code before it is installed.
DataHub Skills
SkillSearches the DataHub catalog, traces lineage, edits metadata behind an approval step and runs saved evals.

Comments(0)
Sign in to comment