Agent Plugins Marketplace
All plugins

mnogovid-system-scanner

v2.1.6

Consent-gated Linux host security assessment and network observation.

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-system-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-system-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-system-scanner” remain stable.

  • Codex: mnogovid-system-scanner@agent-plugin-marketplacemnogovid-system-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-system-scanner/.

Plugin files

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

Included Skills4

system-scanskills/system-scan/SKILL.md

Plan, approve, execute, and report an evidence-first Linux host security assessment.

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

Run consent-gated Linux host checks, then obtain host-AI triage and an independent system-triage review.

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

Run approved Linux host checks, then analyze bounded evidence with the host AI under strict-redacted or trusted-ai consent.

system-triageskills/system-triage/SKILL.md

Independently review bounded, redacted Linux host-security findings without scanning or remediation.

MCP servers1

mnogovid-system-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', 'system_mcp.py'), run_name='__main__')

Plugin manifests2

plugins/mnogovid-system-scanner/.codex-plugin/plugin.json
{
  "name": "mnogovid-system-scanner",
  "version": "2.1.6",
  "description": "Consent-gated Linux host security assessment and network observation.",
  "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 System Scanner",
    "shortDescription": "Plan, run, and triage consent-gated Linux host checks.",
    "longDescription": "A standalone MCP plugin that inventories Linux host security, runs allowlisted local scanners only after explicit consent, and records redacted evidence. It supports passive network observation and explicitly authorized port scans.",
    "developerName": "BergaBruh",
    "websiteURL": "https://github.com/BergaBruh/mnogovid",
    "category": "Productivity",
    "capabilities": [
      "mcp",
      "agents",
      "skills"
    ],
    "defaultPrompt": "Start Mnogovid System Scanner onboarding: choose local or user-supplied remote SSH target, never read ~/.ssh/config to discover aliases, use only registered MCP tools (system_remote_prepare after approveConnection=true, system_record_job for long jobs), never run raw Bash/SSH or invent registry_record, bootstrap and validate the profile/toolchain, ask for scan groups before mode, 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-system-scanner/.claude-plugin/plugin.json
{
  "name": "mnogovid-system-scanner",
  "version": "2.1.6",
  "description": "Consent-gated Linux host security assessment and network observation.",
  "author": {
    "name": "BergaBruh"
  },
  "license": "Apache-2.0"
}

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

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