mnogovid-system-scanner
v2.1.6Consent-gated Linux host security assessment and network observation.
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
codex plugin marketplace add BergaBruh/mnogovid
codex plugin marketplace upgrade mnogovid
codex plugin add mnogovid-system-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-system-scanner” remain stable.
- Codex:
mnogovid-system-scanner@agent-plugin-marketplace→mnogovid-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/mnogovidClone 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
├── .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
Plan, approve, execute, and report an evidence-first Linux host security assessment.
Run consent-gated Linux host checks, then obtain host-AI triage and an independent system-triage review.
Run approved Linux host checks, then analyze bounded evidence with the host AI under strict-redacted or trusted-ai consent.
Independently review bounded, redacted Linux host-security findings without scanning or remediation.
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', 'system_mcp.py'), run_name='__main__')
Plugin manifests2
{
"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"
}{
"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"
}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-system-scanner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mnogovid-system-scanner)