add-slack
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides an integration that reads data from Slack messages, which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: The Slack adapter in
src/channels/slack.tsprocessesmessage.textfrom incoming events. - Boundary markers: There are no boundary markers or instructions to ignore embedded commands in the message processing logic.
- Capability inventory: The skill is granted access to
write_file,read_file,run_code, andinstall_pkgtools. - Sanitization: The raw content of the Slack message is passed directly to the message handler without filtering or escaping.
- [EXTERNAL_DOWNLOADS]: Fetches the official Slack development framework from the standard package registry.
- Evidence:
npm install @slack/boltin Step 3. - [COMMAND_EXECUTION]: Executes shell commands to install necessary dependencies for the Slack integration.
- Evidence: The skill uses
npm installto set up the@slack/boltpackage.
Audit Metadata