mango is pre-release software and has not received a security
audit. It should not be exposed as a production multi-tenant service without an
independent review.
Until the first stable release, security fixes target the latest commit on
main. Older commits and development database schemas are not supported.
Please use the repository's private GitHub Security Advisory reporting flow:
https://github.com/yanpgwang/mango/security/advisories/new
Include affected versions, reproduction steps, impact, and any suggested mitigation. Do not include credentials or sensitive production data. Please do not open a public issue for an unpatched vulnerability.
If private reporting is unavailable, open a public issue requesting a private maintainer contact without disclosing vulnerability details.
- The default local sandbox is a development guardrail, not a security boundary. It must not execute untrusted code.
- The Docker provider gives container isolation and disables networking by default, but containers share the host kernel and the provider has not been audited for hostile multi-tenant workloads.
- Every protected API request is authenticated by an opaque API key and scoped to one Workspace. Top-level resources, child resources, scheduled work, and object-store keys are isolated by that Workspace. Health, readiness, and the embedded OpenAPI document remain public.
- All keys for one Workspace have identical access to that Workspace. Mango does not model end users, roles, per-resource grants, or user-level audit identity; a SaaS or enterprise control plane must own those concerns and issue or revoke Workspace keys.
-strictadditionally validates CMA version, beta, and content-type headers; it does not change authorization semantics.- PostgreSQL journals tool attempts, but an external side effect can still be ambiguous if execution succeeds and its durable result is lost. Exactly-once behavior requires idempotency from the external system.
- Model credentials are read from environment variables. Operators are responsible for secret storage, rotation, logging policy, and endpoint trust.
See the architecture and roadmap for planned hardening.