04
PROJECT
Status
Shipped
Stack
  • / Python
  • / JSON Lines
  • / Ed25519

AgentWitness

Signed, offline-verifiable evidence of what your coding agent did.

Records what your coding agent did, under whose authority, with what scope, and produces signed evidence anyone can verify offline. v0.1 captures file operations with full path detail; Bash and web tools are recorded by name. Useful for PR review, incident response, security questionnaires, and AI-governance audits.

Git records the diff that landed in a commit. AgentWitness records the agent actions that produced it: which files were read, which tool calls were attempted (and which were denied), and which operator key signed each event. The bundle is portable, offline-verifiable, and answers three questions a Git diff cannot: what did the agent touch, on whose authority, and can anyone else check it. Designed for contractors whose agents edit customers' code, teams answering security questionnaires, post-incident replay of agent-assisted changes, and PRs that need to ship with independently verifiable provenance attached.