AgentReadyHomeAgent Listing

← Slack

Slack — agentic threat model

8.4AIVSS 8.4 · High

This agent integrates Slack communication history into the development loop via an MCP server, presenting a high risk of sensitive data exfiltration and unauthorized read access to proprietary team discussions.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 7.5AARS uplift 0.92Factor sum 3.5/10Threat ×1.05Mitigation ×1.0
Autonomy of Action
0.30
Goal-Driven Planning
0.20
Self-Modification
0.00
Dynamic Tool Use
0.60
Persistent Memory
0.10
Contextual Awareness
0.80
Dynamic Identity
0.40
Multi-Agent Interactions
0.20
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 LLM is not specified, but it is vulnerable to prompt injection attacks that could trick the model into executing unauthorized Slack searches or leaking retrieved message contents.

L2 · Data Operations✓ mapped

The agent accesses Slack channels, threads, and messages. The primary threat is data exfiltration of sensitive, proprietary team discussions and intellectual property pulled from Slack history into the agent's context window.

L3 · Agent Frameworks✓ mapped

The agent utilizes a Slack MCP (Model Context Protocol) server. Vulnerabilities include insecure tool integration where the agent might be manipulated into calling search or read tools with malicious parameters to bypass intended scope.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — The hosting environment of the MCP server and how Slack API tokens are securely stored, isolated, and rotated are not detailed in the public directory listing.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of logging, audit trails for MCP tool execution, or guardrails to prevent the retrieval of highly sensitive channels (e.g., HR or executive channels).

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

The agent relies on Slack OAuth/API permissions. A key threat is privilege escalation or unauthorized access if the agent's token has broader channel access than the user interacting with the agent.

L7 · Agent Ecosystem✓ mapped

The agent connects team communication to the development loop. If chained with code-generation or execution agents, a compromised Slack agent could feed malicious context or instructions into downstream development tools.

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