happyhorse-1-0
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
runcomfyCLI to submit video generation requests and manage job polling. - [EXTERNAL_DOWNLOADS]: The skill requires installation of the
@runcomfy/clipackage from npm and downloads generated video assets from verified vendor domains (runcomfy.comandruncomfy.net). - [PROMPT_INJECTION]: The skill manages an indirect prompt injection surface where user-supplied text is used for video generation.
- Ingestion points: The user
promptfield defined in the input schema inSKILL.md. - Boundary markers: The 'Security & Privacy' section states that the CLI transmits input as a JSON string and does not perform shell expansion.
- Capability inventory: The skill can execute CLI commands and write files to the local file system via the
--output-dirparameter. - Sanitization: Input is treated as a JSON string to mitigate shell-level injection risks.
Audit Metadata