homelab-helper
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official Datadog Agent installation script from a well-known service domain (install.datadoghq.com).
- [REMOTE_CODE_EXECUTION]: Executes the Datadog installation script directly using a shell command. This is documented as the standard setup procedure for the monitoring service.
- [COMMAND_EXECUTION]: Includes various system administration commands requiring elevated privileges (sudo) for storage mounting, service management, and package installation, all of which are appropriate for the skill's stated purpose of homelab management.
- [COMMAND_EXECUTION]: Utilizes Python's subprocess module within a monitoring script to check Raspberry Pi CPU temperature via the local vcgencmd tool.
Audit Metadata