muapi-product-campaign
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill contains a surface for indirect prompt injection where untrusted user inputs are interpolated directly into prompts for image and video generation tools.
- Ingestion points: User-provided inputs including
product_name,campaign_message,target_audience, andvisual_styleare ingested viaSKILL.md. - Boundary markers: The prompt templates do not utilize delimiters (e.g., XML tags or triple quotes) or negative constraints to prevent the model from following instructions embedded within the user data.
- Capability inventory: The skill has the ability to execute shell commands via the
muapiCLI and perform network operations viacurl. - Sanitization: No input validation, escaping, or filtering is applied to the user-supplied text before interpolation.
- [COMMAND_EXECUTION]: The skill relies on the execution of shell commands to interact with the MuAPI platform.
- Evidence: Instructions specify the use of
muapi image generate,muapi image edit, andmuapi video generateCLI tools. - [DATA_EXFILTRATION]: The skill performs network operations to transmit data to an external service endpoint.
- Evidence: The skill communicates with
https://api.muapi.ai/api/v1/using theMUAPI_API_KEYto process campaign assets. This is the official endpoint associated with the skill's stated purpose.
Audit Metadata