Mithril — Unified Security Layer

Security without a
security team.

Mithril auto-detects PII the moment any platform connects. 22 masking techniques. An immutable audit trail that satisfies compliance and verifies billing simultaneously. Zero configuration required.

Design Principle

Security is the default state.

You don't enable security. You connect a platform. Security happens. Mithril operates on a simple principle: data is protected until explicitly released, never the reverse.

🔗
1. Connect
Add a platform. Data begins flowing into your data lake.
🔍
2. Classify
Mithril samples 100 records and auto-classifies PII fields.
👁
3. Shadow
Masking rules log decisions without blocking — 14 days of shadow data.
🔒
4. Enforce
Owner reviews and graduates to enforcement. Security is active.
Automatic PII Detection

Knows what to protect before you ask.

Mithril's PII detection service samples records from every collection and classifies fields into 8 categories automatically. No manual tagging. No security consultant.

Name Full names, first/last names, display names
Email Email addresses, contact emails, CC fields
Phone Phone numbers, mobile, fax, extensions
Address Street addresses, cities, ZIP codes, locations
Financial SSN, account numbers, tax IDs, bank details
Date Birthdates, hire dates, personal dates
ID Government IDs, driver license, passport numbers
Medical Health records, diagnosis codes, insurance IDs
22 Masking Techniques

The right mask for every field type.

Mithril applies the most restrictive applicable technique by default (ceiling principle). Owners can relax rules per field after reviewing shadow data.

Full redaction
Partial masking
Character substitution
Token replacement
Hash preservation
Range bucketing
Date generalization
Prefix preservation
Domain preservation
Numeric rounding
Consistent pseudonym
K-anonymity grouping
Noise injection
Format-preserving
Null replacement
Array truncation
Geographic coarsening
Email domain only
Last-4 digits
Age from birthdate
Initials only
Categorical mapping
Dual-Purpose Audit Trail

Security and billing.
One trail.

Every access event is logged immutably. The same audit trail that proves compliance to auditors also verifies billing accuracy to customers. One source of truth for both.

Every event captures: who accessed what, when, which masking rules were applied, what the original value was (encrypted), and whether the access was in shadow or enforced mode. Tamper-proof. Append-only. Exportable.

Audit Event
{
  "event_id": "mth_evt_9f3a...",
  "timestamp": "2026-04-09T14:23:01Z",
  "user_id": 136,
  "collection": "podio_items_4821",
  "action": "query",
  "fields_accessed": ["email", "phone"],
  "masking_applied": {
    "email": "domain_only",
    "phone": "last_4_digits"
  },
  "mode": "enforced",
  "records_returned": 47
}

Security that just works.

Connect a platform. Mithril protects it. No forms. No policies to write. No security team required.