AgentReadyHomeAgent Listing

← Pointer for Google Docs

Pointer for Google Docs — agentic threat model

5.8AIVSS 5.8 · Medium

Pointer for Google Docs poses moderate risk primarily due to its direct integration with user documents via OAuth, creating a vector for data exfiltration or unauthorized modifications if compromised, though mitigated by a human-in-the-loop approval design.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 6.3AARS uplift 1.0Factor sum 2.7/10Threat ×1.0Mitigation ×0.8
Autonomy of Action
0.30
Goal-Driven Planning
0.20
Self-Modification
0.00
Dynamic Tool Use
0.30
Persistent Memory
0.10
Contextual Awareness
0.50
Dynamic Identity
0.20
Multi-Agent Interactions
0.00
Non-Determinism
0.60
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 — likely relies on third-party LLMs to generate text suggestions. Threats include indirect prompt injection where malicious text within a Google Doc manipulates the model into generating harmful or exfiltrative outputs.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — processes active document content in real-time. Gaps in data lineage or lack of opt-out mechanisms could lead to sensitive user document data being used for model training or cached insecurely.

L3 · Agent Frameworks⚠ not certain from listing

Not certain from the listing — orchestration code likely manages document state and API calls. Insecure tool integration could allow the agent to execute unauthorized document modifications or read unauthorized sections of the drive.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — likely hosted as a cloud service or browser extension. Risks include insecure storage of Google OAuth tokens on the backend, potentially allowing full document access to attackers if compromised.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — no observability or guardrail mechanisms are mentioned. A lack of real-time monitoring could allow persistent prompt injection or data scraping attempts to go undetected.

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

Not certain from the listing — relies on Google's OAuth framework for identity and access control. Being closed-source makes it difficult to verify compliance with data privacy standards like GDPR regarding document processing.

L7 · Agent Ecosystem✓ mapped

The agent operates strictly as a single-user copilot within Google Docs and does not interact with external agent marketplaces or other autonomous agents, minimizing ecosystem-level cascading risks.

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