Skip to main content

create-application-slash-command

Facilitates the creation of Discord Application Slash Commands using clean architecture principles for better organization and maintainability.

Install this skill

or
97/100

Security score

The create-application-slash-command skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 341

Webhook reference - potential data exfiltration

SourceSKILL.md
341_, err = s.FollowupMessageCreate(i.Interaction, true, &discordgo.WebhookParams{
low line 348

Webhook reference - potential data exfiltration

SourceSKILL.md
348_, err = s.FollowupMessageCreate(i.Interaction, true, &discordgo.WebhookParams{
low line 244

External URL reference

SourceSKILL.md
244baseURL = "https://api.example.com/endpoint"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →