receipts

receipts is a command for Claude Code from dingdawg/dingdawg-governance. It costs 0 tokens per session (394 once invoked), scanned C, original, MIT.

A command that lists the tamper-evident records created for governed actions in an AI-agent session or time window. Each record shows details such as the tool used, time, result, and receipt link.

In plain words
What is it for?
Use it to review recent agent activity, filter records by tool or result, and investigate a particular operation or time period.
Why use it?
It lets you check exactly what actions occurred, including actions that succeeded or were blocked, without producing a full audit report.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the DingDawg Governance plugin — 1 skill, 3 commands, 1 MCP server shipped together

Good fit Use it to review recent agent activity, filter records by tool or result, and investigate a particular operation or time period.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/dingdawg/dingdawg-governance/receipts
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/dingdawg/dingdawg-governance

Made for: Claude Code.

Or install DingDawg Governance, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for receipts

README.md
[![agentmods](https://agentmods.dev/badge/commands/dingdawg/dingdawg-governance/receipts/github.svg)](https://agentmods.dev/commands/dingdawg/dingdawg-governance/receipts)
Your own site
<a href="https://agentmods.dev/commands/dingdawg/dingdawg-governance/receipts"><img src="https://agentmods.dev/badge/commands/dingdawg/dingdawg-governance/receipts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for receipts

Your own site · 80×15
<a href="https://agentmods.dev/commands/dingdawg/dingdawg-governance/receipts"><img src="https://agentmods.dev/badge/commands/dingdawg/dingdawg-governance/receipts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 394 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00394
Opus 5 $0.00000 $0.00197
Sonnet 5 $0.00000 $0.00079
Haiku 4.5 $0.00000 $0.00039

Measured 9d ago against content hash a8722385822e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

receipts scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

#gvn_01J5KW9 Bash blocked 12:02:17 "Blocked: dangerous rm -rf pattern"
packages/plugin-claude-code/commands/receipts.md · 46 lines

What it actually says

/governance-receipts

View the tamper-evident receipts generated for governed actions in the current session or a specified time window.

Usage

/governance-receipts
/governance-receipts --limit 20
/governance-receipts --since 2024-01-15T09:00:00Z

Options

Option Description Default
--limit N Number of receipts to return 10
--since ISO8601 Only receipts after this timestamp current session
--tool NAME Filter by tool name all tools
--status ok|blocked Filter by outcome all

What it does

  1. Calls the query_receipts tool on the DingDawg Governance MCP server
  2. Returns a chronological list of receipts with tool name, timestamp, and outcome
  3. Each receipt ID links to the full governance record on the DingDawg dashboard

Example output

DingDawg Governance — Recent Receipts
──────────────────────────────────────
#gvn_01J5KX2  Edit        success   12:04:33
#gvn_01J5KX1  Bash        success   12:03:58
#gvn_01J5KX0  Write       success   12:03:41
#gvn_01J5KW9  Bash        blocked   12:02:17  "Blocked: dangerous rm -rf pattern"
──────────────────────────────────────
4 receipts  |  View all: https://app.dingdawg.com/governance/receipts

Tool called

dingdawg-governancequery_receipts

Arguments forwarded from the command options above.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 46 lines · 0 tokens per session scan C a8722385822e

Subscribe to this mod's changes

receipts is a command published in the GitHub repository dingdawg/dingdawg-governance (1 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 394 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other commands, from other repositories