agent-guard
01Plugin Claude Code
Local-by-default, no-telemetry guardrails that inspect supported agent tool calls and changed files to prevent secret leaks.
Plugin Claude Code
Local-by-default, no-telemetry guardrails that inspect supported agent tool calls and changed files to prevent secret leaks.
Plugin Claude Code
Local-by-default, no-telemetry hooks inspect user prompts, supported tool inputs, outputs, and changed files in every enabled Claude Code or Codex session to block or mask secret leaks. Includes opt-in PII filtering and Git/CI backstops.
Command
Print the gitleaks release sha256 for a version, formatted for direct paste into a GitHub Actions workflow or agent-guard setup --install. Pass an optional VERSION arg, e.g. /agent-guard:checksum 8.30.1.
Command
Run a deterministic one-shot secret scan over the current working tree (staged + unstaged + untracked). Use to confirm "is the current state safe to commit?" without going through hook triggers.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit, Read, NotebookRead, Grep, Glob, Bash, WebFetch, WebSearch, apply_patch and mcp__.* tool calls, running an inline shell check. From JeongJaeSoon/agent-guard.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit, NotebookEdit, Bash, apply_patch, Read, NotebookRead, Grep, Glob, WebFetch, WebSearch and mcp__.* tool calls, running an inline shell check. From JeongJaeSoon/agent-guard.
Hook
Runs when the agent finishes a response, running an inline shell check. From JeongJaeSoon/agent-guard.
Hook
Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From JeongJaeSoon/agent-guard.
Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From JeongJaeSoon/agent-guard.
Skill Claude CodeCodex
Diagnose, install, and verify Agent Guard's plugin-local binary, jq and gitleaks dependencies, the active host integration, and live hook protection. Use when Agent Guard reports degraded protection, a SessionStart warning asks for setup, plugin hooks fail or appear bypassed, or a user asks to finish or repair Agent…
Skill Claude CodeCodex
Install or refresh Agent Guard's plugin-local shell integration. Use when the user explicitly asks to enable or update shell command masking, or when a shell-integration warning directs them to rerun setup-shell.
JeongJaeSoon/sample-mcp-server
MCP server Claude CodeCodexCursor +2
mcp server. Runs locally from the mcp-server npm package.