slack-channel-monitor
Warn
Audited by Snyk on Jun 24, 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.95). The runtime cron script polls Slack via
conversations.history,search.messages, andconversations.replies, ingesting outsider-authored Slack message text (including thread replies) into the LLM context when it buildsinitial_prompt/forwarded reply text forcreate_conversation/send_to_conversation.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The script makes runtime HTTP requests to the agent server (e.g. AGENT_SERVER_URL + "/api/settings" and "/api/conversations") and uses the returned agent settings and secrets to build/seed spawned conversations (directly influencing agent behavior), so the external AGENT_SERVER_URL endpoints are a required runtime dependency that can control prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata