sanitizer-config.json
1 { 2 "company_blocklist": [ 3 "ClickFlow", 4 "Nextiva" 5 ], 6 "person_blocklist": [], 7 "custom_patterns": [], 8 "skip_paths": [ 9 "node_modules", 10 ".git", 11 "__pycache__", 12 ".env.example", 13 "security/README.md", 14 "security/sanitizer-config.json" 15 ], 16 "allow_patterns": [ 17 "api_key=ANTHROPIC_API_KEY", 18 "api_key = get_", 19 "API_KEY=\"your-", 20 "0123456789", 21 "@example.com", 22 "@acme.com", 23 "@host.com", 24 "(555)", 25 "+1-555", 26 "123-45-6789", 27 "user:pass@", 28 "security@singlegrain.com" 29 ], 30 "placeholder_format": "bracket", 31 "_comment": "Single Grain removed from blocklist since this is our repo. Fork users should add their own company names." 32 }