扫描报告
5 /100
blender-mcp
Integrate Blender MCP (Model Context Protocol) allowing OpenClaw to control Blender for 3D modeling, scene creation, and manipulation
Blender MCP integration skill with properly declared capabilities - the execute_code feature is legitimate Blender automation and runs within Blender's sandboxed Python environment.
可以安装
No action needed. The skill is safe to use.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | execute_code command declared 文档欺骗 | SKILL.md:31 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | scripts/start-server.sh:9 - uvx blender-mcp |
| 网络访问 | READ | READ | ✓ 一致 | scripts/test-connection.py:17 - localhost:9876 only |
| 文件系统 | NONE | NONE | — | No file operations in scripts |
目录结构
4 文件 · 7.2 KB · 226 行 Markdown 2f · 149L
Python 1f · 65L
Shell 1f · 12L
├─
▾
scripts
│ ├─
start-server.sh
Shell
│ └─
test-connection.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No credential harvesting - skill does not access ~/.ssh, ~/.aws, .env, or similar sensitive paths
✓ No network exfiltration - only communicates with localhost:9876 (Blender socket server)
✓ No base64 or obfuscated code present
✓ No reverse shell, C2, or data theft indicators
✓ All capabilities properly declared in SKILL.md
✓ Clean codebase with no suspicious patterns
✓ uvx is a standard Python tool runner with version-pinned dependencies