Agent Plugins Marketplace
All plugins

agent-guard

v0.1.0+codex.20260810104504

Block destructive agent commands before they run.

CodexClaude Code

By tenfyzhongLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-guard@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/tenfyzhong/agent-plugins-hub

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-guard/.

Plugin files

plugins/agent-guard/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/agent-guard/.codex-plugin/plugin.json
{
  "name": "agent-guard",
  "version": "0.1.0+codex.20260810104504",
  "description": "Block destructive agent commands before they run.",
  "author": {
    "name": "tenfyzhong",
    "url": "https://github.com/tenfyzhong"
  },
  "homepage": "https://github.com/tenfyzhong/agent-plugins-hub/tree/main/plugins/agent-guard",
  "repository": "https://github.com/tenfyzhong/agent-plugins-hub",
  "license": "MIT",
  "keywords": [
    "hooks",
    "security",
    "safety"
  ],
  "interface": {
    "displayName": "Agent Guard",
    "shortDescription": "Block destructive shell commands.",
    "longDescription": "Cross-agent lifecycle hooks that deny known destructive shell commands before an agent runs them.",
    "developerName": "tenfyzhong",
    "category": "Productivity",
    "capabilities": [
      "Command Guard",
      "Lifecycle Hooks"
    ],
    "defaultPrompt": [
      "Explain which commands Agent Guard blocks."
    ]
  }
}
plugins/agent-guard/.claude-plugin/plugin.json
{
  "name": "agent-guard",
  "version": "0.1.0+codex.20260810104504",
  "description": "Block destructive agent commands before they run.",
  "author": {
    "name": "tenfyzhong",
    "url": "https://github.com/tenfyzhong"
  },
  "homepage": "https://github.com/tenfyzhong/agent-plugins-hub/tree/main/plugins/agent-guard",
  "repository": "https://github.com/tenfyzhong/agent-plugins-hub",
  "license": "MIT",
  "keywords": [
    "hooks",
    "security",
    "safety"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-guard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-guard)