3d Print Model Splitting

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is a legitimate toolset for splitting 3D STL models into printable parts using Blender and Python. The scripts (e.g., split_by_material.py, apply_interface_clearance.py) use standard 3D processing libraries like trimesh and manifold3d to perform geometric operations. The instructions in SKILL.md and the SOP documentation are strictly focused on the stated purpose, and the code includes security-conscious practices such as validating ZIP members in validate_3mf_objects.py to prevent path traversal.