get-available-resources
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script scripts/detect_resources.py executes hardware diagnostic tools like nvidia-smi, rocm-smi, sysctl, and system_profiler. These are performed using subprocess.run with static argument lists, which is a safe practice.- [EXTERNAL_DOWNLOADS]: The skill requires the psutil library, which is a standard and reputable package for system resource management.- [SAFE]: The dynamic import of the datetime module is used for standard timestamping purposes and presents no security risk.
Audit Metadata