blender-pipeline
Automates 3D asset creation and processing for game development using Blender's Python API, enhancing workflow efficiency.
Install this skill
or
76/100
Security score
The blender-pipeline skill was audited on Feb 9, 2026 and we found 8 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 192
Template literal with variable interpolation in command context
SourceSKILL.md
| 192 | ```bash |
medium line 242
Curl to non-GitHub URL
SourceSKILL.md
| 242 | curl -O http://<MINIPC_IP>:9877/output_file.glb |
medium line 23
Wget to non-GitHub URL
SourceSKILL.md
| 23 | wget https://download.blender.org/release/Blender4.4/blender-4.4.0-linux-x64.tar.xz |
medium line 231
Wget to non-GitHub URL
SourceSKILL.md
| 231 | wget https://download.blender.org/release/Blender4.4/blender-4.4.0-linux-x64.tar.xz |
low line 233
Access to hidden dotfiles in home directory
SourceSKILL.md
| 233 | echo 'export PATH="$HOME/blender-4.4.0-linux-x64:$PATH"' >> ~/.bashrc |
low line 23
External URL reference
SourceSKILL.md
| 23 | wget https://download.blender.org/release/Blender4.4/blender-4.4.0-linux-x64.tar.xz |
low line 231
External URL reference
SourceSKILL.md
| 231 | wget https://download.blender.org/release/Blender4.4/blender-4.4.0-linux-x64.tar.xz |
low line 242
External URL reference
SourceSKILL.md
| 242 | curl -O http://<MINIPC_IP>:9877/output_file.glb |
Scanned on Feb 9, 2026
View Security Dashboard