Skip to the content.

Home · Security · Provenance · Audit · Privacy · About

Trust & security

DataCharter governs how AI agents touch your data. That only works if DataCharter itself is trustworthy — so this page lays out, in one place, how it is built, what it guarantees, and how to report a problem. Nothing here asks you to take our word for it; wherever we can, the claim is something you can verify.

Architecture: there is no data plane to breach

DataCharter runs on your machine or in your infrastructure. Your data stays in your sources; queries run locally through DuckDB. The open-source tool sends no telemetry and phones home to nothing. There is no DataCharter-operated service that ever sees your rows — which means the largest class of vendor risk simply does not exist here.

The governed surface is enforced, not cosmetic

Every agent — the built-in chat, Claude Desktop, Cursor, Cline, Claude Code over MCP — reaches your data through the same governed tools, where:

Verifiable answers

A governed answer can be sealed into a signed receipt binding it to the exact query, rows, policy version, and model — and anyone can verify it offline with a single zero-dependency script, no DataCharter install required. See Provenance.

A hardened supply chain

Every release is built in GitHub Actions via PyPI Trusted Publishing (OIDC) — no long-lived tokens — and ships PEP 740 provenance attestations (Sigstore-signed). The repository runs, on every change:

The enterprise server image additionally carries an SBOM and SLSA provenance, is signed with Sigstore/cosign, and is scanned with Trivy for fixable HIGH/CRITICAL vulnerabilities.

Reporting a vulnerability

Please report security issues privately through GitHub’s private vulnerability reporting — the repository’s Security → Advisories → Report a vulnerability. Do not open a public issue. We aim to acknowledge within three business days. Our machine-readable contact is at /.well-known/security.txt; the full policy and scope live in Security.

Enterprise & compliance

DataCharter Team (the self-hosted enterprise edition) adds per-identity authorization, identity-bound provenance receipts, SIEM-ready structured logs, and a hardened container. Because it runs entirely inside your infrastructure and holds no customer data of its own, the relevant audit boundary is the software and its release pipeline. A SOC 2 readiness assessment is complete; reach out for the current security package (whitepaper, SBOM, and pen-test summary).