Skip to content

Security: ReBoticsAI/GodMode

Security

SECURITY.md

Security Policy

GodMode is a self-hosted Control Center. Treat every deployment as trusted-operator infrastructure unless you harden it deliberately.

Supported versions

Version Supported
main (latest release) Yes
Older tags Best effort

Reporting a vulnerability

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.

Production checklist

Full threat model and hardening steps: docs/SECURITY.md

Minimum before exposing Bridge to a network:

  1. DEPLOYMENT_MODE=hub or client — never local on a public host
  2. AUTH_ALLOW_ANONYMOUS=false
  3. Strong AUTH_SESSION_SECRET
  4. AUTH_ALLOW_SIGNUP=false or AUTH_INVITE_CODES on public hubs
  5. CORS locked to your WEB_ORIGIN
  6. Install plugins only from sources you trust
  7. Run npm run audit:kernel:strict; production durable mutations must have zero legacy routes/callers, unmatched callers, and direct entry-point writes

Related

Full threat model and hardening: docs/SECURITY.md

There aren't any published security advisories