Skip to main content

discord-bot-architect

Enables developers to create production-ready Discord bots using Discord.js and Pycord, covering essential features and best practices.

Install this skill

or
79/100

Security score

The discord-bot-architect skill was audited on Feb 28, 2026 and we found 3 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 83

Template literal with variable interpolation in command context

SourceSKILL.md
83await interaction.editReply(`Pong! Latency: ${latency}ms`);
medium line 64

Access to .env file

SourceSKILL.md
64client.login(process.env.DISCORD_TOKEN);
low line 214

External URL reference

SourceSKILL.md
214.setURL('https://discord.js.org')
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →