Discord PHP Bot Security

Audit checklist for DiscordPHP bots and API libraries — stop the bot token leaking to third-party APIs or logs, keep secrets out of custom_ids and exception messages, use constant-time comparison and crypto-random for auth/CSRF/webhook flows, and don't log OAuth codes / full headers / PII. Use when reviewing an HTTP client, an error handler, an OAuth or webhook endpoint, or before publishing a repo.

discord-php 5c8f8cf 4.5 KB Updated

File contents

discord-php/discordphp/tree/main/.github/skills/discord-php-bot-security commit 5c8f8cf16c

Frequently asked questions

npx skillmds@latest add discord-php/discord-php-bot-security