Pick your path

Start with the packet that matches your role.

You should not need to read the whole site first. Choose the closest role, open the short packet, and bring that packet to a 30-minute call.

02

Verifiable artifacts

Five fast checks for a procurement or diligence team, plus security reviewers. Open the files, run the commands, and skip the sales summary.

Artifact
What it proves
Verify with
Control matrix summary (JSON)
177-control public summary with counts by type, PDPL posture, and coverage posture. Full control-level mappings stay inside the signed reviewer bundle.
curl -s https://datasitr.com/resources/control_matrix.json | jq '.summary'
Public trust report
Sanitized summary of control-matrix proof counts and explicit claim-boundary limits, without implementation paths or reviewer-only evidence mappings.
Signed reviewer bundle
Ed25519-signed package of the matrix, reviewer pack, and related evidence notes
python3 scripts/verify_compliance_reviewer_bundle.py <bundle-path> --trusted-public-key <trusted-key.pem>
Detector benchmark
Current public benchmark snapshot for gate status, required suites, and latency figures
PDPL citation audit
The authoritative SDAIA-published PDPL English text and the per-citation validator used to audit article references across the codebase
python3 scripts/validate_pdpl_citations.py
03

Buyer questions, answered

The six questions enterprise reviewers ask first, with the artifact or live surface that answers each one.

How do you keep Saudi PII from crossing borders?

DataSitr uses automatic privacy routing to catch and tokenize PII before external AI calls. Start with the public matrix summary and trust page, then request the signed reviewer bundle for control-level inspection.

How is customer data encrypted at rest?

Vault encryption uses AES-256-GCM with per-tenant key derivation. The current live baseline continues to bootstrap its startup master key through Alibaba KMS on ACK.

What happens when a data subject requests deletion?

The live pilot includes subject-rights tooling, consent withdrawal, subject export PDF, and related audit surfaces. The public compliance page summarizes the right/destruction split, and the signed reviewer bundle carries the control-level mapping.

Can a reviewer audit this independently?

Yes, within the published proof boundary: use the public control-matrix summary, the compliance reviewer pack, the benchmark artifacts, and the signed reviewer-bundle verification flow.

What happens if there is a breach?

The live pilot includes breach-register management alongside related compliance surfaces. Reviewers should inspect the compliance page, the control matrix, and the regulatory-audit references rather than relying on generic marketing claims.

Where do you publish your boundaries?

One centralized list on the compliance page covers the items buyers ask about first — no external pen-test completed, no completed provider SCC/DPA/TIA package, no HSM-backed custody, no regulator-awarded status, no full-vault verification, and no unplanned full-region failure tolerance claim. Procurement, security, and legal reviewers all see the same explicit constraints from one place.

04

60-second verification

Two commands, five deep links. If the numbers or wording matter to your team, validate them from the published JSON and reviewer pack — not from screenshots or forwarded notes.

curl -s https://datasitr.com/resources/control_matrix.json | jq '.summary' python3 scripts/verify_compliance_reviewer_bundle.py <bundle-path> --trusted-public-key <trusted-key.pem>
05

Live surfaces during evaluation

Four product surfaces your team can inspect during a pilot — operating today, not on a roadmap slide.

  • Dashboard compliance tabprocessing records, DPIA, audit summary, evidence pack, and compliance bundle, all with copy + download for procurement review.
  • Control-matrix summary + reviewer packpublic human-readable and machine-readable summary files plus the buyer-safe reviewer brief for the signed compliance bundle.
  • Benchmark artifactspublic benchmark page, detector precision/recall JSON, load-baseline JSON, and the PII benchmark snapshot.
  • Dedicated regulator portalread-only regulator access during evaluation, by request — cross-tenant processing records, SDAIA-shaped report builders, scoped signed-package generation, and a separate regulator access log.
06

Where the boundaries live

One published list, one page, one source of truth. Procurement, security, and legal reviewers all read the same constraints from /compliance — by design.

Centralizing every constraint on a single public page is itself an architectural choice. It means buyers don't have to chase footnotes across the site, every reviewer sees the same wording, and we can't accidentally claim something on one page we've ruled out on another.

The current published constraints include: external penetration test (not yet completed), provider SCC/DPA/TIA package (not yet completed), HSM-backed key custody (not claimed), regulator-awarded status (not awarded), full-vault verification (separate), and unplanned full-region failure tolerance (not claimed).

Trial intake

Request an approval-gated trial.

The trial request flow is scaffolded for a future self-serve window: approved prospects receive a scoped 14-day green-lane API key, expiry is enforced automatically, and live account issuance stays operator-approved. Until the self-serve flag is activated, request access through the founder/DPO and include your tenant name plus intended use case.


Take the evidence into your review.

Contact → Reviewer pack →