muapi-jewelry-product-video
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
muapiCLI andcurlto execute image and video generation tasks. These commands are used as intended to interact with the service provider's generative AI models. - [DATA_EXFILTRATION]: The skill communicates with
api.muapi.aito transmit generation parameters. It utilizes theMUAPI_API_KEYenvironment variable for authentication, which is a standard and secure practice for providing credentials to CLI-based skills. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection through its handling of user inputs:
- Ingestion points: The
jewelry_descriptionandsurface_descriptioninputs inSKILL.mdare provided by the user. - Boundary markers: Absent; user inputs are interpolated directly into prompts for the generative models.
- Capability inventory: The skill's capabilities include executing
muapiCLI commands, making network requests viacurl, and performing video concatenation usingffmpeg. - Sanitization: No explicit sanitization or validation is performed on the user-provided descriptions.
- Assessment: The security risk is minimal, as the injection impact is confined to the content of the generated media and does not allow for unauthorized access to the host system or sensitive user data.
Audit Metadata