talking-head-production
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of an external agent skill (
belt-sh/cli) usingnpx skills addand references installation guidelines from a remote GitHub repository (raw.githubusercontent.com/inference-sh). - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data in the form of image and audio URLs provided as input to AI models, which could be exploited to influence model behavior.
- Ingestion points: External URLs for source portraits and audio files are used as inputs for the
beltcommand inSKILL.md. - Boundary markers: None are defined to delimit the external media data or instruct the models to ignore embedded signals.
- Capability inventory: The skill utilizes the
Bashtool to executebelt app runcommands for model inference (transcription, lipsync, and video generation). - Sanitization: There is no evidence of validation or sanitization of the remote media content before it is processed by the AI models.
- [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to run thebeltCLI for model execution, though this is constrained by theallowed-toolsconfiguration to only allowbeltcommands.
Audit Metadata