higgsfield-websites
Fail
Audited by Snyk on Aug 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These URLs include a direct curl|sh install of a remote shell script on raw.githubusercontent.com (high-risk to pipe to a shell) and a couple of untrusted Cloudflare Workers hostnames (workers.dev) that can serve arbitrary files — both are common vectors for delivering malware or scripts to be executed.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). The required runtime workflow only ingests trusted, internal hosted reference URLs and first-party generation inputs (e.g.,
references/app-cover.mduses hosted scene refs underhttps://static.higgsfield.ai/...and user text is treated as first-party brief fields, not an outsider-authored feed the workflow automatically reads), with no step that reads arbitrary external outsider-authored free text without actively selecting it.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's prerequisites include running a remote installer via shell pipe which fetches and executes code at runtime (curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh), so the URL is used to download and run remote code.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata