profile-model
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The provided utility script
scripts/gpu_snapshot.pyusessubprocess.Popento execute shell commands passed via the--runargument. This is a functional requirement to profile a workload for the duration of its execution. - [EXTERNAL_DOWNLOADS]: The skill instructions include configuring the
pixipackage manager to fetch packages fromhttps://conda.modular.com/max-nightly/. This is the official nightly distribution channel for the skill author's software. - [PRIVILEGE_ESCALATION]: The documentation mentions using
sudo apt-get installfor the installation of NVIDIA Nsight Systems. This is a standard system-level installation procedure for the required profiling tools. - [DYNAMIC_EXECUTION]: In
references/custom-architectures.md, the skill suggests running a Python one-liner viapython -cto verify module imports. This involves dynamic execution of code constructed from file paths and module names to ensure environment compatibility.
Audit Metadata