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.py executes several system utilities including nvidia-smi, rocm-smi, sysctl, and system_profiler. These commands are used solely to identify hardware capabilities (GPU models, VRAM, and CPU details). The execution is performed using subprocess.run() with static argument lists and without enabling shell execution, which prevents command injection risks.
  • [EXTERNAL_DOWNLOADS]: The skill requires the installation of the psutil Python 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
Risk Level
SAFE
Analyzed
Apr 10, 2026, 10:25 PM