Hi! Two open-source tools built on top of Claude Code (hooks + MCP). A fork with the changes is ready at https://github.com/darkm3tter/awesome-claude-code (branch \eat/repo-guard-codeprovenance) — a direct PR from the CLI was blocked by repo rules, so opening the issue instead. Happy to adjust format/placement.
- repo-guard — executable policy firewall: PreToolUse hooks gate writes/edits/shell commands against deterministic rules (protected paths, secret patterns, dangerous commands like
m -rf /\ or \git push --force) with allow/deny/confirm verdicts. MIT, npm: @darkm3tter/repo-guard.
- codeprovenance — AI-blame: traces which session and prompt generated each file change from the local session JSONL, stamps commits with \Generated-by:\ trailers, exposes an MCP server. MIT, npm: @darkm3tter/codeprovenance.
Hi! Two open-source tools built on top of Claude Code (hooks + MCP). A fork with the changes is ready at https://github.com/darkm3tter/awesome-claude-code (branch \eat/repo-guard-codeprovenance) — a direct PR from the CLI was blocked by repo rules, so opening the issue instead. Happy to adjust format/placement.
m -rf /\ or \git push --force) with allow/deny/confirm verdicts. MIT, npm: @darkm3tter/repo-guard.