Active Sensitive Keys
28
0 custom + 28 defaults
Active Regex Patterns
12
0 custom + 12 defaults
Use Cases
UI tables, detail panels, replay JSON previews, regex sample APIs, notifications, and GitHub issue text.
Global Output Masking
Master switch for masking across UI/API outputs
When disabled, masking is bypassed for templates, preview endpoints, JSON display payloads, notifications, and GitHub issue payload masking.
SQL/Query Field Masking
Mask sql/query fields for NLQ and chart APIs
Applies to /api/query/* and chart-spec endpoints. This control is evaluated only when Global Output Masking is enabled.
Preview Current Rules
Masked output will appear here.
Add Custom Sensitive Key
Keys are normalized to lowercase before matching.
Custom Sensitive Keys
0
No custom key rules yet.
Default Sensitive Keys
28
access_token api_key api_secret apikey auth_token authorization backup_encryption_password bearer_token card_number client_secret credit_card cvc cvv id_token passwd password private-key private_key pwd refresh_token s3_secret_access_key secret smtp_password social_security_number ssn token x-api-key x-authorization
Add Custom Regex Pattern
Patterns are applied with DOTALL matching against rendered string values.
Custom Regex Patterns
0
No custom regex rules yet.
Default Regex Patterns
12
  1. \b[A-Za-z0-9._%+\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,}\b
  2. \beyJ[A-Za-z0-9\-_]+\.[A-Za-z0-9\-_]+\.[A-Za-z0-9\-_]*\b
  3. (?i)bearer\s+[A-Za-z0-9\-_.~+/]+=*
  4. \bAKIA[0-9A-Z]{16}\b
  5. \b\d{3}-\d{2}-\d{4}\b
  6. \b4[0-9]{12}(?:[0-9]{3})?\b
  7. \b5[1-5][0-9]{14}\b
  8. \b3[47][0-9]{13}\b
  9. \b6(?:011|5[0-9]{2})[0-9]{12}\b
  10. -----BEGIN (?:RSA |EC |DSA |OPENSSH )?PRIVATE KEY-----[\s\S]+?-----END (?:RSA |EC |DSA |OPENSSH )?PRIVATE KEY-----
  11. (?i)(?:password|passwd|pwd|secret|api[_\-]?key|auth[_\-]?token|access[_\-]?token)\s*[=:]\s*['\"]?[A-Za-z0-9\-_.~+/!@#$%^&*]{6,}['\"]?
  12. (?i)(?:Authorization|X-Api-Key|X-Auth-Token)\s*:\s*[^\r\n]+