mdbook
Warn
Audited by Socket on Aug 7, 2026
1 alert found:
SecuritySecurityinstall.sh
MEDIUMSecurityMEDIUM
install.sh
Overall, this is a high-impact supply-chain installer because it fetches code from a remote GitHub repository and then executes a repository-controlled Bash file (references/.wiki-version) via source during installation. While no overt data theft or networking malware is shown in this fragment, the lack of commit/signature pinning plus direct execution of upstream-provided content creates a credible arbitrary command execution risk if the upstream repository or that file is compromised or tampered with. Additional risk comes from rm -rf "$TARGET" combined with imperfect custom target handling.
Confidence: 78%Severity: 70%
Audit Metadata