Clearance delivery guide

After payment is confirmed, send your local gate report for the $499 executive PDF. You run npx simplebeacon scan --gate --offline on your machine — we format and operator-review the deliverable. No source zip required for the default path.

Local-first: The CLI and MCP are free. This guide is only for the optional formatted PDF when your client room needs a document.

Step 1 — Run the gate locally

From your project root (after install):

npx --yes simplebeacon init --starter
npx simplebeacon scan --gate --offline
npx simplebeacon gate status

Report path: .simplebeacon/report.json (or path shown in CLI output). Fix blocking issues before sending if you want a pass verdict on the PDF.

Step 2 — Send your gate report (preferred)

  1. Attach .simplebeacon/report.json or upload to Drive/Dropbox and link in email.
  2. Include project name, branch, and client delivery date.
  3. Email audit@simplebeacon.ai or use our contact form.

Do not attach production secrets — the JSON contains file paths and finding metadata, not your full source tree.

Before you send anything

Optional — we run the scan for you

If your team cannot run the CLI, choose a read-only handoff method below. Source is deleted after PDF delivery.

Preferred for most agencies — no org-wide app install required.

  1. From your repo root, create a zip of the target branch (exclude heavy folders).
  2. Upload to Google Drive, Dropbox, or WeTransfer — link in email, or attach if under 25 MB.
  3. Email audit@simplebeacon.ai using the template below, or use our contact form.

Windows (PowerShell)

cd C:\path\to\client-repo
git checkout main
git archive --format=zip --output=..\client-handoff-main.zip HEAD

macOS / Linux

cd /path/to/client-repo
git checkout main
git archive --format=zip --output=../client-handoff-main.zip HEAD

No git? Zip the project folder manually after deleting node_modules and .git.

  1. Create a read-only collaborator invite or deploy key scoped to the target repo only.
  2. Confirm branch: main or your named release branch.
  3. Email repo URL + branch + invite confirmation to audit@simplebeacon.ai.
  4. We clone once, scan, deliver PDF, then revoke is on your side — we do not keep credentials.

GitHub → Settings → Collaborators → Add people → Role: Read (or use a time-limited deploy key).

Email template (copy-paste)

To: [email protected]
Subject: SimpleBeacon clearance — [Agency name] / [Client project]

Payment confirmed: yes (Stripe receipt attached / booking #[id])

Delivery: gate report JSON attached  OR  zip/Git URL: [if optional scan needed]
Project: github.com/org/client-repo  OR  project name
Branch: main
Client delivery date: [YYYY-MM-DD]
Billing contact: [email protected]

Notes: [NDA yes/no, stack, urgency]

I confirm this report/branch is for a one-time clearance PDF.

What happens next

  1. We confirm receipt and start the 48-hour business-day clock.
  2. Operator review of your gate report (or deterministic scan if you chose optional repo handoff).
  3. You receive an executive pass/fail PDF + developer remediations.
  4. Optional source zip/Git clone deleted after delivery.

Sample deliverable layout: View sample report

← Back to homepage · Book clearance · Free CLI & MCP install