Client matter data
Documents, boardroom threads, war-room packets, matter record entries.
Security & trust
Tenant isolation, role-based access, audit logging, rate limiting, and AI output validators — documented for security reviews.
Documents, boardroom threads, war-room packets, matter record entries.
Counterparties, obligations, clause library, audit catalog.
bcrypt passwords, hashed refresh tokens, firm API keys.
Every sensitive route scopes by firm_id. Matters use getMatterAccess. Document paths use allowlisted roots.
REGISTRATION_DISABLED=true unless open signup is intentionalJWT_SECRET (≥32 chars)ALLOWED_ORIGINS set to production host(s)npm run deploy:check and npm test greennpm run deploy:verify after deployValidators enforce strict enums and quote checks. Bounded agents cap steps and require confirm-before-write on obligations.
Provider responses are normalized before clients see them — raw model dumps never leak past the API boundary.
Report suspected vulnerabilities through your established support channel — not public issue trackers.