audit-ledger

Create hash-chained audit logs with genesis entries and prev_hash links.

6|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Kgan01/ghengis-skills --skill audit-ledger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-ledger
Source: https://github.com/Kgan01/ghengis-skills/tree/main/plugins/ghengis-skills/skills/audit-ledger
Command: npx skills add https://github.com/Kgan01/ghengis-skills --skill audit-ledger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an auditable, tamper-evident log for autonomous workflows, enabling accountability by recording actions and their context.

Core Features & Use Cases

  • Immutable, hash-chained entries: each action links to the previous via prev_hash, enabling tamper detection.
  • Decision and state traceability: records tool calls, decisions, configuration changes, and task outcomes for post-mortems.
  • Cross-agent auditing: supports multi-agent workflows with a shared chain_id to reconstruct end-to-end activity.

Quick Start

Begin a ledger by creating the genesis entry and append every significant action with a prev_hash linkage as you work.

Frequently Asked Questions about audit-ledger

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

FAQPage Schema
How do I create a tamper-evident audit trail for autonomous workflows?

You create a tamper-evident audit trail by initializing a hash-chained ledger with a genesis entry and appending significant actions with a prev_hash linkage to ensure tamper detection.

What is a hash-chained ledger and how does it ensure traceability?

A hash-chained ledger ensures traceability by cryptographically linking each logged action to the previous entry, so any tampering breaks the chain and is immediately detectable during verification.

Can I track decisions and tool calls across multi-agent pipelines?

Yes, you can track decisions and tool calls across multi-agent pipelines by using a shared chain_id to reconstruct end-to-end activity and audit cross-agent workflows effectively.

Does this audit ledger work with Claude Code sessions?

Yes, the audit ledger applies to Claude Code sessions by recording tool calls, decisions, and state changes to provide accountability and post-mortem traceability for autonomous processes.

What fields are recorded in each audit log entry?

Each audit log entry records fields including ticket_id, timestamp, chain_id, agent_name, action, and detail, alongside the cryptographic hashes required to enforce chain verification.