Who and what can reach production systems and sensitive data in Mythox, and the controls that keep that access least-privilege.
Access to production assets and sensitive data in Mythox follows the principle of least privilege: every person and every component is granted only the minimum access required, and access to financial data is constrained at the data layer itself.
| Control | How it works | Status |
|---|---|---|
| Per-user Row-Level Security | The PostgreSQL database (Supabase) only lets an account read/write its own rows — enforced by the database, not just the app. One user cannot access another's data. | In place |
| Restricted / least-privilege API keys | The browser uses a public key bound to the per-user rules; the powerful service-role key is never shipped to the client. | In place |
| Server-side secrets | Application secrets live server-side in a secret store, never exposed to the browser or stored in code. The Plaid secret and bank access tokens are being built to the same standard (bank-connect is in development). | In place Plaid: building |
| Secrets in environment / secret store | Keys and tokens are held in environment variables / a managed secret store; never committed to the repo, never printed or logged. | In place |
| Agent scope guard | A frozen, tamper-resistant policy: read-only on money/credentials (with redaction), write to a tiny allow-list only, never delete, never raw SQL, never expose tokens. Verified by automated tests. | In place |
| Single-admin console access | Database/hosting, payments and code repository consoles are accessible only to the founder. | In place |
| Session hygiene | Logout clears in-browser data and cached state so a shared device never exposes a prior session. | In place |
| Multi-factor authentication (MFA) | MFA on administrative consoles and offered to end users. The auth platform supports it; enabling and enforcing it is the committed next step. | Committed |
| Per-user issued API keys + audit log | Production upgrade from email/password for agent access, with a per-request audit trail. The scope guard already centralizes enforcement. | Committed |
Security questions: admin@philipereis.com
Reis Media LLC · 1000 Brickell Ave, Ste 715, PMB 1696, Miami, FL 33131, USA.