AgentReadyHomeAgent Listing

← Agent E

Agent E — agentic threat model

9.8AIVSS 9.8 · Critical

Agent-E presents a high-risk profile due to its local execution model and direct control over the user's active browser sessions. A compromise via web-based prompt injection could lead to unauthorized actions, data exfiltration, and session hijacking.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 8.8AARS uplift 0.95Factor sum 7.2/10Threat ×1.1Mitigation ×1.0
Autonomy of Action
0.80
Goal-Driven Planning
0.90
Self-Modification
0.50
Dynamic Tool Use
0.80
Persistent Memory
0.70
Contextual Awareness
0.80
Dynamic Identity
0.60
Multi-Agent Interactions
0.80
Non-Determinism
0.70
Opacity & Reflexivity
0.60

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 — Agent-E runs locally but the underlying foundation models (e.g., proprietary APIs or local LLMs) are not specified. Threats include adversarial prompt injection via untrusted web pages it navigates, leading to model reprogramming or misaligned outputs.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — The exact storage mechanism for its long-term memory or local vector stores is not detailed. Threats include memory poisoning from malicious web content and data exfiltration of sensitive browser data.

L3 · Agent Frameworks✓ mapped

Agent-E uses a custom hierarchical framework with a Planner and Executor. Vulnerabilities include tool misuse (browser automation), insecure tool integration (direct browser control), and prompt injection bypassing the Planner's constraints.

L4 · Deployment & Infrastructure✓ mapped

Runs locally on the user's machine and interacts directly with the user's browser. This presents high risks of local privilege escalation, host compromise, and unauthorized access to local files or active browser sessions/cookies.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — No runtime observability, guardrails, or logging mechanisms are described. This creates blind spots where malicious browser actions could occur undetected.

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

Not certain from the listing — There is no mention of security policies, authentication controls, or compliance frameworks. Operating locally on a user's browser without explicit authorization boundaries poses significant compliance and privacy risks.

L7 · Agent Ecosystem✓ mapped

Employs an internal multi-agent system (Planner and Executor). Risks include cascading failures if the Planner is deceived by web content, leading it to issue malicious instructions to the Executor.

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