From 4f332a206e53a85b0d885e4d92e358caa8e4a8c7 Mon Sep 17 00:00:00 2001 From: CrypLed Date: Fri, 4 Sep 2026 19:41:53 +0400 Subject: [PATCH] Add agent-audit to Tools & Utilities CLI that scans Claude Code and Codex CLI session transcripts for secrets that leaked in via tool output, and risky shell commands the agent executed. Zero dependencies, fully local, no telemetry. Co-Authored-By: Claude Sonnet 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e7c7aa..9d9ed01 100644 --- a/README.md +++ b/README.md @@ -640,6 +640,7 @@ June 14, 2026 - [**cc-monitor-worker**](https://github.com/cometkim/cc-monitor-worker) - (21 ⭐) - Claude Code monitoring with Cloudflare Workers & Workers Analytics Engine. - [**shotgun-alpha**](https://github.com/shotgun-sh/shotgun-alpha) - (3 ⭐) - Codebase-aware spec engine for Cursor, Claude Code & Lovable. - [**conductor**](https://conductor.build/) - (0 ⭐) - Run a bunch of Claude Codes in parallel. +- [**agent-audit**](https://github.com/CrypLed/agent-audit) - (0 ⭐) - Scans Claude Code (and Codex CLI) session transcripts for secrets that leaked in via tool output and risky shell commands the agent executed. Zero dependencies, fully local. ---