Area: Integration / API (audit p13) · Surface: mobieusBoost / notification bridge · Dimension: competitor-gap · Severity: minor
Discord is the dominant community-adjacent chat for the creator/community audience Mobieus targets (Circle, Skool, and Mighty Networks all integrate or interoperate with Discord, and many creators run a paid community plus a Discord). Slack and Teams skew enterprise; the community-first ICP is far more likely to want forum/announcement events mirrored into Discord. A Discord adapter is a near-drop-in given the bridge already abstracts adapters and posts JSON to an HTTPS webhook URL.
Evidence
platform/src/Controllers/AdminBridgeController.php:36 `private const ADAPTER_KINDS = ['slack', 'teams'];` and only SlackAdapter.php / TeamsAdapter.php exist under src/Services/Bridge/Adapters/. No Discord adapter.
Suggested fix. Add a DiscordAdapter (return 'discord', map the canonical event payload to Discord's webhook embed schema) and add 'discord' to ADAPTER_KINDS; Discord incoming webhooks accept the same https POST shape the bridge already uses.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus