Launch Risk Pass
One repo or live app, checked for launch blockers across auth, data access, public config, payment/webhook paths, deploy settings, and obvious leftover debug surfaces.
release-console // may-2026
Tate Programs checks repos, launch paths, MCP packages, payment flows, data boundaries, and deploy systems before small teams put real traffic on them.
$ shipcheck ./repo --strict --format brief
score: 76/100
status: hold
findings:
[medium] debug route reachable in production
[medium] missing Supabase RLS evidence
[low] rate limit not visible on paid API path
next:
1. remove debug route
2. document two-user access test
3. cap expensive endpoint per user
$ launchctl review --flow checkout --owner founder
handoff: risk memo + patch path + deploy notes
The failure point moved from making a demo to proving access, billing, data, and deploy behavior.
Small teams need evidence, not giant scanner dumps or vague best-practice lists.
Shipcheck, MCP registry work, GitHub Actions, and sample reports make the offer inspectable.
offers.list
One repo or live app, checked for launch blockers across auth, data access, public config, payment/webhook paths, deploy settings, and obvious leftover debug surfaces.
Repair the highest-value blocker first: failing deploy, broken checkout, auth redirect loop, public data exposure, webhook mismatch, or repo cleanup before handoff.
Package metadata, pinned versions, install command, registry readiness, tool names, error behavior, and security notes for MCP servers people may run locally.
proof.mount
Published scanner for JavaScript and TypeScript release readiness, app boundaries, Stripe webhooks, Supabase/Firebase evidence, debug routes, and CI handoff.
npm repoMarketplace action that can run Shipcheck in CI and upload SARIF into GitHub code scanning for reviewable findings.
marketplaceMCP server for authorized local repo scans, published to npm and the official registry discovery path.
npm registrySecure-launch event system built around scans, verified fixes, shared reports, and builder referrals.
live demoworkbench.open
Fast quote path, service area clarity, and mobile-first contact flow.
Tiered services, proof area, and direct booking calls.
Trust signals, project framing, and practical lead capture.
Clear services, appointment path, and calm patient copy.
runbook.read
Include stack, deadline, and the first user flow that must work.
You receive blockers, evidence, fix order, and the smallest useful scope.
Either use the report yourself or convert the top blocker into a focused sprint.
ready
I will find the shortest path from “works on my machine” to a launch someone can trust.