web-artifacts-builder
Warn
Audited by Socket on Jul 25, 2026
1 alert found:
AnomalyAnomalyscripts/init-artifact.sh
LOWAnomalyLOW
scripts/init-artifact.sh
This appears to be a legitimate scaffolding/setup script with no direct indicators of intentional malware (no exfiltration, backdoor logic, or obfuscated execution). However, its supply-chain integrity is meaningfully weakened by (1) blind extraction of a local tarball into `src/` without checksum/signature verification (allowing arbitrary code injection into the app), and (2) broad dependency installation from public registries with limited version pinning (increasing exposure to compromised or unexpected upstream packages/install-script execution). The main concern is supply-chain tampering rather than overt malicious behavior in the script.
Confidence: 72%Severity: 56%
Audit Metadata