security-triage
v0.1.0Repository-neutral Codex Security finding triage.
By VouchingtonLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add security-triage@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/vouchington/vouchington-toolingClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/security-triage/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/triage-codex-security/SKILL.md
Included Skills1
Triage Codex Security findings for one repository into evidence-backed, explicitly approved outcomes. Use when clearing or reviewing a Codex Security finding queue; leave repository issue management to the consumer.
Plugin manifests3
{
"name": "security-triage",
"version": "0.1.0",
"description": "Repository-neutral Codex Security finding triage.",
"author": {
"name": "Vouchington",
"url": "https://github.com/vouchington"
},
"homepage": "https://github.com/vouchington/vouchington-tooling",
"repository": "https://github.com/vouchington/vouchington-tooling",
"license": "MIT",
"keywords": [
"security",
"triage",
"codex-security"
],
"skills": "./skills/",
"interface": {
"displayName": "Security triage",
"shortDescription": "Triage Codex Security findings safely.",
"longDescription": "A repository-neutral workflow for analyzing Codex Security findings and producing approved, auditable outcomes.",
"developerName": "Vouchington",
"category": "Security",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/vouchington/vouchington-tooling",
"defaultPrompt": [
"Triage Codex Security findings for this repository."
],
"brandColor": "#2563EB",
"screenshots": []
}
}{
"name": "security-triage",
"version": "0.1.0",
"description": "Repository-neutral Codex Security finding triage.",
"author": {
"name": "Vouchington"
},
"skills": "./skills/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "security-triage",
"version": "0.1.0",
"description": "Repository-neutral Codex Security finding triage.",
"author": {
"name": "Vouchington"
}
}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.
[security-triage on Agent Plugins Marketplace](https://pluginsmp.com/plugins/security-triage)