RepoPilot

splitrb/split

:chart_with_upwards_trend: The Rack Based A/B testing framework

Mixed

Single-maintainer risk — review before adopting

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

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; Scorecard "Token-Permissions" is 0/10

  • Single-maintainer risk — top contributor 88% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Last commit today
  • 8 active contributors
  • 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 dependency CVEs from deps.dev and 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: splitrb/split

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T12:37:54.646Z · commit fa42fc0eeebd

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit today
  • 8 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Split is a Rack-based A/B testing framework that enables controlled experiments across Rails, Sinatra, and other Rack applications. It uses Redis to persist experiment state and user assignments, allowing developers to run multivariate tests and track conversion metrics with minimal application code changes. Core library structure: lib/split/experiment.rb and lib/split/trial.rb model test state; lib/split/helper.rb provides Rails/Sinatra integration helpers; lib/split/persistence/ contains pluggable storage adapters; lib/split/dashboard/ provides a web UI for experiment management. Algorithms in lib/split/algorithms/ (whiplash, weighted_sample, block_randomization) handle assignment logic.

Start here

Open these first:

  • lib/split.rb — Main entry point and primary namespace for the Split gem; sets up configuration and exposes core API
  • lib/split/experiment.rb — Core experiment abstraction that manages trial creation, participant assignment, and result tracking
  • lib/split/helper.rb — Rails view helpers for running experiments and tracking conversions in application views
  • lib/split/persistence — Adapter layer supporting multiple backends (Redis, cookies, sessions) for storing participant state
  • lib/split/algorithms — Randomization and weighting strategies (block randomization, weighted sample, whiplash) for experiment assignment

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.

Clone the repository: git clone https://github.com/splitrb/split.git && cd split. Install dependencies: bundle install (Gemfile is present). Verify Redis is running on localhost:6379 (per README requirements). Run t…

Daily commands:

No traditional 'dev server' for Split itself (it's a library, not an app). To test the gem: bundle exec rake runs the test suite (Rakefile present). To use in a Rails app: add gem 'split' to Gemfile, run `bundle ins…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 88% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Redis required and must be running before the app starts; configuration via Split.redis= or config block, no fallback to in-memory store. Persistence adapter selection is global; mixing Redis and session…
  • 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 "Safe to depend on" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Safe to depend on
[![RepoPilot: Safe to depend on](https://repopilot.app/api/badge/splitrb/split?axis=dependency)](https://repopilot.app/r/splitrb/split)

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/splitrb/split on X, Slack, or LinkedIn.

Ask AI about splitrb/split

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/splitrb/split"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>