remote-gpu

Fail

Audited by Snyk on Jul 1, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The list mixes internal/local HTTP API endpoints (http://nuc-gpu, http://localhost, http://NUC_HOST, etc.) that, per the included code, accept unauthenticated job submissions and can execute arbitrary shell commands — a high remote-code-execution risk if reachable from an attacker — plus several external installer scripts (https://sh.rustup.rs, https://deb.nodesource.com/setup_22.x, https://astral.sh/uv/install.sh) and GitHub repos (notably a small/unknown user repo broomva/autoany) which are legitimate sources when verified but pose added risk when fetched and piped-to-shell or run without review; therefore the overall set represents a suspicious/untrusted download & execution surface unless strictly bound to localhost/SSH tunnels and the external scripts/repos are validated.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 0.90). The package contains a deliberately exposed, unauthenticated HTTP /submit endpoint that runs arbitrary shell commands (via asyncio.create_subprocess_shell) and is installed by default as a persistent systemd service bound to 0.0.0.0 — this provides remote code execution access and persistence that is high-risk for abuse; I found no obfuscated payloads or hidden data-exfiltration routines, but the open RCE API and default public binding are dangerous if misconfigured or exposed.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 1, 2026, 03:33 PM
Issues
3
Security Audit — snyk — remote-gpu