Skip to content

Security: TheStreamCode/discord-management-mcp

SECURITY.md

Security Policy

Supported Versions

Security fixes target the latest published 0.1.x release and the current main branch. Older versions are not patched; upgrade to the newest release before reporting an issue.

Reporting A Vulnerability

Do not open a public issue for secrets, bypasses, or exploitable behavior.

Report privately through GitHub private vulnerability reporting. If GitHub reporting is unavailable, contact Michael Gasperini. Include:

  • Impacted version or commit
  • Reproduction steps
  • Expected and actual behavior
  • Whether a Discord token, webhook token, backup, or guild structure was exposed

Operational Security

  • Use a dedicated Discord bot token.
  • Give the bot only the permissions required for your workflow.
  • Keep .env.local local.
  • Keep backup JSON files private.
  • Rotate the bot token immediately if it is exposed.
  • Do not use user tokens or selfbots.

Sensitive Data

Backups can contain server structure, permission overwrites, invite metadata, and other operational details. They are intentionally ignored by Git and should not be uploaded to public repositories.

There aren't any published security advisories