AgentReadyHomeAgent Listing

← Prisma MCP Server

Prisma MCP Server — agentic threat model

8.8AIVSS 8.8 · High

The Prisma MCP Server introduces high agentic risk by granting LLMs direct administrative access to provision databases, alter schemas, and query sensitive data. Its security heavily relies on the client-side implementation of strict human-in-the-loop controls and least-privilege credential scoping.

OWASP AIVSS score rationale

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

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 Prisma MCP server is model-agnostic and runs via the Prisma CLI; however, the driving LLM is vulnerable to prompt injection which could lead to unauthorized database schema changes or data exfiltration.

L2 · Data Operations✓ mapped

The server directly queries and manages database data and schemas. Threats include unauthorized data exfiltration, data poisoning via malicious queries, and schema corruption.

L3 · Agent Frameworks✓ mapped

Integrates as an MCP tool. Vulnerable to tool misuse where an LLM client incorrectly invokes destructive migrations or drops tables due to ambiguous instructions or prompt injection.

L4 · Deployment & Infrastructure✓ mapped

Runs locally or in a container via the Prisma CLI. Risks include local privilege escalation, exposure of Prisma Platform credentials stored in the environment, and lack of sandboxing for CLI execution.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of built-in guardrails, query logging, or anomaly detection to block destructive database operations before they execute.

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

Relies on Prisma/Platform credentials for authentication. The main risk is over-privileged credentials allowing the agent to perform destructive actions (like deleting databases) without granular access controls.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — If integrated into a multi-agent workflow, a compromised secondary agent could exploit this MCP server to gain full database access.

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