RepoPilot

jquense/yup

Dead simple Object schema validation

Mixed

OpenSSF Scorecard says this is unmaintained

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

  • Concentrated ownership — top contributor handles 50% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • Last commit 1w ago
  • 27+ 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: jquense/yup

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T03:57:31.566Z · commit ff31eee8a2b1

Verdict

Mixed — OpenSSF Scorecard says this is unmaintained

  • Last commit 1w ago
  • 27+ 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

Yup is a TypeScript-first schema validation and coercion library that allows developers to define data structure validators at runtime, handling both type assertions and value transformations. It enables parsing untrusted input (like API responses or form data) into typed JavaScript objects, with built-in async validation support and rich error reporting. The core capability is building expressive, chainable schema definitions that simultaneously validate and transform data. Single-package library structure: src/ contains schema implementations (src/array.ts, src/object.ts, src/string.ts, etc.) with a unified export point (src/index.ts). Core validation logic lives in src/schema.ts,…

Start here

Open these first:

  • src/index.ts — Main entry point exporting all public schema types and utilities; required to understand the library's API surface.
  • src/schema.ts — Base Schema class defining the core validation and transformation interface; all type-specific schemas inherit from this.
  • src/mixed.ts — Mixed schema type providing foundational validation rules (required, oneOf, when); base for all specialized types.
  • src/object.ts — Object schema implementation for validating complex nested structures and field-level validation orchestration.
  • src/ValidationError.ts — Error reporting structure capturing validation failures with paths and messages; critical for debugging validation failures.

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: git clone https://github.com/jquense/yup.git && cd yup. Install: yarn install (using Yarn based on yarn.lock and .yarn/ directory). Build: yarn build. Run tests: yarn test (lints + runs vitest). For devel…

Daily commands:

yarn tdd for interactive TypeScript-aware test watching; yarn testonly for single test run; yarn lint to check code style. Production build: yarn build generates output in lib/ and dts/ directories.

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 50% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • Async vs. sync validation modes are mutually exclusive test projects (vitest --project sync vs. --project async), requiring awareness of which mode is being tested. The library version is pinned at 1.7.1 and was at…
  • 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/jquense/yup?axis=dependency)](https://repopilot.app/r/jquense/yup)

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

Ask AI about jquense/yup

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

Or write your own question

Featured in lists

Curated shortlists that include this repo.

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