AI coding agent audit trail tool
npm install @safedep/gryphGryph is a local-first audit trail for AI coding agents. It hooks into your agents, logs every action to a local SQLite database, and gives you powerful querying capabilities to understand, review, and debug agent activity.
- Transparency - See exactly what files were read, written, and what commands were run
- Pre-commit review - Verify agent changes before committing to git
- Debugging - Replay sessions to understand what went wrong
- Privacy - All data stays local. No cloud, no telemetry
``bash`
npm install -g @safedep/gryph
`bashInstall hooks for all detected agents
gryph install
See more details at our GitHub Project