slack-realtime-events
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (MEDIUM): The skill defines multiple ingestion points for untrusted data from Slack, creating a significant surface for indirect prompt injection.
- Ingestion points:
event.TextinhandleMessageEventandhandleAppMention,command.TextinhandleSlashCommand, and modal state values inhandleModalSubmission. - Boundary markers: There are no boundary markers or delimiters used to separate user-provided data from system instructions.
- Capability inventory: The skill performs side effects such as
api.PostMessageand contains logic for high-impact actions like/deploy(simulated), which could be exploited if an attacker can influence the command string. - Sanitization: No sanitization, escaping, or schema validation is implemented for the incoming text content from Slack.
- Credential Safety (LOW): The skill correctly demonstrates the use of environment variables (
SLACK_BOT_TOKENandSLACK_APP_TOKEN) instead of hardcoding secrets. However, users should be aware that these tokens grant significant privileges within a Slack workspace.
Audit Metadata