Skip to content

Security: contextzero/nest_hub

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a (suspected) security vulnerability in NEST, please report it privately. Do not open a public GitHub issue.

We will acknowledge your report, investigate, and coordinate a fix and disclosure timeline with you.

Self-hosted hardening

NEST connects real agents to real infrastructure. Treat CLI tokens (CLI_API_TOKEN), encryption keys (ENCRYPTION_KEY), hub URLs, and inbound webhooks as sensitive:

  • Rotate CLI_API_TOKEN on any suspected compromise.
  • Prefer HTTPS everywhere and scope permission modes per employee and project.
  • Keep the database internal-only (the default docker-compose.yml does not expose PostgreSQL).

Read docs/DEVOPS.md before exposing the stack to the internet.

There aren't any published security advisories