X
Xtrom
ProductAboutBlogCareersConsole ↗← Home
Trust & Security

We hold ourselves to the standard we sell.

Xtrom secures other companies' AI agents — so our own security posture is foundational, not an afterthought. This page explains how we protect your data and the controls we operate today. For the full technical control mapping, see our SOC 2 evidence pack (available under NDA).

Last updated: September 27, 2026 · North-star Week 1 (invariants + verifiable supply chain)
Core promise: your agents and their data stay in your environment. The Xtrom data plane runs inside your own VPC on any cloud (EKS/AKS/GKE, pluggable JIT backend). Prompts, secrets, tool inputs/outputs, and processed content are evaluated locally and never transmitted to us. The Xtrom-managed control plane only ever sees privacy-scrubbed, per-tenant HMAC-pseudonymized metadata.

Product invariants (locked, CI-enforced)

Three commitments define what Xtrom is. Any code or configuration that violates them is by definition not-Xtrom. A build-blocking CI hook (scripts/check_invariants.py) enforces them on every pull request. Changing any invariant requires a PR to PRODUCT.md with maintainer sign-off.

Data protection at a glance

Customer-owned data plane

Runs in your VPC on any cloud. Sensitive agent data never leaves your environment.

KMS-signed policy

Policy bundles signed with KMS RSASSA_PSS_SHA_256 in prod (HMAC dev-only). Every decision stamps its policy_version.

Immutable audit (WORM)

Actor-attributed audit written to S3 Object-Lock (COMPLIANCE mode) — readable, never rewritable.

Data minimization + PII scrub

Per-tenant HMAC-SHA256 pseudonymization on every external log path. Prod refuses to boot without the salt — no fall-open.

Cross-tenant isolation

Every DynamoDB read/mutate scopes by pk=TENANT#…; mutation-tested with 10 isolation tests.

Zero standing secrets

JIT broker enforces standing_secrets == 0. Ingest refuses grants without a bounded TTL (max 24h).

Architecture

Xtrom uses a clean control-plane / data-plane split. The data plane (interceptor + deterministic engine + gateway) is deployed in your environment and makes all allow / step-up / block decisions locally, in-line with your agents. The control plane handles policy signing, dashboards, and cross-fleet detection corpus, and only ever receives privacy-scrubbed metadata. This design means a compromise of our control plane cannot expose your agent data.

Runtime enforcement (shipped rules)

Platform hardening (Phase 1–3 sprint, 2026-09-26)

Verifiable supply chain (cosign + SBOM + Rekor)

Every Xtrom container image is keyless-signed via Sigstore/Fulcio and ships with a CycloneDX SBOM attested by cosign. Signatures land in the public Rekor transparency log, so any customer or researcher can verify without contacting us. The signing identity is our GitHub Actions deploy workflow on refs/heads/main — a Fulcio short-lived certificate, no long-lived signing key to rotate or leak.

$ cosign verify \
  --certificate-identity-regexp \
    '^https://github\.com/saurabhpanday57/xtrom/\.github/workflows/deploy\.yml@refs/heads/main$' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  <ecr-registry>/xtrom-alpha-control@sha256:<digest>

Full guide with verify-attestation for the SBOM and Rekor cross-check: SUPPLY-CHAIN.md. SLSA build-level provenance (mode=max) is emitted by buildx today; SLSA-3 attestation-generator upgrade is tracked and in-progress.

Encryption & key management

Compliance roadmap

FrameworkStatusNotes
SOC 2 Type IIAttesting towardTechnical controls implemented and mapped (see evidence pack under NDA); organizational policies, DR drills, and an observation period with an auditor still to close.
ISO/IEC 27001On roadmapPlanned following SOC 2 Type II attestation.
HIPAAOn roadmapFor healthcare deployments; BAA available on request.
EU AI Act readinessSupportedAgent inventory + WORM audit + CSV/SIEM export cover the evidence surface.
GDPR / CCPASupportedDPA available on request; see Privacy Policy.
Documentation: security questionnaires, architecture diagrams, sub-processor lists, and the SOC 2 control-mapping evidence pack are provided to customers and prospects under NDA. Request via security@xtrom.ai.

Operational security

Sub-processors

We use a small set of vetted sub-processors (cloud infrastructure, analytics, communications), each bound by confidentiality and data-protection terms. A current list is available on request, and we provide advance notice of material changes where required.

Responsible disclosure

We welcome reports from security researchers. If you believe you've found a vulnerability, email security@xtrom.ai with details and reproduction steps. We commit to acknowledge promptly, investigate in good faith, keep you updated, and not pursue legal action for good-faith research conducted under this policy. Please don't access others' data or degrade the service while testing.

HomeAboutSecurityPrivacyTermsDPAEULAAUPSLACareersBlogsecurity@xtrom.ai © 2026 Xtrom, Inc.