homelab-pihole-dns
Warn
Audited by Snyk on Jun 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly downloads and executes remote code at runtime from https://install.pi-hole.net (curl ... -> bash pi-hole-install.sh) and fetches/execututes a cloudflared binary from GitHub releases (https://github.com/cloudflare/cloudflared/releases/...), so external content directly controls execution.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs the agent/user to run sudo commands and modify system files (e.g., /etc/dhcpcd.conf, /etc/cloudflared, creating/enabling systemd services) which change the host/system state and require elevated privileges.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata