MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / isSensitiveData

Method isSensitiveData

packages/baseai/src/utils/logger.ts:53–55  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

51 }
52
53 private isSensitiveData(key: string): boolean {
54 return sensitiveWords.some(word => key.toLowerCase().includes(word));
55 }
56
57 private formatAndRedactSensitiveData(
58 value: unknown,

Callers 1

logValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected