You're viewing a demo portfolio

Join the waitlist
PRSM

run_malware_scan

Active

Tool of BorealHost

declared in 1.27.0

Run a ClamAV malware scan on a site's container. Scans the web root (or specified path) for malware, viruses, and trojans. ClamAV is installed automatically if not present. Excludes node_modules, vendor, .git, and cache directories. May take up to 5 minutes for large sites. Requires: API key with write scope. Args: slug: Site identifier path: Directory to scan (default: /var/www/html) Returns: {"infected_files": [{"path": "/var/www/html/shell.php", "threat": "Php.Malware.Agent"}], "scanned_count": 1234, "infected_count": 1, "scan_time_s": 45.2}

Parameters schema

{
  "type": "object",
  "title": "run_malware_scanArguments",
  "required": [
    "slug"
  ],
  "properties": {
    "path": {
      "type": "string",
      "title": "Path",
      "default": ""
    },
    "slug": {
      "type": "string",
      "title": "Slug"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
run_malware_scan — BorealHost — PRSM MCP