AgentReadyHomeAgent Listing

← Kubernetes

Kubernetes — agentic threat model

9.9AIVSS 9.9 · Critical

This agent presents an extremely high-risk profile due to its direct integration with Kubernetes cluster operations via kubeconfig. Without strict RBAC limits and robust input validation, a compromise or prompt injection could result in unauthorized workload creation, service deletion, or full cluster takeover.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 9.8AARS uplift 0.11Factor sum 5.0/10Threat ×1.1Mitigation ×1.0
Autonomy of Action
0.80
Goal-Driven Planning
0.50
Self-Modification
0.10
Dynamic Tool Use
0.90
Persistent Memory
0.20
Contextual Awareness
0.60
Dynamic Identity
0.70
Multi-Agent Interactions
0.30
Non-Determinism
0.40
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 — The listing does not specify the underlying LLM used to drive this MCP server. Standard LLM risks like prompt injection leading to unauthorized tool execution (e.g., deleting a namespace) apply.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — No specific RAG or vector database is mentioned. However, the agent queries cluster state (pods, services), which could be poisoned or exfiltrated if malicious workloads are deployed.

L3 · Agent Frameworks✓ mapped

High risk of tool misuse. The MCP server exposes powerful tools (create/delete workloads) to an agent. Insecure tool integration or prompt injection could allow an attacker to execute arbitrary container deployments or delete critical services.

L4 · Deployment & Infrastructure✓ mapped

High risk. The agent runs with kubeconfig/service-account credentials. If the hosting environment of the MCP server is compromised, these credentials can be stolen, leading to lateral movement and full cluster compromise.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — No built-in evaluation, guardrails, or monitoring are mentioned. Standard Kubernetes audit logs would capture API calls, but agent-level intent monitoring is likely absent.

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

Relies entirely on external kubeconfig/service-account authentication and authorization (RBAC). If RBAC is overly permissive (e.g., cluster-admin), the agent inherits this massive blast radius. No internal policy enforcement is mentioned.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — While it operates as an MCP server (designed for multi-agent/client ecosystems), specific multi-agent trust boundaries or cascading failure mitigations are not detailed.

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