meshy-3d
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it instructs the agent to interpolate user-provided text prompts and external resource URLs (images and 3D models) directly into API requests.
- Ingestion points: The
prompt,texture_prompt,image_url, andmodel_urlparameters in the Meshy API examples (found in SKILL.md) serve as entry points for untrusted data. - Boundary markers: The skill lacks explicit instructions for the agent to use delimiters or ignore potentially malicious instructions embedded within the user-supplied input.
- Capability inventory: The skill uses
curlfor network operations toapi.meshy.aiacross all its functional examples. - Sanitization: There is no mention of sanitizing or validating the input data before it is sent to the external service.
Audit Metadata