Roadmap: Compliance and Security Posture for Enterprise Buyers

Gap statement: strong security engineering, zero procurement collateral

Wikantik's security engineering is genuinely good — but none of it is packaged in the form enterprise procurement consumes: certifications, whitepapers, DPAs, and compliance documentation. In the RAG market, these are described as table stakes, not differentiators. The self-hosted model softens the requirement (customer data never leaves their infrastructure) but does not eliminate it: buyers still checklist the vendor's practices before running its code on their data.

Owner gate: compliance and legal claims are [OWNER] territory throughout this brief. An agent may draft, map, and inventory; nothing compliance-related is published externally without owner review, and GDPR/regulatory interpretations are never presented as legal advice.

Market grounding

Current Wikantik state (the controls already exist)

Proposed direction (cheapest credibility first)

  1. Security whitepaper (weeks, not months): architecture, auth model, ACL enforcement points, audit log design, data flows including the Ollama inference boundary, deployment hardening guide. This is mostly writing down what exists.
  2. SOC 2 mapping, then readiness: map existing controls to the Trust Services Criteria; the gap list becomes the program. Note SOC 2 audits an organization, not code — for a single-maintainer project, this is only worth starting when a commercial entity exists (RoadmapPackagingAndPricing).
  3. GDPR data-subject tooling: user data export and erasure endpoints; delete propagation through connectors, embeddings, KG nodes, and citations — an inventory of everywhere a person's data lands.
  4. Auditable retrieval logs: extend the audit log to cover retrieval events (who retrieved which sections, when) with per-tenant scoping and retention policy — the Azure reference architecture explicitly requires grounding-data access logs.

Phase 1 scope and acceptance criteria

First session scope: the security whitepaper skeleton with the architecture, auth-model, and ACL-enforcement sections drafted — every claim traceable to code or config.

Phase 1 (whitepaper) is done when:

  1. All six sections exist: architecture overview, authentication model, ACL enforcement points (with the actual chokepoints named), audit log design, data flows including the Ollama inference boundary, and a deployment hardening guide.
  2. Every claim carries a code/config reference — no aspirational statements; a reviewer can grep each claim to its implementation. Anything not yet true goes in an explicit "roadmap" appendix, clearly separated.
  3. The erasure-inventory draft exists: a table tracing one user's data through pages, versions, embeddings, chunks, KG mentions, citations, query logs, and briefing logs.
  4. [OWNER] has reviewed and approved before any external publication — this gate is part of the DoD, not optional.

Verify before designing on these

Non-goals

Investigation starting points

See Also