install-profilers
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches software packages and installers from official NVIDIA domains including developer.nvidia.com and developer.download.nvidia.com.
- [EXTERNAL_DOWNLOADS]: Clones the Tracy profiler source code from the official wolfpld/tracy repository on GitHub.
- [COMMAND_EXECUTION]: Uses
sudoto install Debian packages (dpkg -i), run standalone installers, and manage system packages viaapt-get. - [COMMAND_EXECUTION]: Modifies system configuration files in
/etc/sysctl.d/and usessh -cto update kernel parameters (perf_event_paranoid), which is a required step for performance monitoring tools to access CPU samples. - [COMMAND_EXECUTION]: Executes build commands including
cmakeandmaketo compile profiling utilities (csvexport,capture,update) from the downloaded Tracy source code.
Audit Metadata