skills/modular/skills/profile-model/Gen Agent Trust Hub

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.py uses subprocess.Popen to execute shell commands passed via the --run argument. This is a functional requirement to profile a workload for the duration of its execution.
  • [EXTERNAL_DOWNLOADS]: The skill instructions include configuring the pixi package manager to fetch packages from https://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 install for 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 via python -c to verify module imports. This involves dynamic execution of code constructed from file paths and module names to ensure environment compatibility.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 20, 2026, 12:24 PM
Security Audit — agent-trust-hub — profile-model