AgentReadyHomeAgent Listing

← Atlassian

Atlassian — agentic threat model

7.9AIVSS 7.9 · High

This agent acts as a high-value bridge to enterprise knowledge bases and issue trackers, presenting a significant indirect prompt injection risk due to its ability to read user-authored Confluence pages and write to Jira tickets.

OWASP AIVSS score rationale

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

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 underlying foundation model is not specified, but it is highly vulnerable to indirect prompt injection embedded in Confluence pages or Jira issues that could hijack model instructions.

L2 · Data Operations✓ mapped

Confluence and Jira act as the primary data sources. The agent is highly exposed to knowledge-base poisoning where malicious actors insert instructions or false data into pages/tickets to manipulate agent behavior or exfiltrate data.

L3 · Agent Frameworks✓ mapped

The agent utilizes MCP tools for Jira and Confluence operations. Insecure tool integration or lack of strict input validation on write scopes could allow arbitrary modification of tickets, document deletion, or unauthorized cross-product searches.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — details about the hosting environment of the remote MCP server are omitted, but secure hosting, network isolation, and secret management for API keys are critical to prevent infrastructure compromise.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — there is no mention of built-in guardrails, logging, or observability tools to detect anomalous search queries, unauthorized data extraction, or injection attempts.

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

Authentication is handled via OAuth, which enforces user-level permissions. However, if OAuth scopes are too broad, a compromised agent session could abuse write permissions across both Jira and Confluence.

L7 · Agent Ecosystem✓ mapped

As an MCP server, this agent is designed to interact with other orchestrators and agents. This introduces multi-agent trust risks where a upstream compromised agent could abuse this agent's Atlassian write capabilities.

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