docker-install-agentjet-swarm-server
Warn
Audited by Snyk on Mar 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs runtime execution of remote content: it suggests running a convenience install script via "curl https://get.docker.com | sh" (which fetches and executes remote code) and requires pulling/running the remote container image "ghcr.io/modelscope/agentjet:main" (which downloads and executes external code inside the container), so these URLs present high-confidence runtime execution risk.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill includes multiple sudo commands and instructions to install and configure system-level services (Docker, NVIDIA container toolkit), modify /etc files (daemon.json, apt sources, keyrings) and restart systemd services, all of which require elevated privileges and change the machine state.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata