AgentReadyHomeAgent Listing

← Docker Claude Plugins

Docker Claude Plugins — agentic threat model

6.4AIVSS 6.4 · Medium

Docker Claude Plugins provides a highly isolated environment for executing Claude Code's MCP tools via containerization, significantly reducing host compromise risks but introducing supply-chain vulnerabilities if malicious MCP containers are executed.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 8.5AARS uplift 0.68Factor sum 4.5/10Threat ×1.0Mitigation ×0.7
Autonomy of Action
0.60
Goal-Driven Planning
0.40
Self-Modification
0.10
Dynamic Tool Use
0.90
Persistent Memory
0.20
Contextual Awareness
0.50
Dynamic Identity
0.40
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 — The plugin itself does not define the foundation model; it connects Claude Code to MCP servers. Standard LLM threats like prompt injection apply to Claude Code, which could then abuse the exposed MCP tools.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — No explicit data storage or RAG pipeline is mentioned, though containerized tools may access local files or mount volumes depending on Docker configuration.

L3 · Agent Frameworks✓ mapped

Exposes containerized Model Context Protocol (MCP) servers to Claude Code. Threats include insecure tool integration, tool misuse, and malicious MCP servers executing unauthorized commands.

L4 · Deployment & Infrastructure✓ mapped

Leverages Docker Desktop and containerization for isolated tool execution. Threats include container escape, privilege escalation to the host, and insecure credential mounting within the containers.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — No built-in logging, guardrails, or evaluation mechanisms are described for monitoring the MCP tool calls.

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

Relies on Docker's isolation and credential surface. Lacks explicit mention of fine-grained authorization policies or access control lists for which tools Claude can invoke.

L7 · Agent Ecosystem✓ mapped

Integrates Claude Code with third-party or custom containerized MCP servers. Threats include malicious MCP servers in a marketplace or ecosystem leading to supply chain compromise.

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