scanning-iac-and-images-with-trivy
Warn
Audited by Snyk on Jun 22, 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 README's install step uses a shell pipe that fetches and executes remote code at runtime (curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin), and the skill requires the installed trivy binary to run.
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 running commands with sudo that modify system files (adding apt sources, writing keyrings, installing binaries) and recommends mounting /var/run/docker.sock and cluster scans, all of which require elevated privileges or change system state, so it can compromise the host if executed by the agent.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata