AgentReadyHomeAgent Listing

← CockroachDB MCP Server

CockroachDB MCP Server — agentic threat model

9.1AIVSS 9.1 · Critical

This MCP server exposes direct SQL execution and schema inspection on CockroachDB clusters, introducing high-severity risks of arbitrary database manipulation, data exfiltration, and credential exposure if the calling agent is compromised or manipulated.

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.6Factor sum 3.8/10Threat ×1.05Mitigation ×1.0
Autonomy of Action
0.60
Goal-Driven Planning
0.30
Self-Modification
0.00
Dynamic Tool Use
0.80
Persistent Memory
0.10
Contextual Awareness
0.40
Dynamic Identity
0.50
Multi-Agent Interactions
0.20
Non-Determinism
0.50
Opacity & Reflexivity
0.40

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 MCP server itself does not bundle a specific foundation model, but any connected LLM is susceptible to prompt injection that could craft malicious SQL queries to bypass intended application logic.

L2 · Data Operations✓ mapped

Directly exposes CockroachDB cluster data. Key threats include unauthorized data exfiltration, schema modification, and data poisoning via arbitrary SQL execution tools provided to the agent.

L3 · Agent Frameworks✓ mapped

The framework exposes powerful database tools (SQL query execution, schema inspection). Insecure tool integration or lack of input sanitization allows downstream LLMs to execute destructive DDL/DML commands.

L4 · Deployment & Infrastructure✓ mapped

Requires a connection string containing sensitive database credentials. If the MCP server hosting environment is compromised, these credentials can be leaked, granting full database access.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of built-in query logging, SQL audit trails, or guardrails to intercept destructive commands before they reach the CockroachDB cluster.

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

Relies entirely on connection-string authentication. Lacks granular, user-level authorization or row-level security controls within the MCP layer itself, inheriting all permissions of the configured database user.

L7 · Agent Ecosystem✓ mapped

In a multi-agent or marketplace setup, any agent granted access to this MCP server inherits full read/write capabilities over the database, risking cascading data compromise if a connected agent is malicious.

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