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 thepsutilpackage usingsubprocess.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.pyandmonitor.pyscripts usepsutilto iterate through all running system processes to collect resource usage data, which is a sensitive operation on the local environment.
Audit Metadata