nvtx-python
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a profiling tool using
sys.setprofileandthreading.setprofileto trace Python function calls. This is a standard approach for diagnostic and performance instrumentation. - [EXTERNAL_DOWNLOADS]: The skill requires the
nvtxPython package, which is an official NVIDIA library for performance markers. This dependency is appropriate for the skill's stated purpose of NVTX profiling. - [COMMAND_EXECUTION]: The skill provides examples of running
nsys(NVIDIA Nsight Systems) anduv run python. These are legitimate development commands for profiling and running Python applications in the intended NVIDIA-based environment. - [SAFE]: The use of
sitecustomize.pyviaPYTHONPATHis a well-documented Python feature for extending interpreter startup behavior. In this context, it is used transparently to initialize the profiling hook without permanently modifying the environment's configuration files.
Audit Metadata