talking-head-production
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
beltCLI tool for video production tasks. The skill configuration proactively limits the execution environment by restricting theBashtool to only allow commands starting withbelt, which is a recognized security best practice for scoping agent capabilities. - [PROMPT_INJECTION]: The skill processes user-supplied text and media URLs, creating a surface for indirect prompt injection. This is inherent to the primary purpose of video generation skills and the risk is minimized by the restricted tool-call permissions.
- Ingestion points: The
voice_scripttext and theimageandaudioURL parameters used in thebelt app runcommand examples inSKILL.md. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are included in the prompt templates.
- Capability inventory: The
allowed-toolsfrontmatter inSKILL.mdrestricts theBashtool tobeltcommands only. - Sanitization: There is no evidence of input validation or sanitization for the strings passed to the CLI tools.
Audit Metadata