kling-3-0
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute the
runcomfycommand-line tool to perform video generation tasks. The commands include specific subcommands likeruncomfy run kling/kling-3.0/<tier>/<mode>with JSON-formatted inputs and output directory specifications. - [EXTERNAL_DOWNLOADS]: The documentation specifies the installation of a global Node.js package,
@runcomfy/cli, which is the official tool provided by the vendor (runcomfy-com) to interact with their services. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it processes user-provided text prompts and external image URLs.
- Ingestion points: Untrusted data enters the context through the
prompt,image_url, andtail_image_urlfields defined in the input schema withinSKILL.md. - Boundary markers: The skill uses JSON encapsulation for parameters passed via the
--inputflag, which helps delimit data from the command structure. - Capability inventory: The skill utilizes the
runcomfyCLI to perform network requests to the vendor API and writes generated video files to a user-defined directory on the local file system. - Sanitization: The skill explicitly mentions that the CLI does not use shell expansion when processing the JSON input, mitigating the risk of shell injection during prompt interpolation.
Audit Metadata