slack
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill performs network operations to the official Slack API (
slack.com) to manage messages, channels, and files. These operations are essential for the skill's stated purpose and utilize the user-provided$SLACK_TOKENenvironment variable for authentication. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources, specifically Slack message history and user search results, which could potentially contain adversarial content.
- Ingestion points: Data is retrieved via
conversations.list,search.messages, andusers.lookupByEmailAPI calls inSKILL.md. - Boundary markers: No specific delimiters or "ignore instructions" markers are used for processed message content.
- Capability inventory: The skill utilizes shell execution via
curlandjqas documented inSKILL.md. - Sanitization: The skill correctly employs
jq --argfor building JSON payloads andcurl --data-urlencodefor query parameters, which effectively mitigates the risk of shell command injection from untrusted input.
Audit Metadata