QuietNode BI Analyst · QuietLens
A self-contained container in your VPC
- Two containers via docker compose — the app plus Postgres 17, which holds all state. There is no vendor-hosted backend and no telemetry; the only outbound connections are the ones an admin configures.
- Published images are verifiable before you run them: keyless cosign-signed, with SLSA build provenance and a CycloneDX SBOM attached.
- The LLM is optional. Without a key, a deterministic composer still answers from evidence; with one, you choose the endpoint — including a private in-VPC endpoint so inference never leaves your boundary.
- Connector credentials never sit in the database — they flow through pointer-only references to your AWS Secrets Manager or Vault.