AgentReadyHomeAgent Listing

← Prisma

Prisma — agentic threat model

8.9AIVSS 8.9 · High

Prisma's MCP server introduces significant infrastructure risk by exposing database provisioning, schema modification, and platform authentication to LLM-driven agents, creating a high-impact vector for unauthorized data access or destruction.

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.46Factor sum 3.8/10Threat ×1.1Mitigation ×0.95
Autonomy of Action
0.80
Goal-Driven Planning
0.10
Self-Modification
0.00
Dynamic Tool Use
0.80
Persistent Memory
0.10
Contextual Awareness
0.30
Dynamic Identity
0.60
Multi-Agent Interactions
0.40
Non-Determinism
0.30
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 underlying foundation models are not specified. However, adversarial prompt injection on the consuming agent could trick it into executing destructive schema migrations or unauthorized database provisioning.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — There is no mention of how database schemas, migration histories, or connection strings are stored, cached, or vector-indexed, raising potential data exfiltration or lineage tracking risks.

L3 · Agent Frameworks✓ mapped

Insecure tool integration is a primary threat here; if the orchestrating agent framework lacks strict validation on tool inputs, the agent could execute arbitrary or malformed schema operations directly on the managed databases.

L4 · Deployment & Infrastructure✓ mapped

The MCP server acts as a bridge to cloud infrastructure. Compromise of the hosting environment or the local container running this server could expose highly sensitive Prisma platform authentication tokens, leading to infrastructure takeover.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no evidence of built-in guardrails, dry-run modes, or transaction-level logging to monitor and intercept anomalous database operations before they commit.

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

While the tool leverages Prisma's platform authentication, there is a lack of fine-grained authorization (least privilege) to restrict the agent from performing destructive actions (like dropping databases) once authenticated.

L7 · Agent Ecosystem✓ mapped

Because this tool is explicitly designed to be called by other agents, a compromised or rogue upstream agent in a multi-agent workflow could abuse this tool to provision unauthorized resources, leading to financial or operational damage.

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