fleet

Warn

Audited by Socket on Jul 25, 2026

1 alert found:

Security
SecurityMEDIUM
scripts/bootstrap-node.sh

No 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.

Confidence: 62%Severity: 70%
Audit Metadata
Analyzed At
Jul 25, 2026, 12:53 AM
Package URL
pkg:socket/skills-sh/onmax%2Fskills%2Ffleet%2F@9369b9d3b5912bf631ef43d375d497e3fcbeab44f1d98ed2f4f9eab9306c8162
Security Audit — socket — fleet