higgsfield-to-medusa-products
Fail
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill's bootstrap instructions in SKILL.md direct the user to download and execute a script directly from a remote source using a dangerous pattern:
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh. Executing remote scripts by piping them directly to a shell can lead to full system compromise if the repository or communication is compromised. - [EXTERNAL_DOWNLOADS]: The skill is designed to download binary tools (Higgsfield CLI) and fetch image assets from the Higgsfield CDN at runtime.
- [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface where product prompts defined in an external
manifest.jsonare passed to the Higgsfield CLI without sanitization. Maliciously crafted prompts in the manifest could manipulate the generation process. - Ingestion points: The
shots[].promptfield in the manifest JSON. - Boundary markers: None identified.
- Capability inventory: Uses
higgsfieldCLI,awsCLI, andcurlfor API interactions inscripts/run-pipeline.sh. - Sanitization: Values are parsed via
jqbut injected directly into CLI arguments. - [COMMAND_EXECUTION]: The skill relies on complex bash scripts (
scripts/run-pipeline.shandscripts/load-env.sh) to orchestrate its workflow, which involves executing multiple external CLI utilities and managing local environment files.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata