muapi-animal-video-generator
Warn
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The 'Notes for the Executing Agent' section provides a fallback instruction to use
curlfor API calls. This instruction directs the agent to substitute user-provided inputs directly into a shell command. Without proper sanitization or escaping by the agent, this creates a risk of command injection if a user provides malicious input containing shell metacharacters. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it interpolates user-controlled data into generation prompts without sufficient protection.
- Ingestion points: User inputs for
animal_type,location,clothing, andscriptare defined inSKILL.mdand used in Phase A and Phase B. - Boundary markers: None. The inputs are placed directly into the natural language prompts.
- Capability inventory: The skill uses the
muapiCLI and shell-basedcurlcommands for network operations. - Sanitization: No sanitization or validation steps are defined for the user inputs.
- [DATA_EXFILTRATION]: The skill performs network requests to
api.muapi.ai. While this aligns with the skill's purpose of using an external video generation service, it involves the transmission of user inputs and theMUAPI_API_KEYto an external domain.
Audit Metadata