Skip to content

Compliance-as-Conversation (Pro)

Generate compliance reports and downloadable evidence packages from your Lattice network state — as easily as asking a question. Designed for SOC2 Type II, PCI-DSS, and HIPAA audits.

Pro feature. Available in the Pro edition.

Supported Frameworks

FrameworkStatus
SOC2 Type IISupported
PCI-DSSSupported (MVP)
HIPAASupported

How It Works

Lattice maps your network configuration to compliance controls automatically:

Data SourceCompliance Use
LatticePolicy CRDsVerify isolation rules exist and are correct
NetworkSnapshot historyVerify no unauthorized changes during audit period
WorkflowService approval recordsVerify every change has a reviewedBy

PCI-DSS Mapping Example

PCI-DSS RequirementLattice Check
1.3 — No direct public access to cardholder dataVerify cardholder-data peer has no ALLOW ingress from *
1.2 — Restrict inbound and outbound trafficVerify deny-all base policy exists
10.2 — Log all access eventsVerify every policy change has reviewedBy field
6.4 — Change management processVerify no auto_approve change records exist

API

Assess — Run Compliance Check

http
POST /api/v1/ai/compliance/assess
json
{
  "workspace_id": "ws-prod",
  "framework": "pci-dss",
  "period_start": "2026-01-01T00:00:00Z",
  "period_end": "2026-05-06T00:00:00Z"
}

Response:

json
{
  "framework": "pci-dss",
  "generated_at": "2026-05-06T12:00:00Z",
  "score": 92,
  "status": "partial",
  "controls": [
    {
      "id": "PCI-DSS-1.3",
      "title": "No direct public access to cardholder data",
      "status": "pass",
      "evidence": "cardholder-data peer has ingress restricted to internal CIDRs only",
      "remediation": ""
    },
    {
      "id": "PCI-DSS-1.2",
      "title": "Restrict inbound and outbound traffic",
      "status": "fail",
      "evidence": "No default-deny base policy found",
      "remediation": "Create a LatticePolicy that denies all ingress/egress by default"
    }
  ],
  "summary": "2 of 4 PCI-DSS controls pass. Missing default-deny policy is the key gap.",
  "evidence_id": "ev-20260506"
}

Generate Evidence Package

http
POST /api/v1/ai/compliance/evidence

Returns a downloadable ZIP archive:

lattice-compliance-evidence-2026-05-06.zip
+-- executive-summary.md
+-- controls/
|   +-- PCI-DSS-1.2-result.md
|   +-- PCI-DSS-1.3-result.md
|   +-- ...
+-- raw-data/
|   +-- policies-current.yaml
|   +-- snapshots-timeline.json
|   +-- workflow-audit-log.csv
+-- attestation.json    # SHA256 tamper-proof signature

Pricing

FeatureCommunityPro
Basic security audit (existing Audit)YesYes
Compliance framework assessment402Yes
Evidence package (ZIP)402Yes
Custom compliance frameworksNoYes
Audit report historyNoYes (3 years)

Built with Lattice · Console