ai-image-generation
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to interact with thebeltCLI. Theallowed-toolsconfiguration limits bash usage exclusively to thebeltcommand, which is a recommended security practice for restricting the agent's execution environment. - [EXTERNAL_DOWNLOADS]: The skill references external resources for installation and extended functionality, such as
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md. These links are official sources for the platform described and do not involve immediate or hidden code execution. - [INDIRECT_PROMPT_INJECTION]: The skill accepts user-defined prompts for image generation which are passed to an external API via the CLI. 1. Ingestion points: The
promptandinputparameters in variousbelt app runexamples inSKILL.md. 2. Boundary markers: The prompt content is encapsulated within JSON structures when passed to the shell command. 3. Capability inventory: The skill is authorized to execute thebeltbinary through the restrictedBashtool. 4. Sanitization: The skill relies on the underlying CLI and API for input validation, as no explicit filtering is defined in the instruction markdown.
Audit Metadata