higgsfield-product-photoshoot
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: 0.70). One of the links is a direct raw GitHub shell installer (install.sh) — piping or running a raw .sh from a third‑party repo can execute arbitrary code and is a common malware vector; the .jpg CDN links are low risk by themselves but do not offset the risk of the executable installer.
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 an explicit install command that fetches and executes remote code (curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh), which is a required dependency and therefore a high-risk runtime external dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata