AgentReadyHomeAgent Listing

← Azure DevOps

Azure DevOps — agentic threat model

8.5AIVSS 8.5 · High

The Azure DevOps MCP server presents a high-risk profile due to its direct integration with code repositories and CI/CD pipelines. A compromise or malicious orchestration could lead to unauthorized code injection, data exfiltration, or supply chain attacks via manipulated builds and releases.

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.64Factor sum 5.1/10Threat ×1.05Mitigation ×0.9
Autonomy of Action
0.80
Goal-Driven Planning
0.40
Self-Modification
0.10
Dynamic Tool Use
0.90
Persistent Memory
0.20
Contextual Awareness
0.60
Dynamic Identity
0.50
Multi-Agent Interactions
0.70
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 listing describes an MCP server rather than the underlying foundation model. Model-level threats like adversarial prompt injection or reprogramming depend entirely on the client LLM connecting to this server.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — While the agent accesses repositories and work items, the listing does not specify how data is cached, vectorized, or if RAG is used locally, leaving data-poisoning and embedding-inversion risks unclear.

L3 · Agent Frameworks✓ mapped

The agent exposes highly sensitive tools for repository modification, work item management, and build/release execution. Insecure tool integration or tool misuse by an orchestrator could lead to unauthorized code commits or pipeline manipulation.

L4 · Deployment & Infrastructure✓ mapped

The agent relies on a Personal Access Token (PAT) for authentication. If the hosting environment is compromised, the PAT could be leaked, leading to direct, unauthorized API access to the Azure DevOps organization.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of built-in evaluation, logging, or guardrails to monitor the agent's actions or detect anomalous tool calls before they execute in the DevOps environment.

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

Security is heavily reliant on the scoping of the PAT. If the PAT is over-privileged, the agent inherits excessive authority, bypassing the principle of least privilege and complicating compliance audits.

L7 · Agent Ecosystem✓ mapped

As an MCP server, this agent is designed to be called by other orchestrators or agents. This introduces agent-to-agent trust abuse risks, where a compromised upstream agent could exploit this toolset to execute supply chain attacks.

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