multi-image-to-3d
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with Meshy AI, a well-known service for 3D model generation, using its official API endpoints. All network operations are consistent with the skill's stated purpose.
- [SAFE]: Credentials (the Meshy API Key) are managed safely by referencing external memory or environment variables rather than being hardcoded in the script.
- [SAFE]: File system operations are restricted to reading image files provided by the user and writing temporary request/output files within the project directory.
- [SAFE]: The integration with Blender uses the
blender-mcptool to execute standard, template-based Python commands for importing assets and setting up viewport shading. No arbitrary code execution or dynamic code construction from untrusted inputs was detected.
Audit Metadata