comfyui-runner

Security checks across malware telemetry and agentic risk

Overview

This is a simple ComfyUI status-check skill with some overstated documentation, but the reviewed code only performs a configurable health check.

Install only if you want a status-only ComfyUI health checker. Set COMFYUI_HOST and COMFYUI_PORT to your own trusted instance, do not expect run or stop to work in this version, and avoid adding credentials to a .env file unless a later reviewed version actually uses them.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill documentation indicates use of environment variables and outbound network access (`curl` to a configured host), but no permissions are declared to reflect those capabilities. This creates a trust and review gap: operators may approve or run the skill without realizing it can read configuration secrets and communicate over the network to a non-local default IP.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal