claude-monitor

Warn

Audited by Gen Agent Trust Hub on Mar 29, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes several local Python scripts (health_check.py, monitor.py, api_bench.py) using absolute Windows file paths (C:\Users\renat\skills\...) which may not exist on all systems.
  • [EXTERNAL_DOWNLOADS]: Each script (api_bench.py, health_check.py, monitor.py) contains logic to automatically install the psutil package using subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'psutil', '--quiet']) if the module is missing. This bypasses manual user review of environment changes.
  • [COMMAND_EXECUTION]: The health_check.py and monitor.py scripts use psutil to iterate through all running system processes to collect resource usage data, which is a sensitive operation on the local environment.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 29, 2026, 10:44 AM