From bc82beb2b03b0f0e7ba04782556bb19c51c55228 Mon Sep 17 00:00:00 2001 From: dannyliv Date: Sat, 16 May 2026 20:55:43 -0700 Subject: [PATCH] Add agent-guard-plugins to Plugins Prompt-injection guard plugin for Codex CLI: ships a .codex-plugin/plugin.json that bundles PreToolUse and PostToolUse hooks screening tool input and returned content with a fine-tuned classifier. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f2e3f..bf32b5d 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ Distributable bundles combining skills + app integrations + MCP servers. Defined - [xmm/codex-bmad-skills](https://github.com/xmm/codex-bmad-skills) - BMAD methodology plugin - structured planning, design, and implementation workflow. - [regenrek/codex-1up](https://github.com/regenrek/codex-1up) - Bootstrap tool that installs Codex CLI plus curated power tools and an AGENTS.md template. Three profiles: balanced, safe, yolo. ![GitHub stars](https://img.shields.io/github/stars/regenrek/codex-1up?style=flat-square) - [EveryInc/compound-engineering-plugin](https://github.com/EveryInc/compound-engineering-plugin) - Compound Engineering plugin for Claude Code, Codex, and more. Structured multi-agent workflows. ![GitHub stars](https://img.shields.io/github/stars/EveryInc/compound-engineering-plugin?style=flat-square) +- [dannyliv/agent-guard-plugins](https://github.com/dannyliv/agent-guard-plugins) - Prompt-injection guard plugin - bundled PreToolUse/PostToolUse hooks screen tool input and returned web/file content with a fine-tuned classifier before Codex acts on it. ![GitHub stars](https://img.shields.io/github/stars/dannyliv/agent-guard-plugins?style=flat-square) ## Hooks