cli-forge-publish
Warn
Audited by Socket on Apr 21, 2026
1 alert found:
AnomalyAnomalytemplates/scripts/install-current-release.sh
LOWAnomalyLOW
templates/scripts/install-current-release.sh
No direct indicators of intentional malware are present in this Bash installer helper. The primary risks are supply-chain and trust-model issues inherent to installing a network-downloaded binary: the download origin can be redirected via GITHUB_REPOSITORY, and checksum verification is based on a checksum retrieved from the same release source with no independent signature/anchoring. Additionally, remote tar extraction is performed without explicit hardening/validation of archive contents. Overall: likely legitimate, but it should only be used with trusted config/release/tag and in controlled environments.
Confidence: 70%Severity: 58%
Audit Metadata