Governance

PII Redaction

The Spendplane Vibe Debugger is a high-performance, regex-powered engine that identifies and redacts Personally Identifiable Information (PII) before it reaches the LLM.

How do I route v0 traffic to Llama-3?

Automated Discovery

The Vibe engine scans every prompt for emails, phone numbers, and IBANs in real-time.

Instant Redaction

Sensitive strings are replaced with cryptographic tokens (e.g., [REDACTED_EMAIL_123]).

One-Way Vault

Only your VPC can de-tokenized the PII for internal API execution.

The "Vibe Debugger" Pattern

We believe that the best way to handle PII is to never let it leave your infrastructure. The Spendit Agent runs the Vibe Debugger locally in your browser or CLI before the prompt is even dispatched to the Spendplane gateway.

Shadow Filter (Regex)
# PII Filter Configuration
{
"filters": [
{ "name": "Email", "pattern": "/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/g", "replacer": "[REDACTED_EMAIL]" },
{ "name": "API_KEY", "pattern": "/(AKIA|SK)[a-zA-Z0-9]{16,}/g", "replacer": "[REDACTED_KEY]" }
]
}

Governance Compliance: HIPAA & GDPR

The Vibe Debugger satisfies the strict requirements of data residency for healthcare and financial builders. By stripping PII before the LLM, your "Agent Prompt History" remains 100% compliant and audit-ready.

Trace Hub: Manual v1.0.4 / Security Lead Verification: SHIELDED