Security

Security by design, not by claim.

GOT IT treats the backend as the final authority and never runs generated code on the main app server.

Isolated execution

Builds, tests and previews run in an isolated sandbox — separated from the platform.

Server-side authorization

Authentication, account & verification state, ownership, role and permission checks on every sensitive route.

Secret handling

Secret detection and redaction; sensitive tokens are encrypted at rest.

Truthful status

We never fabricate test, deployment or security status. Explicit failure over misleading success.

Audit & request IDs

Sensitive actions are audit-logged and every request carries a traceable request ID.

Idempotency

Payments, deployments and credit purchases are idempotent.