Breakdown of localized identifiers neutralized before model ingestion:
Real-time visibility into which teams interact with AI tools, their primary leaked identifier vectors, and policy containment rates.
| DEPARTMENT | ACTIVE USERS | PROMPTS SCREENED | REDACTED PII | PRIMARY LEAK VECTOR | RISK LEVEL | PROTECTION STATUS |
|---|
Enforces Bangladesh Bank ICT Security Guideline v4.0 (72-hour incident reporting) and PDPA 2026 data fiduciary auditing. Plaintext PII is never stored in the audit store.
| TIME | APPLICATION | DEPARTMENT | ORIGINAL / REDACTED PROMPT PREVIEW | ENTITIES DETECTED | STATUS | LATENCY | HASH INTEGRITY |
|---|
Calculates organizational data leakage liability under the impending Bangladesh Personal Data Protection Act (PDPA 2026) and Bangladesh Bank ICT Security Guidelines v4.0.
Configure deterministic regex guardrails. Rules apply instantaneously in RAM without requiring server restarts.
Regex matching 10-digit Smart NID, 13-digit legacy, and 17-digit birth-year formats.
Regex matching 013-019 operator codes and international +880 formats.
Regex matching bKash, Nagad, Rocket wallets and transaction IDs (e.g. 8CD47291A).
Regex redacting BDT currency amounts, account balances, and overdue loan records.
Contextual regex recognizing Bengali customer names and transliterated Banglish.
Regex blocking malicious system overrides, jailbreaks, and prompt exfiltration vectors.
Why PulsarGate with 100% deterministic regex detection and strictly local Ollama execution outperforms centralized cloud AI proxies and complex microservices:
| Feature Dimension | PulsarGate (Local Regex + Ollama) | Global Gateways (LiteLLM, Portkey) | Open-Source (Microsoft Presidio) | Enterprise DLP (Netskope, Purview) |
|---|---|---|---|---|
| Detection Mechanism | 100% Deterministic Regex (<1ms) | Third-party API / Plugins | Heavy spaCy/Transformer models | Cloud TLS Decryption |
| Upstream LLM Host | Strictly Local Ollama (Mac M4 Metal) | External Cloud Providers | N/A (Detection only) | Cloud SaaS routing |
| Bangla / BD Identifiers | Native 10/13/17 NID, bKash, Phone | None (Western SSN/IBAN) | Requires custom regex code | None without manual regex |
| Data Exfiltration Risk | ZERO: Prompts never leave local host | High: Centralized SQL honeypot | Moderate: Internal container hop | High: Traverses cloud SSE nodes |
| Infrastructure Footprint | Ultra-Lightweight (Single Python Process) | Postgres + Redis + Proxy | 2+ Heavy Docker Containers | Complex Enterprise Agents |