slack
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The Python script
scripts/slack_client.pyutilizessubprocess.Popenin thetrigger_background_user_refreshfunction. It executes a new instance of itself to refresh the user cache in the background. While the arguments are passed as a list andshell=Trueis not used, this constitutes dynamic process execution. - [PROMPT_INJECTION]: The skill processes untrusted external data in the form of Slack messages and search results. These are summarized and presented to the agent, creating a surface for indirect prompt injection. A malicious message could contain instructions designed to influence the agent's behavior.
- Ingestion points: Data enters via
conversations_history,conversations_replies, andsearch_messagesfunctions inscripts/slack_client.py. - Boundary markers: The instructions in
SKILL.mddo not specify the use of delimiters or system instructions to ignore potential commands embedded in Slack messages. - Capability inventory: The skill has the ability to send messages to Slack, search history, and export data to the local file system.
- Sanitization: No explicit sanitization or filtering of Slack message content is implemented in the provided Python script.
Audit Metadata