higgsfield-websites
Fail
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and execute a CLI installation script from the author's official GitHub repository.
- Evidence:
curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | shinSKILL.md. - This script is used to set up the necessary environment for the website builder.
- [REMOTE_CODE_EXECUTION]: A bundled Python utility script is designed to download fonts and brand assets from a vendor-controlled server to the local file system.
- Evidence: The
ensure_assetfunction inreferences/app-cover.mdfetches files fromhttps://static.higgsfield.ai/website-builder/app-cover-generator. - The script uses
urllib.requestto retrieve these resources andopenfor local caching. - [COMMAND_EXECUTION]: The skill includes shell scripts for local processing of media assets, such as video encoding and frame extraction.
- Evidence:
scroll-scrub-video.shinreferences/scroll-scrub-asset-video.mdexecutesffmpegwith various flags to prepare video content. - [PROMPT_INJECTION]: The skill's workflow involves ingesting user-supplied descriptions to generate prompts for various AI models, which creates a surface for indirect prompt injection.
- Ingestion points: User-provided website concepts and brand briefs in
SKILL.mdandreferences/website-flow.md. - Boundary markers: Not explicitly implemented in the provided code templates or instructions.
- Capability inventory: The skill has access to shell execution via the
Bashtool and file system writes for project scaffolding. - Sanitization: No input filtering or prompt escaping logic is present in the analyzed 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
Audit Metadata