Skip to content

Security: Relay-Launch/relaylaunch-console

SECURITY.md

RelayLaunch Security Policy & Security Audit

RelayLaunch takes the security of our AI Infrastructure with extreme seriousness. This policy covers the relaylaunch-console repository.

πŸ›‘οΈ Security Reporting

If you discover a security vulnerability, report it responsibly. Do not open a public GitHub issue. Our protocols dictate that potential exploits must remain classified until patched.

Email: security@relaylaunch.com

We acknowledge reports within 48 hours and aim to ship a fix within 7 days for critical issues.

πŸ” Security Measures & The 8-Gate Audit

Automated Scanning

  • Dependabot scans dependencies daily and opens PRs for vulnerable packages.
  • npm audit runs on every CI build β€” high-severity findings block deploys.
  • Dependency review checks every PR for newly introduced vulnerabilities.

Architectural Defense (Operation Fortress)

  • Hosted on Vercel with built-in DDoS protection and edge network caching.
  • Supabase provides PostgreSQL with Row Level Security (RLS) on all tables, guaranteeing absolute multi-tenant data isolation.
  • Server Components by default β€” minimizes the client-side attack surface.
  • All environment variables use server-side execution only (no NEXT_PUBLIC_ for secrets).
  • Authentication via Supabase Auth with strict JWT validation.

Data Ownership & Privacy

  • Parameterized queries are strictly enforced β€” no raw SQL concatenation.
  • Migration files are subjected to peer and AI security review before deployment to the production cluster.

Supported Versions

Version Supported
Latest (main branch) Yes
All other branches No

Scope

This policy covers:

  • The relaylaunch-console repository
  • The Control Center application and its API routes
  • All CI/CD workflows in .github/workflows/
  • Supabase database migrations and RLS policies
  • The local Secure Live Infrastructure integrations

Out of scope: third-party services (Vercel, Supabase, Google Workspace, ElevenLabs) β€” report those to the respective vendors.

Out of scope: third-party services (Vercel, Supabase, Google Workspace, ElevenLabs) β€” report those to the respective vendors.

There aren't any published security advisories