Your git history might be draining your Claude quota right now.
An undocumented keyword discovered in Claude Code v2.x triggers Anthropic's context scanner when found in git history — consuming quota silently at the start of every session. Affected users reported $200 drained in a single session before noticing. Anthropic has not patched it. GitHub #53204 open — no fix timeline.
OpenClaw is the confirmed trigger; others are suspected). This keyword was committed months or years ago — possibly in a dependency, a test fixture, or a revert commit you've forgotten about..git/ metadata — commit log, refs, packed objects — looking for project structure signals. The trigger keyword trips a quota-bypass policy. No error. No warning. The session continues.A single shell command that tells you exactly what's in your history.
No SaaS, no account, no upload. Runs entirely on your machine against your local .git/ directory. The trigger string table ships with the tool and updates on demand via a single public JSON — no auth required to pull updates.
ga-scan
Scans commit messages, branch names, stash entries, annotated tags, packed-refs, and submodule history against the full trigger string table. Outputs: safe / at-risk / clean-up instructions.
ga-clean
Generates the exact git filter-repo command to scrub a confirmed trigger string from history — without destroying your repo. Dry-run mode shows you every commit that would change before you commit to anything.
ga-watch
Installs a post-commit git hook that flags any new commit containing a known trigger string before it enters history. One-time setup; zero maintenance.
triggers.json
Community-sourced list of confirmed and suspected trigger strings, versioned and publicly auditable at septimlabs-code/git-audit on GitHub. Pull updates with ga-scan --update.
Get notified when Septim Git Audit ships.
Leave your email. When the tool is ready, you'll get one email with the download link and the initial trigger string table. No newsletter. No drip sequence. One email. The tool will be $19 pay-once. Early access gets it at $15.
In the meantime, the three manual grep commands above cover the most common trigger strings. Run them — they take under 3 seconds.