GodMode is a self-hosted Control Center. Treat every deployment as trusted-operator infrastructure unless you harden it deliberately.
| Version | Supported |
|---|---|
main (latest release) |
Yes |
| Older tags | Best effort |
Do not open public GitHub issues for security vulnerabilities.
Use GitHub private security advisories for the public core repository.
Include: affected version, deployment mode (local / hub / client), reproduction steps, and impact assessment.
Full threat model and hardening steps: docs/SECURITY.md
Minimum before exposing Bridge to a network:
DEPLOYMENT_MODE=huborclient— neverlocalon a public hostAUTH_ALLOW_ANONYMOUS=false- Strong
AUTH_SESSION_SECRET AUTH_ALLOW_SIGNUP=falseorAUTH_INVITE_CODESon public hubs- CORS locked to your
WEB_ORIGIN - Install plugins only from sources you trust
- Run
npm run audit:kernel:strict; production durable mutations must have zero legacy routes/callers, unmatched callers, and direct entry-point writes
Full threat model and hardening: docs/SECURITY.md