health-monitor
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script health-monitor.js utilizes the
child_process.execfunction to run system utilities includingtop,free, anddffor metric collection. These commands are implemented as static strings without interpolation of user-controlled variables, which effectively prevents command injection vulnerabilities. The skill stores collected performance data locally in a JSON file without any external transmission.
Audit Metadata