Skip to main content

discord-automation

Automates Discord tasks like messaging, role management, and webhooks using Rube MCP for seamless community engagement.

Install this skill

or
9/100

Security score

The discord-automation skill was audited on Feb 28, 2026 and we found 19 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: "Automate Discord tasks via Rube MCP (Composio): messages, channels, roles, webhooks, reactions. Always search tools first for current schemas."
medium line 92

Webhook reference - potential data exfiltration

SourceSKILL.md
92### 4. Manage Webhooks
medium line 94

Webhook reference - potential data exfiltration

SourceSKILL.md
94**When to use**: User wants to create or use webhooks for external integrations
medium line 97

Webhook reference - potential data exfiltration

SourceSKILL.md
971. `DISCORDBOT_GET_GUILD_WEBHOOKS` / `DISCORDBOT_LIST_CHANNEL_WEBHOOKS` - List webhooks [Optional]
medium line 98

Webhook reference - potential data exfiltration

SourceSKILL.md
982. `DISCORDBOT_CREATE_WEBHOOK` - Create a new webhook [Optional]
medium line 99

Webhook reference - potential data exfiltration

SourceSKILL.md
993. `DISCORDBOT_EXECUTE_WEBHOOK` - Send message via webhook [Optional]
medium line 100

Webhook reference - potential data exfiltration

SourceSKILL.md
1004. `DISCORDBOT_UPDATE_WEBHOOK` - Update webhook settings [Optional]
medium line 103

Webhook reference - potential data exfiltration

SourceSKILL.md
103- `webhook_id`: Webhook ID
medium line 104

Webhook reference - potential data exfiltration

SourceSKILL.md
104- `webhook_token`: Webhook secret token
medium line 105

Webhook reference - potential data exfiltration

SourceSKILL.md
105- `channel_id`: Channel for webhook creation
medium line 106

Webhook reference - potential data exfiltration

SourceSKILL.md
106- `name`: Webhook name
medium line 110

Webhook reference - potential data exfiltration

SourceSKILL.md
110- Webhook tokens are secrets; handle securely
medium line 111

Webhook reference - potential data exfiltration

SourceSKILL.md
111- Webhooks can post with custom username and avatar per message
medium line 112

Webhook reference - potential data exfiltration

SourceSKILL.md
112- MANAGE_WEBHOOKS permission required for creation
medium line 140

Webhook reference - potential data exfiltration

SourceSKILL.md
140- Guilds, channels, users, roles, messages, webhooks
medium line 182

Webhook reference - potential data exfiltration

SourceSKILL.md
182| Create webhook | DISCORDBOT_CREATE_WEBHOOK | channel_id, name |
medium line 183

Webhook reference - potential data exfiltration

SourceSKILL.md
183| Execute webhook | DISCORDBOT_EXECUTE_WEBHOOK | webhook_id, webhook_token |
medium line 184

Webhook reference - potential data exfiltration

SourceSKILL.md
184| List webhooks | DISCORDBOT_GET_GUILD_WEBHOOKS | guild_id |
low line 21

External URL reference

SourceSKILL.md
21**Get Rube MCP**: Add `https://rube.app/mcp` as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
Scanned on Feb 28, 2026
View Security Dashboard