AgentReadyHomeAgent Listing

← MCP Advisor

MCP Advisor — agentic threat model

8.1AIVSS 8.1 · High

MCP Advisor acts as a critical supply-chain trust point in the agent ecosystem; its primary risk is recommendation poisoning, where malicious third-party MCP servers are recommended to downstream agents, potentially leading to widespread compromise.

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.57Factor sum 2.3/10Threat ×1.0Mitigation ×1.0
Autonomy of Action
0.20
Goal-Driven Planning
0.10
Self-Modification
0.00
Dynamic Tool Use
0.10
Persistent Memory
0.10
Contextual Awareness
0.40
Dynamic Identity
0.00
Multi-Agent Interactions
0.70
Non-Determinism
0.40
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 specific foundation model used to power the natural-language search and recommendation engine is not disclosed. Potential threats include prompt injection to bias recommendations toward specific servers.

L2 · Data Operations✓ mapped

The agent indexes a broad set of public MCP servers. This creates a significant risk of data/knowledge-base poisoning, where malicious actors register servers with deceptive descriptions to manipulate the recommendation index.

L3 · Agent Frameworks✓ mapped

Exposes search-mcp-servers and recommendation endpoints. The primary threat is insecure tool integration on the client side, especially if consuming agents automatically trust and execute recommended tools without sandboxing.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — the hosting, deployment, and API sandboxing infrastructure for the discovery service are not specified, though the project is open source.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — there is no mention of observability, logging, or guardrails to detect and filter out malicious or anomalous server registrations.

L6 · Security & Compliance (cross-cutting)⚠ not certain from listing

Not certain from the listing — no authentication, authorization, or compliance frameworks are described for accessing the recommendation endpoints.

L7 · Agent Ecosystem✓ mapped

As a discovery layer, this agent is a central point of failure for agent-to-agent trust. A compromise or manipulation of its recommendations could lead to cascading failures by steering multiple downstream agents to rogue servers.

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