configure
Facilitates the setup of Discord channels by managing bot tokens and access policies for effective user communication.
Install this skill
or
50/100
Security score
The configure skill was audited on May 25, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 14
Access to hidden dotfiles in home directory
SourceSKILL.md
| 14 | Writes the bot token to `~/.claude/channels/discord/.env` and orients the |
medium line 27
Access to hidden dotfiles in home directory
SourceSKILL.md
| 27 | 1. **Token** — check `~/.claude/channels/discord/.env` for |
medium line 30
Access to hidden dotfiles in home directory
SourceSKILL.md
| 30 | 2. **Access** — read `~/.claude/channels/discord/access.json` (missing file |
medium line 80
Access to hidden dotfiles in home directory
SourceSKILL.md
| 80 | 2. `mkdir -p ~/.claude/channels/discord` |
medium line 83
Access to hidden dotfiles in home directory
SourceSKILL.md
| 83 | 4. `chmod 600 ~/.claude/channels/discord/.env` — the token is a credential. |
medium line 14
Access to .env file
SourceSKILL.md
| 14 | Writes the bot token to `~/.claude/channels/discord/.env` and orients the |
medium line 27
Access to .env file
SourceSKILL.md
| 27 | 1. **Token** — check `~/.claude/channels/discord/.env` for |
medium line 81
Access to .env file
SourceSKILL.md
| 81 | 3. Read existing `.env` if present; update/add the `DISCORD_BOT_TOKEN=` line, |
medium line 83
Access to .env file
SourceSKILL.md
| 83 | 4. `chmod 600 ~/.claude/channels/discord/.env` — the token is a credential. |
medium line 96
Access to .env file
SourceSKILL.md
| 96 | - The server reads `.env` once at boot. Token changes need a session restart |
Scanned on May 25, 2026
View Security Dashboard