Skip to main content

Add Discord Channel

Integrates Discord support into NanoClawbster, enabling interactive setup and code changes for enhanced communication capabilities.

Install this skill

or
67/100

Security score

The Add Discord Channel skill was audited on Mar 3, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143trigger: `@${ASSISTANT_NAME}`,
medium line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155trigger: `@${ASSISTANT_NAME}`,
medium line 50

Access to .env file

SourceSKILL.md
50- Updates `.env.example` with `DISCORD_BOT_TOKEN` and `DISCORD_ONLY`
medium line 90

Access to .env file

SourceSKILL.md
90Add to `.env`:
low line 105

Access to .env file

SourceSKILL.md
105cp .env data/env/env
medium line 108

Access to .env file

SourceSKILL.md
108The container reads environment from `data/env/env`, not `.env` directly.
medium line 183

Access to .env file

SourceSKILL.md
1831. Check `DISCORD_BOT_TOKEN` is set in `.env` AND synced to `data/env/env`
low line 74

External URL reference

SourceSKILL.md
74> 1. Go to the [Discord Developer Portal](https://discord.com/developers/applications)
low line 198

External URL reference

SourceSKILL.md
1981. Go to [Discord Developer Portal](https://discord.com/developers/applications)
Scanned on Mar 3, 2026
View Security Dashboard