unsloth-training
Warn
Audited by Socket on Jul 31, 2026
1 alert found:
AnomalyAnomalyreference/installation.md
LOWAnomalyLOW
reference/installation.md
No direct malware behavior is demonstrated in the provided snippet (it is installation guidance). However, the installation flow includes a high-risk supply-chain pattern: downloading a remote script and executing it immediately (`wget ... | python -`), plus git-based installs that are not pinned to specific commits/tags. These practices materially increase exposure to compromise or tampering at install time. Mitigate by inspecting the referenced script/repositories and pinning versions/commit hashes and using integrity verification where possible.
Confidence: 65%Severity: 60%
Audit Metadata