get-available-resources
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/detect_resources.pyexecutes several system utilities includingnvidia-smi,rocm-smi,sysctl, andsystem_profiler. These commands are used solely to identify hardware capabilities (GPU models, VRAM, and CPU details). The execution is performed usingsubprocess.run()with static argument lists and without enabling shell execution, which prevents command injection risks. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
psutilPython package to monitor system memory and CPU usage. This is a standard, reputable library for process and system monitoring. - [DATA_EXPOSURE_AND_EXFILTRATION]: While the skill accesses system performance data and disk usage, this information is only written to a local JSON file (
.claude_resources.json) within the working directory. No network operations or external data transmissions are present in the code.
Audit Metadata