Agent Plugins Marketplace
All plugins

mnogovid-code-scanner

v2.1.6

Standalone multi-scanner security orchestration for coding agents.

CodexClaude Code4 Skills1 MCP serverstdio

By BergaBruhLicense: Apache-2.00 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 4, 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 mnogovid-code-scanner for Codex and Claude Code

Installs for the current user
codex plugin marketplace add BergaBruh/mnogovid
codex plugin marketplace upgrade mnogovid
codex plugin add mnogovid-code-scanner@mnogovid

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

Compatibility: the page URL and API slug “mnogovid-code-scanner” remain stable.

  • Codex: mnogovid-code-scanner@agent-plugin-marketplacemnogovid-code-scanner@mnogovid

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/BergaBruh/mnogovid

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

Plugin files

plugins/mnogovid-code-scanner/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/security-scan/SKILL.md
├── skills/security-scan-agent/SKILL.md
├── skills/security-scan-ai/SKILL.md
├── skills/security-triage/SKILL.md
└── .mcp.json

Included Skills4

security-scanskills/security-scan/SKILL.md

Plan, approve, execute, and report an evidence-first security scan with local scanner CLIs.

security-scan-agentskills/security-scan-agent/SKILL.md

Run local scanners, obtain host-AI triage, then request an independent security-triage agent review.

security-scan-aiskills/security-scan-ai/SKILL.md

Run approved local security scanners, then use host AI to analyze bounded findings under strict-redacted or trusted-ai consent.

security-triageskills/security-triage/SKILL.md

Validate scanner findings with bounded evidence, approved AI triage, and primary advisory sources.

MCP servers1

mnogovid-code-scannerstdio
command
python3
args
-c import os, runpy; root = os.environ.get('CLAUDE_PLUGIN_ROOT') or os.environ.get('PLUGIN_ROOT'); runpy.run_path(os.path.join(root, 'scripts', 'security_mcp.py'), run_name='__main__')

Plugin manifests2

plugins/mnogovid-code-scanner/.codex-plugin/plugin.json
{
  "name": "mnogovid-code-scanner",
  "version": "2.1.6",
  "description": "Standalone multi-scanner security orchestration for coding agents.",
  "author": {
    "name": "BergaBruh",
    "url": "https://github.com/BergaBruh"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/BergaBruh/mnogovid",
  "repository": "https://github.com/BergaBruh/mnogovid",
  "skills": "./skills/",
  "interface": {
    "displayName": "Mnogovid Code Scanner",
    "shortDescription": "Plan, run, ingest, and triage security scans.",
    "longDescription": "Independent security plugin with skills, agents, and an MCP server. It discovers a workspace, orchestrates allowlisted scanner CLIs, normalizes reports, and prepares redacted AI triage evidence.",
    "developerName": "BergaBruh",
    "websiteURL": "https://github.com/BergaBruh/mnogovid",
    "category": "Productivity",
    "capabilities": [
      "mcp",
      "agents",
      "skills"
    ],
    "defaultPrompt": "Start Mnogovid Code Scanner onboarding for this workspace: bootstrap and validate the profile/toolchain, create a missing profile only after consent, ask for adapters-only, AI-triage, or independent-review mode, and return a redacted report with coverage gaps."
  },
  "mcpServers": "./.mcp.json"
}
plugins/mnogovid-code-scanner/.claude-plugin/plugin.json
{
  "name": "mnogovid-code-scanner",
  "version": "2.1.6",
  "description": "Standalone multi-scanner security orchestration for coding agents.",
  "author": {
    "name": "BergaBruh"
  }
}

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

[mnogovid-code-scanner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mnogovid-code-scanner)