free-my-cpu
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses various standard Linux/macOS diagnostic tools (uptime, nproc, free, top, ps, iostat) and Docker CLI commands (stats, inspect, logs) to analyze system performance. These are necessary for the skill's primary purpose of performance auditing.
- [EXTERNAL_DOWNLOADS]: The skill includes instructions to interact with Grafana APIs using
curl. As these interactions target a well-known monitoring service (Grafana) and are restricted to read-only dashboard retrieval (python3 -m json.tool), they are considered safe within the context of performance auditing. The URLgrafana.example.comis a placeholder for the user's own infrastructure. - [REMOTE_CODE_EXECUTION]: The skill demonstrates how to run its bundled audit script on remote hosts via
ssh. This is a core feature for remote server management and is implemented using standard SSH piping techniques without downloading scripts from unknown external domains.
Audit Metadata