pollo-generate
Fail
Audited by Snyk on Aug 5, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The list includes a direct raw GitHub shell installer (https://raw.githubusercontent.com/polloaiofficial/cli/main/install.sh) referenced for curl | sh installation, which is a high-risk pattern (remote script execution) and thus suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's setup step tells users to run "curl -fsSL https://raw.githubusercontent.com/polloaiofficial/cli/main/install.sh | sh", which fetches and executes remote shell code at runtime and is presented as the installer for the required CLI dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata