game-sounds
Warn
Audited by Socket on Jul 30, 2026
1 alert found:
AnomalyAnomalyscripts/setup.sh
LOWAnomalyLOW
scripts/setup.sh
The script itself is a straightforward bootstrap/check helper, with no clear signs of direct malware such as obfuscation, credential theft, persistence, or exfiltration. The dominant security concern is supply-chain integrity: it performs unpinned npm global installation and unverified git cloning from a remote repository, which could lead to installation/checkout of attacker-controlled code if the package/repo supply chain is compromised or changes over time. Additionally, the clone destination can be influenced by GAME_SOUNDS_DIR, which can redirect where code is written if the runtime environment is attacker-controlled.
Confidence: 74%Severity: 62%
Audit Metadata