higgsfield-generate
Fail
Audited by Snyk on Jun 20, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Most URLs are benign placeholders or an official App Store page, but https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh is high-risk because it's a raw install shell script (a curl|sh pattern) that would execute arbitrary code if run, and the bare single-label CDN hosts (https://cdn/...) are malformed/untrusted for fetching executables.
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 runs a runtime shell pipeline that fetches and executes remote code via "curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh", which downloads and executes external script during runtime.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata