The skill insecurely executes unverified remote code via direct shell piping, granting external servers arbitrary control over the agent's environment without integrity checks or version pinning.
npx skills add https://github.com/higgsfield-ai/skillsRemote code download and execution detected
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
A remote resource is downloaded with curl/wget and piped directly into a shell interpreter (optionally via sudo). The downloaded script runs with no integrity check (no checksum/signature), so a compromised server, MITM, or hijacked URL leads to arbitrary code execution. Download to a file, verify it (e.g. sha256sum -c against a pinned digest, or a signature), then execute it.
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
The skill forces the installation of an external binary from a remote URL without version pinning or integrity verification, effectively granting the remote server control over the agent's execution environment. [ensemble: confirmed by 3/3 passes; severity set to the agreed median (ADR-0067).]
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/higgsfield-ai/skills/higgsfield-soul-id)<a href="https://mondoo.com/ai-agent-security/skills/github/higgsfield-ai/skills/higgsfield-soul-id"><img src="https://mondoo.com/ai-agent-security/api/badge/github/higgsfield-ai/skills/higgsfield-soul-id.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/higgsfield-ai/skills/higgsfield-soul-id.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.