fleet
Audited by Socket on Jul 25, 2026
1 alert found:
SecurityNo direct evidence of overt malware (e.g., backdoors, exfiltration, keylogging, reverse shells) exists in the provided snippet. However, the script includes multiple high-risk supply-chain execution primitives: it executes a remote installer as root (`curl ... | sh`), installs a global npm package (npm lifecycle script risk), pulls and runs a Docker image with host Docker socket access, and executes an unprovided script (`sync-remote-skills.sh`) driven by network-retrieved content parameters. If any of the referenced URLs/images/scripts are tampered with, this can lead to full host compromise. Recommend reviewing `scripts/sync-remote-skills.sh`, pinning versions/digests (Docker image + npm package), and avoiding pipe-to-shell.