Skip to content

Releases: buzz39/beforeship

BeforeShip v0.1.5

Choose a tag to compare

@buzz39 buzz39 released this 19 Jul 13:11

Adds maintainer-friendly Markdown outreach reports for GitHub repository scans via --report-md and uploads reports from the manual outreach workflow.

BeforeShip v0.1.4

Choose a tag to compare

@buzz39 buzz39 released this 19 Jul 12:37

Adds a Model Context Protocol stdio server with tools for local scans, GitHub repo scans, deduplicated issue creation, and fix prompts.

BeforeShip v0.1.3

Choose a tag to compare

@buzz39 buzz39 released this 19 Jul 12:17

Adds GitHub repository scanning without cloning, full GitHub URL support, optional deduplicated issue creation, issue limits, and a manual outreach scan workflow.

BeforeShip v0.1.2

Choose a tag to compare

@buzz39 buzz39 released this 18 Jul 10:35

Publishes the CLI package with CI threshold flags. The CLI now supports --fail-on and --min-score for GitHub Actions and other CI workflows.

BeforeShip v0.1.1

Choose a tag to compare

@buzz39 buzz39 released this 18 Jul 10:12

Adds CI threshold flags: --fail-on and --min-score.

BeforeShip v0.1.0

Choose a tag to compare

@buzz39 buzz39 released this 17 Jul 15:27

BeforeShip v0.1.0

BeforeShip v0.1.0 is the first public beta of the local-first CLI.

Install

npx beforeship@latest scan

Highlights

  • Local deterministic scanner
  • CLI commands: scan, fix-prompts, loop, init, ignore
  • HTML, Markdown, JSON, and fix-prompt reports
  • Stack detection for Next.js, Supabase, Neon/Postgres, Stripe/Razorpay, Vercel, env files
  • Secrets/env scanning
  • Next.js API route auth heuristics
  • Payment webhook signature and idempotency checks
  • Auth rate-limit and input-validation heuristics
  • Supabase RLS/service-role heuristics
  • Evidence-aware findings with confidence and fixed-when guidance
  • Windows path handling
  • .beforeship/ gitignore helper

Example

npx beforeship@latest scan /path/to/app
npx beforeship@latest fix-prompts /path/to/app

Reports

.beforeship/
  launch-report.html
  launch-report.md
  findings.json
  fix-prompts.md

Known Limitations

  • Deterministic-only; no AI review yet.
  • Best coverage is currently Next.js SaaS-style apps.
  • Some findings are heuristic and should be reviewed.
  • MCP server and GitHub Action are planned but not included in v0.1.0.

Verification

The release was tested with:

npm test
npm pack --workspace packages/core --dry-run
npm pack --workspace packages/cli --dry-run
npx beforeship@latest --version