AgentReadyHomeAgent Listing

← DuckDuckGo Search MCP Server

DuckDuckGo Search MCP Server — agentic threat model

8.2AIVSS 8.2 · High

The DuckDuckGo Search MCP Server acts as a high-exposure gateway for indirect prompt injection by feeding unvalidated, real-time web content directly into an agent's context. Its lack of built-in sanitization, sandboxing, or access controls makes it a significant vector for downstream agent hijacking.

OWASP AIVSS score rationale

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

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 include a foundation model, but it feeds untrusted web content directly into a host LLM's context, making the host highly vulnerable to indirect prompt injection, adversarial reprogramming, or jailbreaks embedded in search results.

L2 · Data Operations✓ mapped

The server performs real-time data retrieval (web scraping and search snippets) without a vector store. The primary threat is data poisoning of the active context via malicious web pages designed to inject prompts or exfiltrate data.

L3 · Agent Frameworks✓ mapped

As an MCP tool, it integrates directly into agent frameworks. The lack of input sanitization on fetched page content represents a severe insecure tool integration vulnerability, allowing external web content to hijack the agent's execution flow.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — The deployment context depends on the host agent's environment. However, fetching arbitrary web pages without a secure, sandboxed proxy risks exposing the host's IP address and potentially allowing SSRF if the tool can access internal network addresses.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There are no built-in guardrails, content filtering, or logging mechanisms mentioned to detect or block malicious payloads or prompt injections within the retrieved search results.

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

The tool requires no API keys or authentication, meaning there is no built-in identity or access management. It operates with the network permissions of the host runner, lacking policy enforcement or audit trails for fetched URLs.

L7 · Agent Ecosystem✓ mapped

Designed specifically for the Model Context Protocol (MCP) ecosystem, this tool exposes any consuming agent to cascading failures and trust abuse, where a compromised or malicious web page can hijack the consuming agent to perform unauthorized actions.

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