holoscan-install-wheel
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches Python example scripts and configuration files from NVIDIA's official GitHub repository (github.com/nvidia-holoscan/holoscan-sdk) to verify the installation.
- [REMOTE_CODE_EXECUTION]: The skill executes downloaded Python scripts (e.g., hello_world.py) using the python3 interpreter. This is performed as part of the intended installation verification workflow and uses code from the vendor's own repository.
- [COMMAND_EXECUTION]: The skill utilizes several shell commands for system discovery and configuration:
- Environment discovery via
nvidia-smito determine the CUDA version. - Virtual environment management using
python3 -m venvandsourcecommands. - Package installation via
pipfor the Holoscan SDK wheels (holoscan-cu12orholoscan-cu13). - Resource limit configuration using
ulimit -s 32768to ensure application stability. - Data preparation using a vendor-provided script that may require elevated privileges (
sudo /opt/nvidia/holoscan/examples/download_example_data).
Audit Metadata