goose
Fail
Audited by Snyk on Aug 7, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The package instructs users to curl a remote shell script and pipe it to bash (a direct .sh download/run from a GitHub release), which is a high-risk delivery pattern for malware even if the repo appears popular.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes multiple "curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash" commands which fetch a remote script and execute it at runtime (installation), making the skill rely on and run external code from that URL.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata