Agent Plugins Marketplace
All plugins

codemender-security

v1.0.0

Enterprise autonomous security auditing, zero-false-positive PoC verification, and context-aware patch remediation using Google Cloud CodeMender (cm) on Gemini Enterprise Agent Platform.

CodexClaude CodeAgent Plugins3 Skills

By Google LLCLicense: Apache-2.00 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 21, 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 codemender-security for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codemender-security@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/edwardc-gcp/codemender-security

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

Plugin files

codemender-security/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/codemender-audit/SKILL.md
├── skills/codemender-remediate/SKILL.md
└── SKILL.md

Included Skills3

codemender-auditskills/codemender-audit/SKILL.md

Autonomous security auditing, fast differential AST scanning, third-party report ingestion (Semgrep/Snyk), and sandboxed PoC exploit verification using Google Cloud CodeMender (cm). ACTIVATE this skill whenever scanning codebases, reviewing PR diffs, verifying vulnerabilities without false positives, or preparing SARIF security reports.

codemender-remediateskills/codemender-remediate/SKILL.md

Context-aware security patch remediation, regression test validation, and PoC re-attack verification using Google Cloud CodeMender (cm). ACTIVATE this skill whenever remediating discovered vulnerabilities, fixing code security issues, applying verified patches, or rolling back broken security fixes.

codemender-securitySKILL.md

Autonomous security auditing, vulnerability verification, exploit PoC validation, and context-aware patch remediation using Google Cloud CodeMender (cm) on Gemini Enterprise Agent Platform. ACTIVATE this skill whenever scanning codebases, reviewing PR diffs, verifying vulnerabilities without false positives, or safely remediating security flaws with zero regressions.

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "codemender-security",
  "version": "1.0.0",
  "description": "Enterprise autonomous security auditing, zero-false-positive PoC verification, and context-aware patch remediation using Google Cloud CodeMender (cm) on Gemini Enterprise Agent Platform.",
  "skills": "./skills/",
  "interface": {
    "displayName": "CodeMender Security",
    "shortDescription": "Zero-false-positive vulnerability audit and patch remediation via CodeMender",
    "category": "Security"
  }
}
.claude-plugin/plugin.json
{
  "name": "codemender-security",
  "version": "1.0.0",
  "description": "Enterprise autonomous security auditing, zero-false-positive PoC verification, and context-aware patch remediation using Google Cloud CodeMender (cm) on Gemini Enterprise Agent Platform.",
  "author": {
    "name": "Google LLC"
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "codemender-security",
  "version": "1.0.0",
  "description": "Enterprise autonomous security auditing, zero-false-positive PoC verification, and context-aware patch remediation using Google Cloud CodeMender (cm) on Gemini Enterprise Agent Platform.",
  "author": {
    "name": "Google LLC",
    "url": "https://cloud.google.com"
  },
  "homepage": "https://docs.cloud.google.com/gemini-enterprise-agent-platform/codemender",
  "repository": "https://github.com/edwardc-gcp/codemender-security",
  "license": "Apache-2.0",
  "keywords": [
    "security",
    "codemender",
    "google-cloud",
    "vulnerability-audit",
    "patch-remediation",
    "poc-verification",
    "gemini"
  ]
}

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

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