ascend-npu-driver-install
Audited by Socket on Apr 3, 2026
1 alert found:
AnomalyThis Bash module itself does not show overt malicious behaviors such as exfiltration, reverse shells, or credential theft. However, it is a high-impact privileged installer that selects driver/firmware .run packages from a user-controlled directory by filename regex and then executes them as root, with only a gate provided by an external local Python checker whose integrity/provenance and validation strength are not enforced here. The primary security concern is supply-chain/host compromise if the installer artifacts or ./check_package.py are tampered with. Additionally, automatic dependency installation via yum/apt increases trust surface. Recommend enforcing cryptographic hash/signature verification for all artifacts (including check_package.py) and ensuring controlled, trusted execution context.