perf-torch-cuda-graphs

Pass

Audited by Gen Agent Trust Hub on May 8, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/verify_workload.py uses subprocess.run to execute Python scripts provided by the user via command-line arguments. This is the primary intended functionality of the script, designed to compare the performance and correctness of two local workload files.
  • [EXTERNAL_DOWNLOADS]: The documentation contains links to official documentation for PyTorch and NVIDIA technical guides (e.g., docs.nvidia.com, docs.pytorch.org). These are verified resources from the vendor and established software providers.
  • [SAFE]: The skill follows secure development practices by recommending the use of torch.amp.autocast(cache_enabled=False) to prevent memory issues and uses torch.cuda.nvtx.range for safe profiling instrumentation. No malicious patterns such as obfuscation, credential harvesting, or unauthorized network operations were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
May 8, 2026, 02:11 PM
Security Audit — agent-trust-hub — perf-torch-cuda-graphs