slack-channel-summarization
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Processing of External Content: The skill retrieves and summarizes user-generated messages from Slack channels. As with any system processing external data, there is a consideration regarding indirect instructions within messages that might attempt to influence the summary. This is a common characteristic of summarization tools.
- Ingestion points: The skill retrieves message data using the
slack_read_channelandslack_read_threadtools withinSKILL.md. - Boundary markers: The skill relies on structured formatting rules to group activity by topic, providing a framework for the output, though it does not explicitly define markers to isolate message content.
- Capability inventory: The skill can post summaries back to Slack using
slack_create_canvasor the referencedslack-outgoing-messageskill. - Sanitization: The instructions focus on thematic consolidation and do not specify individual sanitization steps for the input message text.
Audit Metadata