muapi-talking-baby-video
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill interpolates untrusted user inputs directly into the prompts used for image and video generation tools.
- Ingestion points: The
baby_description,baby_costume, anddialoguevariables inSKILL.mdare sourced from user input. - Boundary markers: There are no boundary markers or instructions to the model to ignore potential commands within the user-provided text.
- Capability inventory: The skill has the capability to generate images and videos via the
muapiCLI and perform network requests usingcurlto external endpoints. - Sanitization: No sanitization or validation logic is present to filter malicious instructions or escape content within the user inputs.
- [COMMAND_EXECUTION]: The skill instructions include the use of the
muapiCLI andcurlfor interacting with the MuAPI service. These commands are integral to the skill's intended functionality of generating media. - [DATA_EXFILTRATION]: The skill instructions describe using
curlto send an API key (MUAPI_API_KEY) tohttps://api.muapi.ai. This operation targets the vendor's official API endpoint and is required for the skill to function.
Audit Metadata