Security Overview
Launch trust starts with an accurate posture
This page summarizes the current public security story for NeutralAI: what is live, what is suitable for evaluation, and what is still part of the production-hardening path.
Gateway boundary
NeutralAI applies masking policies to supported AI requests between customer applications and external model providers.
Operational checks
The live runtime exposes health and readiness endpoints to support smoke tests, deployment checks, and simple launch monitoring.
Data handling posture
Reversible mappings are encrypted and retained for a limited period, controlled by the configured retention policy.
Production hardening
Discuss evidence retention, enforcement requirements, and deployment scope with us before your production rollout.
Technical controls
Mask first, then route the sanitized request
NeutralAI adds a policy gateway before external model providers so sensitive values can be detected, tokenized, and audited before prompt egress.
Walk through the full flowEncryption and token vault
Sensitive values can be replaced with reversible tokens backed by an AES-256-GCM vault, then restored only through governed paths.
Detection pipeline
Detection combines Presidio NER, pattern matching, semantic validation with Qdrant, and configurable confidence thresholds.
Entity coverage
Coverage includes EMAIL, PHONE, PERSON, CREDIT_CARD, IBAN, SSN, TR_ID, UK_NHS, IP_ADDRESS, and tenant-specific rules.
Governed restore path
Reversible masking is separated from normal model traffic so restored values can remain behind explicit authorization and audit controls.
Data Flow
How a prompt is sanitized before it leaves.
The gateway processes supported outbound prompts, runs multi-stage PII detection, tokenizes detected entities into the encrypted vault, and forwards the permitted request with detected identifiers replaced.
Prompt egress โ outbound data-flow
See the full ingress unmask path and token vault lifecycle on the Trust Center.
Readiness snapshot
Current public position
- Public endpoints are live behind TLS on api.neutralai.co.uk.
- Docker-based deployment and reverse proxy setup are already in place.
- Review the security pack for current controls, audit status, and available evidence.
- Confirm storage requirements and security review scope before production use.
Useful links