AgentReadyHomeAgent Listing

← Perplexity MCP Server

Perplexity MCP Server — agentic threat model

7.1AIVSS 7.1 · High

The Perplexity MCP Server acts as a high-exposure gateway for downstream agents, introducing significant indirect prompt injection risks due to its real-time synthesis of untrusted web content.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 6.5AARS uplift 1.43Factor sum 4.1/10Threat ×1.0Mitigation ×0.9
Autonomy of Action
0.30
Goal-Driven Planning
0.50
Self-Modification
0.10
Dynamic Tool Use
0.40
Persistent Memory
0.10
Contextual Awareness
0.80
Dynamic Identity
0.10
Multi-Agent Interactions
0.60
Non-Determinism
0.70
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 — Perplexity uses proprietary foundation models (such as Sonar or fine-tuned open-source models) hosted in their cloud. Primary threats include model reprogramming or alignment bypasses via complex search queries.

L2 · Data Operations✓ mapped

The server performs real-time RAG by fetching and synthesizing third-party web content. This introduces a severe risk of data poisoning and indirect prompt injection from untrusted web pages.

L3 · Agent Frameworks✓ mapped

As an MCP server, it orchestrates search and reasoning tools. Vulnerabilities include insecure tool integration where downstream agents blindly execute instructions embedded in the synthesized search results.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — The MCP server runs locally or remotely and connects to Perplexity's cloud API. Risks include exposure of the API key and insecure transit of query data to the cloud.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — No explicit guardrails or observability logging are mentioned. There is a risk of blind spots regarding what malicious payloads are retrieved from the web.

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

Employs API-key authentication for access control. However, sending all queries to Perplexity's cloud raises data privacy and compliance concerns regarding sensitive user data.

L7 · Agent Ecosystem✓ mapped

Designed specifically for multi-agent ecosystems via the Model Context Protocol (MCP). A compromised or manipulated Perplexity server can act as a vector for cascading failures across all connected client agents.

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