signed-audit-trails-recipe

Sign Claude Code tool calls with Ed25519 receipts and hash chaining.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Jhabbig/Habbig --skill signed-audit-trails-recipe-jhabbig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signed-audit-trails-recipe
Source: https://github.com/Jhabbig/Habbig/tree/main/.claude/plugins/wshobson/signed-audit-trails/skills/signed-audit-trails-recipe
Command: npx skills add https://github.com/Jhabbig/Habbig --skill signed-audit-trails-recipe-jhabbig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create tamper-evident, cryptographically signed audit trails for AI tool calls so you can prove what happened, when it happened, and whether anything was altered later.

Core Features & Use Cases

  • Policy-Gated Execution: Evaluate each tool call against a Cedar policy before it runs.
  • Signed Receipts: Generate Ed25519 receipts after execution and chain them together for offline verification.
  • Compliance and CI/CD: Use it to support regulated environments, build provenance, and multi-party review workflows where evidence must survive beyond the live session.

Quick Start

Ask for help configuring signed audit trails for Claude Code tool calls in your project.

Frequently Asked Questions about signed-audit-trails-recipe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create cryptographically signed audit trails for AI tool calls?

Policy-gated execution evaluates each AI tool call against a Cedar policy before it runs. This mechanism ensures that only authorized actions execute, preventing non-compliant agent actions in regulated CI/CD pipelines. It serves as a prerequisite check before generating signed audit receipts.

Can I verify signed audit receipts offline in a CI/CD pipeline?

Yes, you can verify tamper-evident audit receipts offline within a CI/CD pipeline. The Skill uses Ed25519 signing and hash chaining to generate receipts that survive beyond the live session. This supports multi-party review workflows and build provenance without requiring continuous network access.

Do I need Cedar policy and JCS canonicalization to secure Claude Code tool calls?

Yes, securing Claude Code tool calls requires Cedar policy checks for execution gating and JCS canonicalization for consistent data serialization. These components, alongside Ed25519 signing, ensure that audit trails remain cryptographically secure and verifiable. This setup is designed for regulated operations.

What is the best way to prove AI agent actions were not altered in regulated operations?

The best way to prove agent actions were not altered is by generating tamper-evident audit receipts using Ed25519 signing and hash chaining. This creates a cryptographically secure, sequential record of AI tool calls. Offline receipt verification allows auditors to validate build provenance independently.