Raxx · internal docs

internal · gated ↑ index

Release readiness policy — security gate

Status: LOCKED 2026-04-24 by Kristerpher Henderson.

The rule

No Raxx surface goes live to real users without a completed security review. Major launches additionally require a penetration test. Release decisions are conditioned on pass + documented mitigation of any open findings.

"Going live" means any of: - Production deploy exposing a domain to public traffic (e.g. api.raxx.app, raxx.app, getraxx.com, raxx.io) - Founders Promo activation (first paying-cohort signup) - Any marketing campaign driving external traffic to an authenticated surface - Mobile-app store submission - Partner / API access by third parties

Required artifacts per launch

For every release that crosses a live-traffic boundary:

  1. Security review document — a scoped audit, similar in shape to docs/security/2026-04-24-security-review.md, stored under docs/security/<date>-<launch-name>-review.md
  2. Findings summary — severity-tiered (critical / high / medium / low / info) with evidence + fix
  3. Mitigation log — for each critical / high finding, either a closed fix (PR link) or a documented accepted risk (with rationale + time-boxed review)
  4. Re-review / verification — a Round-2 doc confirming the fixes landed and the originally-flagged vectors are closed
  5. Pen test report (for major launches — first production GA, any payment-flow GA, any release introducing PII collection) — external test; findings triaged before release

When a pen test is required (not just a review)

What a pen test covers that a review doesn't

Vendor options for pen testing

Captured here so future-us doesn't repeat the search:

Vendor Scope Price range Notes
Trail of Bits web + infra $50–$150k Gold standard; overkill pre-revenue
Cobalt crowdsourced pen-test-as-a-service $5–$15k Solid middle ground for SaaS
HackerOne managed bug-bounty style + structured tests $10–$30k Subscription model
Synack continuous + on-demand $25k+ Enterprise
Individual contractor (via HackerOne / Bugcrowd) scoped by engagement $3–$8k Viable for pre-launch solo-founder

For Raxx's first production launch, budget ~$5–$10k for a scoped pen test (one-time) is realistic.

Policy integration with the existing backlog

Acceptance of risk

Some findings from a review or pen test can be accepted rather than mitigated — e.g., "info-level finding, not worth fixing before launch." Acceptance must be:

What this policy is NOT

Where to find current artifacts

Type Path
Active security reviews docs/security/<date>-*.md
Release runbook RELEASE.md (Part 2 — Deploying)
Incident response TBD — file when first launch approaches
Current findings status GitHub issues with type:security label

Change log