mnogovid-code-scanner
v2.1.6Standalone multi-scanner security orchestration for coding agents.
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
codex plugin marketplace add BergaBruh/mnogovid
codex plugin marketplace upgrade mnogovid
codex plugin add mnogovid-code-scanner@mnogovidPaste 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-marketplace→mnogovid-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/mnogovidClone 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
├── .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
Plan, approve, execute, and report an evidence-first security scan with local scanner CLIs.
Run local scanners, obtain host-AI triage, then request an independent security-triage agent review.
Run approved local security scanners, then use host AI to analyze bounded findings under strict-redacted or trusted-ai consent.
Validate scanner findings with bounded evidence, approved AI triage, and primary advisory sources.
MCP servers1
- 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
{
"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"
}{
"name": "mnogovid-code-scanner",
"version": "2.1.6",
"description": "Standalone multi-scanner security orchestration for coding agents.",
"author": {
"name": "BergaBruh"
}
}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.
[mnogovid-code-scanner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mnogovid-code-scanner)