codemender-security
v1.0.0Enterprise autonomous security auditing, zero-false-positive PoC verification, and context-aware patch remediation using Google Cloud CodeMender (cm) on Gemini Enterprise Agent Platform.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codemender-security@agent-plugin-marketplacePaste 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-securityClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/codemender-audit/SKILL.md├── skills/codemender-remediate/SKILL.md└── SKILL.md
Included Skills3
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.
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.
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
{
"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"
}
}{
"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"
}
}{
"$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"
]
}For maintainers
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)