Compliance & Security | AiVIS Cite Ledger
AiVIS Cite Ledger compliance and security posture, including GDPR operations, controls, and SOC roadmap status.
TLDR
The Compliance page documents AiVIS Cite Ledger security and privacy posture so crawlers can associate the brand with concrete GDPR controls, data handling practices, and compliance commitments.
What the compliance page covers
AiVIS Cite Ledger processes website audits, competitor comparisons, and citation tests on behalf of authenticated users. The compliance page explains the controls in place for data collection, storage, retention, and deletion as well as the GDPR-aligned practices the platform follows.
This includes encryption at rest and in transit, minimal data collection principles, role-based access control, audit logging, and a clear data retention policy that gives users control over their information.
Security controls and SOC roadmap
Infrastructure runs on Render with managed PostgreSQL (Neon) and Redis. All connections use TLS. Server-side security middleware includes Helmet headers, Content Security Policy with nonce-based script loading, DOMPurify sanitization, and Zod input validation.
The platform is on a SOC 2 Type I readiness path. Current controls cover access management, incident response procedures, vulnerability scanning, dependency auditing, and change management through version-controlled deployments.
- GDPR data subject rights: export, correction, and deletion requests honored within 30 days.
- No client-provided API keys accepted on the analysis endpoint , credentials stay server-side.
- URL validation blocks private and localhost targets in production to prevent SSRF.
- All user inputs pass through DOMPurify and Zod schemas before persistence.