add-discord
Integrates Discord bot channels with Deus, enabling real-time communication and support through automated setup and verification processes.
Install this skill
or
72/100
Security score
The add-discord skill was audited on Jun 1, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 74
Template literal with variable interpolation in command context
SourceSKILL.md
| 74 | ```bash |
medium line 80
Template literal with variable interpolation in command context
SourceSKILL.md
| 80 | ```bash |
medium line 36
Access to .env file
SourceSKILL.md
| 36 | Add to `.env`: |
low line 47
Access to .env file
SourceSKILL.md
| 47 | mkdir -p data/env && cp .env data/env/env |
medium line 50
Access to .env file
SourceSKILL.md
| 50 | The container reads environment from `data/env/env`, not `.env` directly. |
medium line 110
Access to .env file
SourceSKILL.md
| 110 | 1. Check `DISCORD_BOT_TOKEN` is set in `.env` AND synced to `data/env/env` |
low line 20
External URL reference
SourceSKILL.md
| 20 | > 1. Go to the [Discord Developer Portal](https://discord.com/developers/applications) |
low line 125
External URL reference
SourceSKILL.md
| 125 | 1. Go to [Discord Developer Portal](https://discord.com/developers/applications) |
Scanned on Jun 1, 2026
View Security Dashboard