product-photography
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the
beltCLI utility usingnpxand references official documentation and configurations hosted on theinference.shGitHub repository. - [COMMAND_EXECUTION]: The skill utilizes the
beltcommand-line tool via theBashtool to interact with remote AI image generation applications such as those provided by ByteDance and Fal.ai. - [DATA_EXFILTRATION]: Contains instructions for
belt login, which handles authentication for the underlying service. No unauthorized access to local sensitive files or non-vendor domains was detected. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-defined prompts within structured JSON inputs for image generation. While this presents a standard attack surface for prompt injection, the risk is minimized by the use of JSON boundaries and the nature of the image generation tasks.
- Ingestion points: Prompt fields within the
--inputargument ofbelt app runcommands (SKILL.md). - Boundary markers: Uses JSON object structures to encapsulate external prompt content.
- Capability inventory: Shell execution restricted to the
beltcommand viaallowed-toolsconfiguration. - Sanitization: Relies on the underlying CLI and API endpoints for sanitization of prompt data.
Audit Metadata