Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

signed-audit-trails-recipe

Cookbook-style walkthrough for cryptographically signed receipts on every Claude Code tool call. This is the teaching skill. For the runtime implementation, install the protect-mcp plugin.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
781

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill signed-audit-trails-recipe
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, signed-audit-trails-recipe has 781 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/signed-audit-trails-recipe.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Cookbook-style walkthrough for cryptographically signed receipts on every Claude Code tool call. This is the teaching skill. For the runtime implementation, install the protect-mcp plugin. Every tool call ( Bash , Edit , Write , WebFetch ) is: An auditor, regulator, or counterparty can verify the full chain later with a single CLI command ( npx @veritasacta/verify receipts/*.json ). No network call, no vendor lookup, no trust in the operator. Create .claude/settings.json in your project root: The first run of protect-mcp sign generates ./protect-mcp.key (Ed25519 private key) if one does not exist. Commit the public key fingerprint (visible in any receipt's public_key field); do not commit the private key. Add the private key and receipt directory to .gitignore : Create ./protect.cedar : Four rules: Cedar forbid rules take precedence over permit rules, so destructive commands cannot be bypassed by a later permissive rule.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does signed-audit-trails-recipe do?

Cookbook-style walkthrough for cryptographically signed receipts on every Claude Code tool call. This is the teaching skill. For the runtime implementation, install the protect-mcp plugin.

Is signed-audit-trails-recipe good?

signed-audit-trails-recipe does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support signed-audit-trails-recipe?

signed-audit-trails-recipe currently lists compatibility with Claude Code, Skills CLI.

Is signed-audit-trails-recipe safe to install?

signed-audit-trails-recipe has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to signed-audit-trails-recipe?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install signed-audit-trails-recipe?

Run the following command to install signed-audit-trails-recipe: npx skills add https://github.com/wshobson/agents --skill signed-audit-trails-recipe

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering