notion-automate
Warn
Audited by Snyk on Jun 17, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Outsider-authored free text can enter the LLM context via the runtime Notion MCP tool responses (e.g.,
mcp__notion__query_database/mcp__notion__get_pagereturn page bodies, database row text, and block content authored by other people), which the workflow then renders into Markdown and feeds to the parent agent.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill makes runtime calls to the Notion MCP server (mcp.notion.com/mcp) via mcp__notion__* tools to fetch page/database content which is then incorporated into agent prompts and therefore could carry prompt‑injection or other instruction-shaped payloads that directly influence the agent's behavior.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata