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 sudo to install Debian packages (dpkg -i), run standalone installers, and manage system packages via apt-get.
  • [COMMAND_EXECUTION]: Modifies system configuration files in /etc/sysctl.d/ and uses sh -c to 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 cmake and make to compile profiling utilities (csvexport, capture, update) from the downloaded Tracy source code.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 30, 2026, 12:20 PM
Security Audit — agent-trust-hub — install-profilers