flux-kontext
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides detailed instructions for executing the
runcomfyCLI to run model-based image editing tasks. - [EXTERNAL_DOWNLOADS]: The documentation includes instructions to install the
@runcomfy/clipackage from NPM and references theagentspace-so/runcomfy-skillsrepository on GitHub. These resources are consistent with the identified vendor infrastructure. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect injection as it processes user-supplied prompts and external image URLs.
- Ingestion points: Processed data includes declarative prompt strings and publicly fetchable HTTPS image URLs (SKILL.md).
- Boundary markers: Inputs are encapsulated in a JSON object passed to the CLI; the documentation explicitly states the CLI does not perform shell expansion on the prompt.
- Capability inventory: The CLI performs authenticated network requests to
model-api.runcomfy.netand writes generated files to a local directory specified by the user. - Sanitization: The CLI implements a 2 GiB size cap on downloads to prevent disk-exhaustion attacks and uses restricted file permissions (0600) for credential storage.
Audit Metadata