bmad
Warn
Audited by Socket on Jul 28, 2026
1 alert found:
SecuritySecurityscripts/install.sh
MEDIUMSecurityMEDIUM
scripts/install.sh
This fragment contains no overt malicious behaviors such as credential theft, exfiltration, or backdoor logic within the shown code. However, it has significant supply-chain risk because it performs direct remote code execution (`curl ... | sh`) to install an external CLI, and then executes additional local hook/init scripts without integrity verification in this fragment. The primary danger is that the remotely executed installer and/or the subsequently executed hook/init scripts could be compromised or malicious.
Confidence: 62%Severity: 70%
Audit Metadata