higgsfield-product-photoshoot
Fail
Audited by Snyk on May 6, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The image URLs on cdn.higgsfield.ai look like ordinary CDN-hosted images (low risk), but the raw.githubusercontent.com link points to an install.sh that the skill explicitly instructs users to curl and pipe to sh — executing an unverified remote shell script (from a possibly new/unknown GitHub repo) is a high-risk distribution vector for malware.
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