higgsfield-video-explainer
Fail
Audited by Snyk on Jul 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). Directly piping a remote install.sh from an unverified GitHub repository (higgsfield-ai/cli) is high-risk—it's a raw shell script from an unknown source and running curl … | sh can execute arbitrary malware on the system.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's bootstrap step includes a runtime command that fetches and pipes a remote install script which will be executed: curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh (executes remote code during setup).
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata