parametric-3d-printing
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a wrapper script
run_cadquery_model.pywhich invokessubprocess.runto execute Python scripts generated by the agent. This is the intended primary function of the skill, used to generate 3D geometry from parametric code. - [REMOTE_CODE_EXECUTION]: The workflow involves the agent writing Python code (CadQuery scripts) and then executing that code in the local environment. The execution is managed through the provided wrapper which implements safety features such as execution timeouts and standard output/error redirection for model self-correction.
- [EXTERNAL_DOWNLOADS]: The skill's setup instructions in
SKILL.mdandREADME.mdguide the user to install standard industry-recognized libraries includingcadquery,trimesh, andpyrenderfrom official repositories (PyPI and GitHub). These are necessary dependencies for CAD modeling and mesh rendering.
Audit Metadata