A
AYONIX
ZOOMER

Security Policy

Version 1.0 · Effective 25 September 2026 · Owner: Ayonix engineering · Reviewed annually

1. Scope and principle

This policy covers the Ayonix Zoomer service at zoomer.ayonix.com, its supporting infrastructure and the engineering process that changes it. It applies to everyone who commits code or holds production access.

The product processes biometric data. We therefore state limitations as plainly as controls: a security document that only lists strengths is not useful to the customer relying on it.

2. Access control

3. Data protection

AssetControl
Face templatesAES-256-GCM at rest. Original photographs are not stored. Templates never leave the server.
Evidence imagesDisabled by default. When enabled: encrypted at rest, SHA-256 integrity hash, access only via HMAC-signed URLs valid for 60 seconds, every access audited, automatic deletion at end of retention.
OAuth tokensAES-256-GCM at rest; deleted on disconnect.
Meeting video and audioNever recorded. Frames analysed in memory and discarded.
Audit logAppend-only; excludes templates, object keys and tokens by construction.
TransportTLS 1.2 minimum; TLS 1.0 and 1.1 are refused. HSTS with a one-year max-age.

4. Application security controls

5. Secure development

Every change is reviewed and must pass automated verification before it reaches production. The pipeline is described in the Secure Development Lifecycle policy and runs static analysis, dependency auditing, secret scanning, linting, type checking and the full test suite.

6. Logging and monitoring

7. Known limitations

Stated openly because a customer's risk assessment depends on it.

8. Reporting a vulnerability

Email security@ayonix.com. We acknowledge within 3 business days. Please do not open a public issue, access other people's data, or run denial-of-service tests against production. Full terms: Vulnerability Management.