AgentReadyHomeAgent Listing

← blender-toolkit

blender-toolkit — agentic threat model

8.9AIVSS 8.9 · High

The blender-toolkit agent introduces significant local execution risks by exposing a running Blender instance to CLI and WebSocket-based control via Claude Code, potentially allowing arbitrary local command execution or system compromise if the network channel is hijacked.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 8.1AARS uplift 0.82Factor sum 4.1/10Threat ×1.05Mitigation ×1.0
Autonomy of Action
0.60
Goal-Driven Planning
0.50
Self-Modification
0.10
Dynamic Tool Use
0.80
Persistent Memory
0.20
Contextual Awareness
0.40
Dynamic Identity
0.10
Multi-Agent Interactions
0.30
Non-Determinism
0.60
Opacity & Reflexivity
0.50

Scored with the canonical OWASP AIVSS formula (AIVSS calculator reference); agentic risk factors estimated from the agent’s described capabilities.

MAESTRO 7-layer threat model

Per-layer threats for this agent. Layers tagged “not certain from listing” are general, caveated commentary where the public description didn’t pin that layer.

L1 · Foundation Models⚠ not certain from listing

Not certain from the listing — relies on the host Claude Code model (likely Claude 3.5 Sonnet) for translating user intent into Blender CLI/WebSocket commands. Vulnerable to prompt injection that could force the generation of malicious Python scripts or destructive Blender commands.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — primarily processes local 3D assets, geometry, materials, and Mixamo animation files. There is no explicit mention of vector databases or RAG, but malicious 3D files could exploit parser vulnerabilities in Blender.

L3 · Agent Frameworks✓ mapped

Integrates as a Claude Code plugin. The framework translates natural language into structured WebSocket payloads and CLI commands. Insecure tool integration is a high risk if the plugin does not strictly sanitize inputs before passing them to the Blender Python API.

L4 · Deployment & Infrastructure✓ mapped

Opens a local WebSocket connection to a running Blender instance. This creates an unauthenticated network-accessible control surface on the host machine, risking unauthorized local or lateral access if the WebSocket port is exposed to the local network.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — there are no mentioned logging, guardrails, or safety monitoring mechanisms to intercept malicious or destructive Blender commands before they are executed via the WebSocket.

L6 · Security & Compliance (cross-cutting)✓ mapped

Lacks explicit authentication or authorization controls for the WebSocket connection. Any process on the local machine (or network, depending on binding) can potentially send commands to the listening Blender instance.

L7 · Agent Ecosystem✓ mapped

Operates as a plugin within the Claude Code ecosystem. Vulnerable to cascading risks if another compromised agent or plugin running in the same Claude environment issues malicious instructions to the Blender toolkit.

MAESTRO — the 7-layer agentic threat-modeling framework (Cloud Security Alliance / Ken Huang).