Add ThumbGate to Hooks and Guardrails#16
Open
IgorGanapolsky wants to merge 2 commits into
Open
Conversation
Author
|
Friendly bump 🙂 Happy to tweak the formatting or which section it lands in. ThumbGate fits the Hooks & Guardrails category — a local-first PreToolUse firewall that blocks dangerous agent tool calls (destructive shell, force-push, secret exfiltration) before they run, with no server in the path. Glad to adjust anything to match your guidelines. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ThumbGate to Hooks and Guardrails.
What it is: a local-first, MIT PreToolUse firewall for AI coding agents (Claude Code, Cursor, Codex, Gemini). It enforces at the tool-call boundary — blocking destructive shell, secret writes, and off-scope edits before execution — and auto-promotes thumbs-down feedback into persistent prevention rules enforced in later sessions.
Fit vs. inclusion criteria:
Validate:
npx thumbgate initin a test repo, then prompt the agent to runrm -rfoutside the working dir or write to.env— the action is blocked at the boundary with the triggering rule shown. Runs on-device.Repo: https://github.com/IgorGanapolsky/ThumbGate
Security disclosure (network): the local gate engine runs on your machine, but the CLI sends anonymous usage telemetry by default to
thumbgate-production.up.railway.app(no code or file contents). Opt out withTHUMBGATE_NO_TELEMETRY=1orDO_NOT_TRACK=1. Optional Pro features (hosted rule sync / dashboard) make additional opt-in network calls; the free firewall does not require them.