# Audit Kixo SDK Integration

Audit this repository for Kixo SDK correctness.

Check:

- Correct SDK package and version for the platform.
- Kixo is configured exactly once at app startup.
- Real keys are not committed.
- Dashboard/admin tokens are not used in client apps.
- Custom events follow snake_case, object_verb, past tense.
- Event properties carry context and stable entity IDs.
- `identify` runs only after a stable product user ID is known.
- `reset` runs on logout.
- No internal Kixo dev-routing flags are exposed.
- One auto event and one custom event can be verified in Kixo.

Return findings first, then exact fixes.
