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-smi to determine the CUDA version.
  • Virtual environment management using python3 -m venv and source commands.
  • Package installation via pip for the Holoscan SDK wheels (holoscan-cu12 or holoscan-cu13).
  • Resource limit configuration using ulimit -s 32768 to 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
Risk Level
SAFE
Analyzed
Jun 12, 2026, 07:41 PM
Security Audit — agent-trust-hub — holoscan-install-wheel