ascend-npu-driver-install

Pass

Audited by Gen Agent Trust Hub on Apr 3, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The script install_npu_driver.sh executes high-privilege system commands including groupadd and useradd to create service accounts, and reboot to apply driver changes. These operations are restricted to the ROOT user and are consistent with the skill's deployment purpose.
  • [COMMAND_EXECUTION]: The installation process involves executing .run binary packages found in a user-provided directory. The skill mitigates risks by using a Python validation script (check_package.py) that applies strict regular expression matching to ensure filenames follow the official Ascend naming convention before granting execution permissions and running them.
  • [EXTERNAL_DOWNLOADS]: The script uses native system package managers (apt or yum) to download and install standard development dependencies such as gcc, make, and dkms from official OS repositories.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 3, 2026, 06:48 AM