Agent Plugins Marketplace
All plugins

quality-security-gate

v0.2.0

Gate determinístico, estritamente read-only e fail-closed, com risco P1/P2/P3, 12 investigadores e evidência estruturada.

Codex1 Skill

By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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 quality-security-gate for Codex

Installs for the current user
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add quality-security-gate@codex-skills

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

Compatibility: the page URL and API slug “quality-security-gate-2” remain stable.

  • Codex: quality-security-gate-2@agent-plugin-marketplacequality-security-gate@codex-skills

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/cadugevaerd/codex-skills

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

Plugin files

plugins/quality-security-gate/
├── .codex-plugin/plugin.json
└── skills/quality-security-gate/SKILL.md

Included Skills1

quality-security-gateskills/quality-security-gate/SKILL.md

Audita gates automatizados de qualidade e segurança por risco, sem corrigir o repositório.

Plugin manifests1

plugins/quality-security-gate/.codex-plugin/plugin.json
{
  "name": "quality-security-gate",
  "version": "0.2.0",
  "description": "Gate determinístico, estritamente read-only e fail-closed, com risco P1/P2/P3, 12 investigadores e evidência estruturada.",
  "author": {
    "name": "Carlos Araujo",
    "email": "[email protected]",
    "url": "https://github.com/cadugevaerd"
  },
  "homepage": "https://github.com/cadugevaerd/codex-skills",
  "repository": "https://github.com/cadugevaerd/codex-skills",
  "license": "MIT",
  "keywords": [
    "quality",
    "security",
    "devsecops",
    "sast",
    "supply-chain",
    "gate"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Quality Security Gate",
    "shortDescription": "Audita gates de qualidade e segurança sem alterar o projeto.",
    "longDescription": "Classifica risco P1/P2/P3, lança 12 investigadores read-only e consolida evidência estruturada em GO, NO-GO ou BLOCKED, sem persistir estado no repositório-alvo.",
    "developerName": "Carlos Araujo",
    "category": "Development",
    "capabilities": [
      "Quality Gate",
      "Security",
      "Risk Classification",
      "Status"
    ],
    "defaultPrompt": [
      "/quality-security-gate plan --root /caminho/do/projeto",
      "/quality-security-gate analyze --root /caminho/do/projeto"
    ]
  }
}

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

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