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 May 12, 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 91

Webhook reference - potential data exfiltration

SourceSKILL.md
91### 4. Manage Webhooks
medium line 93

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
961. `DISCORDBOT_GET_GUILD_WEBHOOKS` / `DISCORDBOT_LIST_CHANNEL_WEBHOOKS` - List webhooks [Optional]
medium line 97

Webhook reference - potential data exfiltration

SourceSKILL.md
972. `DISCORDBOT_CREATE_WEBHOOK` - Create a new webhook [Optional]
medium line 98

Webhook reference - potential data exfiltration

SourceSKILL.md
983. `DISCORDBOT_EXECUTE_WEBHOOK` - Send message via webhook [Optional]
medium line 99

Webhook reference - potential data exfiltration

SourceSKILL.md
994. `DISCORDBOT_UPDATE_WEBHOOK` - Update webhook settings [Optional]
medium line 102

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
105- `name`: Webhook name
medium line 109

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
111- MANAGE_WEBHOOKS permission required for creation
medium line 139

Webhook reference - potential data exfiltration

SourceSKILL.md
139- Guilds, channels, users, roles, messages, webhooks
medium line 181

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
183| 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 May 12, 2026
View Security Dashboard
Installation guide →