windows-rescue-from-linux
Audited by Socket on Jul 29, 2026
1 alert found:
AnomalyNo direct evidence of embedded malware (e.g., credential theft, exfiltration, backdoors, reverse shells, or destructive payloads) is present in the shown fragment. However, the script carries meaningful supply-chain and downstream-impact risk due to (1) executing a downloaded remote bootstrap script via `curl ... | bash -`, (2) installing third-party npm packages globally without visible pinning/integrity checks in this fragment, and (3) altering user PATH and registering an agent “skill” via symlink, which can amplify the impact of any upstream tampering. Treat the external NodeSource bootstrap and the npm CLI packages as high-trust dependencies and consider adding pinning/integrity verification and avoiding direct `curl | bash` execution when possible.