get-available-resources

Warn

Audited by Gen Agent Trust Hub on Feb 15, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION] (MEDIUM): The skill is designed to run a local script (scripts/detect_resources.py) that executes system commands such as nvidia-smi, rocm-smi, and Apple's system_profiler. This interaction with the host operating system via subprocesses is necessary for hardware detection but represents a significant capability that should be monitored.
  • [EXTERNAL_DOWNLOADS] (LOW): The skill requires the installation of the psutil library. This is a well-known and trusted Python package for system monitoring, but its installation introduces an external dependency.
  • [DATA_EXPOSURE] (INFO): The skill collects and logs technical system metadata (CPU architecture, RAM availability, GPU driver versions). While this is not sensitive user data (like credentials), it provides a footprint of the execution environment.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 15, 2026, 10:14 PM