Summary
Klavis bundles multiple MCP tools (Notion, Slack, Google Drive, and others) into a single agent platform. This creates a cross-tool prompt injection amplification risk: a prompt injection in one tool's output can trigger actions across ALL connected tools.
Attack Vector
- Attacker places prompt injection in a Notion page, Slack message, or Google Drive document
- AI agent reads content from one tool via Klavis → injection enters the LLM context
- Because the agent has access to ALL connected tools simultaneously, the injection can:
- Read data from Slack → write it to a public Google Doc
- Read confidential Notion pages → send them via Slack to an external channel
- Modify Google Drive documents based on instructions hidden in Slack messages
Impact
- Cross-Tool Data Exfiltration: Data from one service can be exfiltrated through another (read Slack → post to Google Drive)
- Maximum Blast Radius: A single injection point compromises ALL connected services simultaneously
- Lateral Movement: Attacker pivots from a low-privilege tool (reading public Notion pages) to high-privilege actions (sending Slack messages, modifying Google Drive)
- Enterprise Data Breach: Multi-tool platforms aggregate access to the most sensitive enterprise data sources
OWASP Classification
- OWASP LLM Top 10: LLM01 (Prompt Injection)
- OWASP Agentic Top 10: AG01 (Prompt Injection via Tool Results), AG05 (Privilege Escalation via Cross-Tool Chaining)
Recommendation
- Add a Security Warning about cross-tool prompt injection risks
- Implement tool isolation — actions triggered by content from Tool A should not automatically have access to Tool B
- Add confirmation prompts for cross-tool operations
- Implement per-tool permission scoping (read-only for data sources, write requires explicit approval)
- Log all cross-tool interactions for audit trails
References
Free compliance check: Run your own prompts through our EU AI Act compliance scanner — instant results, no account required: prompttools.co/report
Best,
Joerg Michno
ClawGuard — Open-Source AI Agent Security | 225 patterns, 15 languages
Summary
Klavis bundles multiple MCP tools (Notion, Slack, Google Drive, and others) into a single agent platform. This creates a cross-tool prompt injection amplification risk: a prompt injection in one tool's output can trigger actions across ALL connected tools.
Attack Vector
Impact
OWASP Classification
Recommendation
References
Free compliance check: Run your own prompts through our EU AI Act compliance scanner — instant results, no account required: prompttools.co/report
Best,
Joerg Michno
ClawGuard — Open-Source AI Agent Security | 225 patterns, 15 languages