grype-scanning
Warn
Audited by Snyk on Aug 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The SKILL.md contains an install command that fetches and executes a remote installer via curl -sSfL https://get.anchore.io/grype | sudo sh ..., which downloads and runs remote code at runtime (https://get.anchore.io/grype).
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's install step explicitly instructs running a remote install script with sudo ("curl ... | sudo sh -s -- -b /usr/local/bin"), which requests elevated privileges and could modify system-wide files, so it pushes the agent to perform privileged system changes.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata