flux-image
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references a CLI installation document hosted on the vendor's official GitHub repository (inference-sh). This is a routine reference for required tooling.
- [COMMAND_EXECUTION]: Command execution is performed via the
infshCLI, which is scoped within theallowed-toolsdefinition to ensure the agent operates within a restricted execution environment. - [PROMPT_INJECTION]: The skill manages user-supplied text prompts as an ingestion surface for image generation.
- Ingestion points: Prompts are passed via the
--inputflag in theinfshcommand as seen inSKILL.md. - Boundary markers: User input is encapsulated within a structured JSON object, providing a clear boundary between data and instruction.
- Capability inventory: Tool capabilities are limited to network-based image generation via the vendor's API.
- Sanitization: Standard shell argument handling by the execution platform is expected to prevent command injection.
Audit Metadata