get-available-resources
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill is designed for system resource detection and benchmarking. The code is readable and its behavior aligns with the stated purpose in the documentation.
- [COMMAND_EXECUTION]: The script executes standard system diagnostic commands (
nvidia-smi,rocm-smi,sysctl, andsystem_profiler) to identify hardware configurations. These commands are executed using static lists of arguments with no interpolation of untrusted user input. - [EXTERNAL_DOWNLOADS]: The skill requires the
psutilPython package, which is a widely recognized and trusted library for cross-platform system monitoring.
Audit Metadata