higgsfield-youtube-thumbnail
Fail
Audited by Snyk on Aug 3, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The raw.githubusercontent.com link points to a direct shell installer (install.sh) which is a high-risk delivery vector when piped to sh from an unverified GitHub repo; the Google Fonts URL is a known benign CDN and not suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill bootstrap step runs a remote install script via curl piped to sh (https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh), which fetches and executes remote code and is presented as a required runtime dependency for the CLI.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata