Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 499 Bytes

File metadata and controls

10 lines (8 loc) · 499 Bytes

Security & Compliance

  • API Auth: X-API-Key header, constant-time SHA-256 comparison
  • PII Redaction: Presidio + CUSIP/ISIN/account number patterns before embedding
  • Guardrails: Numeric grounding + prompt injection detection on every query
  • Audit Trail: Append-only JSONL with SHA-256 tamper hash
  • Container: Non-root user UID 1001, minimal runtime image
  • GDPR/CCPA: Soft-delete endpoint + deletion audit events

See SECURITY.md for the full policy.