Core product
Ledger of agent actions
Parse records every tool call and file path the agent touches — then seals each row into an append-only SHA-256 chain. You forward the page. A reviewer can recompute the hashes.
This is not an endpoint agent. Paths and digests only. No file contents. No prompt text. No kernel monitor.
Replay today’s allowlist against a session: GET /v1/ledger/sessions/:id/replay. Hypothetical. Logging is not a control.
See a sample session Screen an email first
Who this is for
Technical directors and staff engineers whose agents sit in front of client input. The security review asks two questions: what would the agent have executed, and what did it actually touch? Attack Pack answers the first. Ledger answers the second.
Install (Claude Code)
npx --yes @parsethis/agent-ledger install --key $PARSE_API_KEY
Writes PreToolUse / PostToolUse / Stop hooks. Events POST to /v1/ledger/event.