Docs / PCI / Financial

PCI / Financial Identifiers

A workspace pack on the same @noeticguard/core engine — not a second SDK. When entitled, pci_financial is merged into enabled_packs and force-enables creditCard + iban for Shield, SDK, and CLI --key scans.

On this page+

What it does

  • Force-on via mergeEnabledKindsWithPacks — same resolution order as Secrets Guard and HIPAA presets.
  • Card candidates validated with brand regex + Luhn; IBAN via mod-97 checksum.
  • Cards and IBAN remain visible under Policies → Financial Data; with the pack enabled they stay active at runtime even if those toggles are off.

What it is not

  • Not a PCI DSS / SAQ product or attestation.
  • Not dedicated PAN field validators, CVV, magnetic stripe / track data, or ABA routing engines (Phase C roadmap).
  • Not network DLP — masking runs on-device / in-process before the model call.

Entitlement

  • Startup — $29/mo add-on (Lemon) from Dashboard → Add-ons.
  • Business+ — included via plan_included.
  • Ops can still grant via enterprise_grant for partners.
  • See also Secrets Guard and on-device architecture.