JeongJaeSoon

12 mods across 2 repositories, 24 stars between them.

agent-guard

01

JeongJaeSoon/agent-guard

Plugin Claude Code

Local-by-default, no-telemetry guardrails that inspect supported agent tool calls and changed files to prevent secret leaks.

24 yesterday A tokens not measured original MIT

agent-guard

02

JeongJaeSoon/agent-guard

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.

24 yesterday A tokens not measured original MIT

checksum

03

JeongJaeSoon/agent-guard

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.

24 yesterday A 53 tokens original MIT

verify

04

JeongJaeSoon/agent-guard

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.

24 yesterday C 40 tokens original MIT

PreToolUse

05

JeongJaeSoon/agent-guard

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.

24 yesterday A tokens not measured original MIT

PostToolUse

06

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.

24 yesterday A tokens not measured copy · 91% MIT

Stop

07

JeongJaeSoon/agent-guard

Hook

Runs when the agent finishes a response, running an inline shell check. From JeongJaeSoon/agent-guard.

24 yesterday A tokens not measured copy · 81% MIT

SessionStart

08

JeongJaeSoon/agent-guard

Hook

Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From JeongJaeSoon/agent-guard.

24 yesterday A tokens not measured copy · 91% MIT

UserPromptSubmit

09

JeongJaeSoon/agent-guard

Hook

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From JeongJaeSoon/agent-guard.

24 yesterday A tokens not measured copy · 84% MIT

setup-agent-guard

10

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…

24 yesterday A 72 tokens original MIT

setup-shell

11

JeongJaeSoon/agent-guard

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.

24 yesterday A 43 tokens original MIT