ai-image-generation
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
beltCLI tool to execute image generation tasks. This usage is appropriately restricted in the metadata viaallowed-tools: Bash(belt *), ensuring the agent cannot execute arbitrary shell commands. - [EXTERNAL_DOWNLOADS]: The skill references official installation guidelines and documentation from the
inference.shGitHub repository and website. These references are standard for service integration and do not involve unverifiable remote code execution. - [INDIRECT_PROMPT_INJECTION]: The skill takes user-provided text prompts to generate images, which represents a standard vulnerability surface for generative AI tools.
- Ingestion points: User prompts are ingested as arguments for the
belt app runcommand inSKILL.md. - Boundary markers: User input is structured within JSON objects passed as command-line arguments.
- Capability inventory: The skill is limited to executing the
beltcommand as defined in theallowed-toolssection ofSKILL.md. - Sanitization: Input validation and safety filtering are primarily managed by the external
inference.shAPI and the underlying AI models.
Audit Metadata