slack-bot-builder
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill establishes an indirect prompt injection surface by processing untrusted data from Slack messages and interactive commands.
- Ingestion points: Untrusted data enters the agent context through the message handler
handle_helloand the slash command handlerhandle_ticket_commandinSKILL.md. - Boundary markers: The provided code snippets do not implement delimiters or specific instructions to the agent to ignore instructions embedded within the Slack payloads.
- Capability inventory: The skill grants the agent the ability to post messages to channels using the
say()function and interact with the Slack UI viaclient.views_open(). - Sanitization: The examples do not demonstrate input sanitization or validation before processing user-provided content.
Audit Metadata