RepoPilot

pay-rails/pay

Payments for Ruby on Rails apps

Mixed

Single-maintainer risk — review before adopting

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

  • Single-maintainer risk — top contributor 81% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Last commit today
  • 16 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 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: pay-rails/pay

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T11:06:35.383Z · commit 399c544cf900

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit today
  • 16 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 OpenSSF Scorecard

What it is

Pay is a Rails engine that abstracts payment processing across multiple providers (Stripe, Paddle, Braintree, Lemon Squeezy) with a unified API for charges, subscriptions, and payment methods. It eliminates provider-specific boilerplate and normalizes the different payment APIs so Rails apps can switch processors or support multiple simultaneously without rewriting transaction logic. Rails engine architecture: app/models/pay/ contains base payment models (Charge, Customer, Subscription, PaymentMethod), each with provider-specific subdirectories (pay/stripe/, pay/braintree/, pay/lemon_squeezy/, pay/paddle_billing/, pay/fake_processor/) implementing the same interface.…

Start here

Read these in order:

  • test/dummy/app/javascript/processors/stripe.js — Foundation: doesn't import anything internally and is imported by 1 other file. Read first to learn the vocabulary.
  • test/dummy/app/javascript/application.js — Built on the foundation; imported by 0 downstream files.

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.

Evidence of package manager setup is incomplete in the supplied data. Verify the repository root for Gemfile (Ruby bundle) or package.json before running setup. After cloning, conventional Rails app setup would be `bund…

Daily commands:

Setup instructions are not fully present in the supplied data. The README references docs/1_installation.md and docs/2_configuration.md which are not included. You must consult those docs and the Gemfile to determine ex…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 81% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Payment processor API keys must be configured via environment variables or Rails credentials (not shown in file list—verify in docs/2_configuration.md). Webhook endpoints must be registered with each provider…
  • 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 "Forkable" badge

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

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/pay-rails/pay?axis=fork)](https://repopilot.app/r/pay-rails/pay)

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

Ask AI about pay-rails/pay

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