higgsfield-marketplace-cards
Fail
Audited by Snyk on May 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The first URL is a direct raw.githubusercontent.com link to an install.sh (a remote shell installer commonly used with curl | sh) which is high-risk to execute from an external/unknown repo, and the second URL is malformed/empty—both indicators make this a suspicious download source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's bootstrap step instructs running a remote installer that is fetched and piped to a shell (curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh), which executes remote code at runtime and is relied on to install the required higgsfield CLI.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata