Will It Vibe logoWill It Vibe?
SECRET-047Medium severity-8 points

Discord bot token (heuristic)

Part of Security, which counts for 30% of the overall score. When this check fires it deducts 8 points from that category, once per scan, no matter how many places it turns up.

What it detects

A string shaped like a Discord bot token was found. This pattern is a heuristic and can match unrelated base64 strings, so it is kept at medium severity. If it is a real token it fully controls the bot.

Why it matters

This string matches the shape of a Discord bot token. The match is a heuristic and can hit unrelated base64 data, so confirm it before acting. If it is a real token, it fully controls the bot, letting an attacker read and send messages as it.

How to fix it

If it is a real token, move it into an environment variable and read it at runtime, then reset the token in the Discord developer portal. If it is not a token, rename the value or move it so it no longer matches the pattern.

The paid report includes a ready-to-paste prompt for your AI coding agent for every check it finds, pointed at the exact findings from your scan. See pricing

Does your repo trip this check?

Paste a GitHub URL or drop a project folder. Scans run in your browser and take seconds.

Scan your repo

Related Security checks