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).
- Potentially malicious external URL detected (high risk: 0.90). The setup script (scripts/setup-nuc.sh) fetches and executes remote code during bootstrap—examples: curl -LsSf https://astral.sh/uv/install.sh | sh, curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash, curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh, and git clone of https://github.com/Lightricks/LTX-2.git and https://github.com/broomva/autoany.git—which will execute remote code on the NUC if the setup script is run.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata