RepoPilot

cube-js/cube

πŸ“Š Cube Core is open-source semantic layer for AI, BI and embedded analytics

Healthy

Strong maintenance signals

MixedDependency

dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found β€” inspect the evidence before forking.

HealthyLearn from

Documented and popular β€” useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; 7 cyclic import chains β€” pervasive coupling…

  • ⚠Scorecard: default branch unprotected (0/10)
  • βœ“Last commit today
  • βœ“12 active contributors
  • βœ“Distributed ownership (top contributor 24% of recent commits)
  • βœ“MIT licensed
  • βœ“CI configured
  • βœ“Tests present

What would improve this?

  • β€’Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to β‰₯3/10 (see scorecard report)

Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: cube-js/cube

Generated by RepoPilot Β· document generated 2026-09-15 Β· concise human review Evidence snapshot Β· analyzed 2026-09-15T00:51:35.185Z Β· commit 83013f38ea52

Verdict

Healthy β€” Strong maintenance signals

  • Last commit today
  • 12 active contributors
  • Distributed ownership (top contributor 24% of recent commits)
  • MIT licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Cube Core is an open-source semantic layer that defines metrics, dimensions, joins, and access rules once and exposes them via SQL, REST, and GraphQL APIs. It sits between data sources (Snowflake, BigQuery, Postgres, Presto, Athena) and downstream consumers (BI tools, embedded analytics, AI agents), with a built-in relational caching engine for sub-second latency. Unlike proprietary BI platforms, it's headless and reusable across multiple analytics applications. Monorepo structure: packages/cubejs-api-gateway/ contains the HTTP/WebSocket gateway and request handling; packages/cubejs-backend-native/ is a Rust FFI layer handling auth, routing, and streaming;…

Start here

Read these in order:

  • packages/cubejs-client-react/src/types.ts β€” Foundation: doesn't import anything internally and is imported by 11 other files. Read first to learn the vocabulary.
  • packages/cubejs-cli/src/utils.ts β€” Foundation: imported by 10, no internal dependencies of its own.
  • packages/cubejs-playground/src/QueryBuilderV2/hooks/event.ts β€” Built on the foundation; imported by 9 downstream files.
  • packages/cubejs-playground/src/QueryBuilderV2/components/ListMemberButton.tsx β€” Built on the foundation; imported by 7 downstream files.
  • packages/cubejs-playground/src/atoms/index.tsx β€” Layer 2 β€” composes lower-level code into reusable abstractions (imported 5Γ—).

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/cube-js/cube.git
cd cube
# Verify package.json exists in packages/ subdirectories; assume npm/yarn workspace
npm install  # or yarn install
# For native Rust components, ensure Rust toolchain is installed

Exact setup steps depend on manifest files not shownβ€”verify package.json at repo root and in packages/cubejs-api-gateway/ and packages/cubejs-backend-native/ before running.

Daily commands:

Clone and run npm install in repo root (assumes npm workspaces). Then:

# To run API gateway dev server (if applicable):
cd packages/cubejs-api-gateway
npm run dev  # or similar; verify package.json for actual script

# For native Rust components, build with:
cargo build  # in packages/cubejs-backend-native/

Verification needed: Check actual package.json scripts under each package; no build/dev commands are visible in the provided data.

Key cautions & unknowns

  • Scorecard: default branch unprotected (0/10)
  • Environment Setup: The Rust native backend (cubejs-backend-native/) requires a Rust toolchain installed alongside Node.js; build will fail if rustc is missing. FFI Boundaries: Python integration via…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo β€” get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README β€” live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/cube-js/cube)](https://repopilot.app/r/cube-js/cube)

Paste at the top of your README.md β€” renders inline like a shields.io badge.

β–ΈPreview social card

This card auto-renders when someone shares https://repopilot.app/r/cube-js/cube on X, Slack, or LinkedIn.

Ask AI about cube-js/cube

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere β€” the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/cube-js/cube"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>