AI AGENT ADDONS

Signed Audit Trails Recipe

wshobson/agents
Security
3,279installs

Signed audit trails give you tamper-evident proof of every action your AI agent takes. Each tool call gets a cryptographic receipt that anyone can verify later without needing the internet or trusting the operator. This skill is a cookbook for setting up that system step by step.

You start by writing a policy that controls which tools the agent can use and what commands it can run. Then every tool call is checked against this policy before it runs and signed with an Ed25519 key after it runs. The receipts are saved in a folder and can be verified with a single command.

This pattern is useful for regulated industries like finance or healthcare, for CI/CD pipelines that need proof of compliance, and for multi-party projects where partners want to verify agent behavior without trusting you.

Add Signed Audit Trails Recipe skill to your workflow

Global

mkdir -p ~/.claude/skills/signed-audit-trails-recipe

Project

mkdir -p .claude/skills/signed-audit-trails-recipe

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
1 month ago
Created
1 year ago