Skip to main content

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
14Writes the bot token to `~/.claude/channels/discord/.env` and orients the
medium line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
271. **Token** — check `~/.claude/channels/discord/.env` for
medium line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
302. **Access** — read `~/.claude/channels/discord/access.json` (missing file
medium line 80

Access to hidden dotfiles in home directory

SourceSKILL.md
802. `mkdir -p ~/.claude/channels/discord`
medium line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
834. `chmod 600 ~/.claude/channels/discord/.env` — the token is a credential.
medium line 14

Access to .env file

SourceSKILL.md
14Writes the bot token to `~/.claude/channels/discord/.env` and orients the
medium line 27

Access to .env file

SourceSKILL.md
271. **Token** — check `~/.claude/channels/discord/.env` for
medium line 81

Access to .env file

SourceSKILL.md
813. Read existing `.env` if present; update/add the `DISCORD_BOT_TOKEN=` line,
medium line 83

Access to .env file

SourceSKILL.md
834. `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
Installation guide →