Readiness contract
We verify that your readiness endpoint responds with the expected HTTP status and, when available, an explicit ok=true signal.
DSG Production Readiness Report
Paste your production URL — DSG runs a live proof check in seconds: readiness, health, auth gate, and evidence chain. Get a shareable report link to send to your client.
Run Free Proof Check
Free proof check runs immediately. Full $9 report includes evidence hash, remediation checklist, and priority support. Scoped to readiness and release evidence — not penetration testing or legal compliance certification.
Full paid report
What gets checked
We verify that your readiness endpoint responds with the expected HTTP status and, when available, an explicit ok=true signal.
We check that sensitive routes reject unauthenticated access with the expected 401 or 403 response.
You receive a compact evidence record that explains why the release is GO or NO-GO instead of relying on a vague green build badge.
Free tool included
The public GitHub Action gives your CI/CD pipeline a deterministic gate. The paid report helps you package the outcome into a human-readable release evidence record.
- uses: tdealer01-crypto/dsg-secure-deploy-gate-action@v1
with:
readiness_url: "https://your-app.vercel.app/api/readiness"
expected_status: "200"
require_json_ok: "true"