tool-gates
01Plugin Claude Code
Permission gates for Claude Code shell, file, search, Skill, and MCP tool surfaces. Intelligent command safety, file read/write guards, and tool blocking.
Plugin Claude Code
Permission gates for Claude Code shell, file, search, Skill, and MCP tool surfaces. Intelligent command safety, file read/write guards, and tool blocking.
Skill Claude CodeCodex
Mine Claude Code session logs for bash commands getting incorrect permission decisions. Find read-only commands that return "ask" when they should be "allow", unknown commands that need gates, and false categorizations. Triggers include "audit gates", "find missing gates", "edge cases", "false ask", "mine sessions".
Instructions file CodexOpenCode
AGENTS.md instructions for camjac251/tool-gates, a project described as: Intelligent tool permission gate & security hooks for AI assistants (Claude Code, Codex, Antigravity; Gemini deprecated). Features AST shell gating, file guards, and safety scanners.
Instructions file
Claude Code instructions for camjac251/tool-gates, covering tool gates maintainer guide, start here, repository map, commands and source-of-truth invariants.
Plugin Claude Code
Intelligent permission gate for Claude Code shell, file, search, Skill, and MCP tool surfaces. AST-parses Bash commands, guards file reads/writes, and blocks configured tool invocations. Defers benign asks to CC's resolver so the prompt UI shows the 'Yes, and don't ask again for X' button, while keeping a deny floor…
Skill Claude CodeCodex
Batch-promote frequently-asked tool-gates patterns to permanent permission rules in settings.json. Lists pending approvals (commands the user approved one-time through the prompt, accumulated across sessions), shows counts and suggested glob patterns, multi-selects to write at user/project/local scope. Use after…
Skill Claude CodeCodex
Test how tool-gates evaluates any tool invocation (Bash, Read, Write, Edit, Glob, Grep, Skill, MCP) and show the permission decision (allow / ask / deny / defer). Pipes a synthesized JSON payload to the tool-gates binary and formats the result. Useful for verifying a new gate, debugging why a command was blocked, or…