higgsfield-product-photoshoot
Fail
Audited by Snyk on May 5, 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 is a direct shell installer (install.sh) which is high-risk to execute (curl | sh) unless you fully trust and verify the higgsfield-ai/cli repository and its maintainer; the cdn.higgsfield.ai JPG links look like ordinary image outputs and are low risk by themselves, but the presence of an executable installer makes the overall bundle potentially dangerous.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's Step 0 bootstrap instructs users to run a remote install script at runtime via "curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh", which downloads and executes remote code and is required for the CLI used by the skill.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata