run_malware_scan
ActiveTool of BorealHost
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"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries