autotel 4.0.0 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/README.md +26 -1
  2. package/dist/auto.cjs +2 -2
  3. package/dist/auto.js +1 -1
  4. package/dist/correlation-id.cjs +1 -1
  5. package/dist/correlation-id.js +1 -1
  6. package/dist/decorators.cjs +1 -1
  7. package/dist/decorators.js +1 -1
  8. package/dist/{event-Dlqr4ZNL.cjs → event-BhHREDJk.cjs} +3 -3
  9. package/dist/{event-Dlqr4ZNL.cjs.map → event-BhHREDJk.cjs.map} +1 -1
  10. package/dist/{event-_58ryBjh.js → event-ByBTV9M2.js} +3 -3
  11. package/dist/{event-_58ryBjh.js.map → event-ByBTV9M2.js.map} +1 -1
  12. package/dist/event.cjs +1 -1
  13. package/dist/event.js +1 -1
  14. package/dist/{functional-BGkT8J-h.js → functional-DtI0u4vx.js} +19 -19
  15. package/dist/functional-DtI0u4vx.js.map +1 -0
  16. package/dist/{functional-C4CzoVrX.cjs → functional-zpzNLhky.cjs} +4 -4
  17. package/dist/{functional-C4CzoVrX.cjs.map → functional-zpzNLhky.cjs.map} +1 -1
  18. package/dist/functional.cjs +1 -1
  19. package/dist/functional.js +1 -1
  20. package/dist/http.cjs +1 -1
  21. package/dist/http.js +1 -1
  22. package/dist/index.cjs +5 -5
  23. package/dist/index.d.cts +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +5 -5
  26. package/dist/{init-DJQOdVlN.d.ts → init-B7u-DjxM.d.ts} +57 -2
  27. package/dist/init-B7u-DjxM.d.ts.map +1 -0
  28. package/dist/{init-DvapOXCc.cjs → init-BX7AmFRl.cjs} +40 -21
  29. package/dist/init-BX7AmFRl.cjs.map +1 -0
  30. package/dist/{init-Ch6t7MNI.js → init-D-jnNMix.js} +39 -20
  31. package/dist/init-D-jnNMix.js.map +1 -0
  32. package/dist/{init-CNp-ee80.d.cts → init-DSrRmVnz.d.cts} +57 -2
  33. package/dist/init-DSrRmVnz.d.cts.map +1 -0
  34. package/dist/instrumentation.cjs +1 -1
  35. package/dist/instrumentation.js +1 -1
  36. package/dist/logger-D3Ej3DII.js +446 -0
  37. package/dist/logger-D3Ej3DII.js.map +1 -0
  38. package/dist/logger-thMPLpOG.cjs +487 -0
  39. package/dist/logger-thMPLpOG.cjs.map +1 -0
  40. package/dist/logger.cjs +8 -236
  41. package/dist/logger.js +2 -204
  42. package/dist/messaging.cjs +1 -1
  43. package/dist/messaging.js +1 -1
  44. package/dist/semantic-helpers.cjs +1 -1
  45. package/dist/semantic-helpers.js +1 -1
  46. package/dist/{track-3HY4NGV-.cjs → track-D59FfpL0.cjs} +2 -2
  47. package/dist/{track-3HY4NGV-.cjs.map → track-D59FfpL0.cjs.map} +1 -1
  48. package/dist/{track-nsKVy-pj.js → track-wc0HafS_.js} +6 -6
  49. package/dist/track-wc0HafS_.js.map +1 -0
  50. package/dist/webhook.cjs +1 -1
  51. package/dist/webhook.js +1 -1
  52. package/dist/workflow-distributed.cjs +1 -1
  53. package/dist/workflow-distributed.js +1 -1
  54. package/dist/workflow.cjs +1 -1
  55. package/dist/workflow.js +1 -1
  56. package/dist/{yaml-config-B3dQ82GR.cjs → yaml-config-Ck2uB0Dp.cjs} +2 -1
  57. package/dist/yaml-config-Ck2uB0Dp.cjs.map +1 -0
  58. package/dist/yaml-config.cjs +1 -1
  59. package/dist/yaml-config.d.cts +7 -1
  60. package/dist/yaml-config.d.cts.map +1 -1
  61. package/dist/yaml-config.d.ts +7 -1
  62. package/dist/yaml-config.d.ts.map +1 -1
  63. package/dist/yaml-config.js +1 -0
  64. package/dist/yaml-config.js.map +1 -1
  65. package/package.json +1 -2
  66. package/skills/autotel-core/SKILL.md +2 -0
  67. package/skills/autotel-instrumentation/SKILL.md +25 -0
  68. package/skills/debug-missing-spans/SKILL.md +3 -1
  69. package/skills/migrate-to-autotel/SKILL.md +24 -23
  70. package/skills/review-otel-patterns/SKILL.md +5 -4
  71. package/dist/functional-BGkT8J-h.js.map +0 -1
  72. package/dist/init-CNp-ee80.d.cts.map +0 -1
  73. package/dist/init-Ch6t7MNI.js.map +0 -1
  74. package/dist/init-DJQOdVlN.d.ts.map +0 -1
  75. package/dist/init-DvapOXCc.cjs.map +0 -1
  76. package/dist/logger.cjs.map +0 -1
  77. package/dist/logger.js.map +0 -1
  78. package/dist/track-nsKVy-pj.js.map +0 -1
  79. package/dist/yaml-config-B3dQ82GR.cjs.map +0 -1
  80. package/src/attribute-redacting-processor.test.ts +0 -763
  81. package/src/attribute-redacting-processor.ts +0 -621
  82. package/src/attributes/attachers.ts +0 -161
  83. package/src/attributes/builders.ts +0 -529
  84. package/src/attributes/domains.ts +0 -42
  85. package/src/attributes/index.ts +0 -81
  86. package/src/attributes/registry.ts +0 -323
  87. package/src/attributes/types.ts +0 -211
  88. package/src/attributes/utils.ts +0 -64
  89. package/src/attributes/validators.ts +0 -266
  90. package/src/attributes.test.ts +0 -292
  91. package/src/auto.ts +0 -67
  92. package/src/autotel-logger.test.ts +0 -548
  93. package/src/autotel-logger.ts +0 -364
  94. package/src/baggage-span-processor.test.ts +0 -202
  95. package/src/baggage-span-processor.ts +0 -100
  96. package/src/business-baggage.test.ts +0 -500
  97. package/src/business-baggage.ts +0 -669
  98. package/src/circuit-breaker.test.ts +0 -341
  99. package/src/circuit-breaker.ts +0 -184
  100. package/src/config.test.ts +0 -94
  101. package/src/config.ts +0 -172
  102. package/src/correlated-events.test.ts +0 -151
  103. package/src/correlated-events.ts +0 -47
  104. package/src/correlation-id.test.ts +0 -163
  105. package/src/correlation-id.ts +0 -206
  106. package/src/db.test.ts +0 -252
  107. package/src/db.ts +0 -447
  108. package/src/decorators.test.ts +0 -153
  109. package/src/decorators.ts +0 -188
  110. package/src/define-event.test.ts +0 -41
  111. package/src/define-event.ts +0 -58
  112. package/src/devtools.ts +0 -60
  113. package/src/drain-pipeline.test.ts +0 -68
  114. package/src/drain-pipeline.ts +0 -199
  115. package/src/drain-toolkit.test.ts +0 -113
  116. package/src/drain-toolkit.ts +0 -129
  117. package/src/enricher-toolkit.test.ts +0 -67
  118. package/src/enricher-toolkit.ts +0 -79
  119. package/src/enrichers.test.ts +0 -150
  120. package/src/enrichers.ts +0 -145
  121. package/src/env-config.test.ts +0 -323
  122. package/src/env-config.ts +0 -309
  123. package/src/error-catalog.test.ts +0 -133
  124. package/src/error-catalog.ts +0 -262
  125. package/src/event-queue.test.ts +0 -864
  126. package/src/event-queue.ts +0 -699
  127. package/src/event-subscriber.ts +0 -262
  128. package/src/event-testing.ts +0 -197
  129. package/src/event.test.ts +0 -1104
  130. package/src/event.ts +0 -988
  131. package/src/events-config.ts +0 -235
  132. package/src/exporters.ts +0 -165
  133. package/src/filtering-span-processor.test.ts +0 -281
  134. package/src/filtering-span-processor.ts +0 -111
  135. package/src/flatten-attributes.test.ts +0 -76
  136. package/src/flatten-attributes.ts +0 -80
  137. package/src/functional.strict-types.typecheck.ts +0 -53
  138. package/src/functional.test.ts +0 -1464
  139. package/src/functional.ts +0 -2539
  140. package/src/functional.types.test.ts +0 -135
  141. package/src/hook.mjs +0 -15
  142. package/src/http.test.ts +0 -485
  143. package/src/http.ts +0 -424
  144. package/src/index.ts +0 -433
  145. package/src/init-auto-redactor.test.ts +0 -53
  146. package/src/init-redactor.test.ts +0 -8
  147. package/src/init.customization.test.ts +0 -594
  148. package/src/init.integrations.test.ts +0 -399
  149. package/src/init.openllmetry.test.ts +0 -194
  150. package/src/init.protocol.test.ts +0 -215
  151. package/src/init.ts +0 -2312
  152. package/src/instrumentation.test.ts +0 -108
  153. package/src/instrumentation.ts +0 -319
  154. package/src/logger.test.ts +0 -125
  155. package/src/logger.ts +0 -341
  156. package/src/messaging-adapters.test.ts +0 -595
  157. package/src/messaging-adapters.ts +0 -583
  158. package/src/messaging-testing.test.ts +0 -573
  159. package/src/messaging-testing.ts +0 -935
  160. package/src/messaging.test.ts +0 -1646
  161. package/src/messaging.ts +0 -2245
  162. package/src/metric-helpers.ts +0 -47
  163. package/src/metric-testing.ts +0 -197
  164. package/src/metric.ts +0 -446
  165. package/src/metrics.test.ts +0 -241
  166. package/src/node-require.ts +0 -123
  167. package/src/operation-context.ts +0 -93
  168. package/src/parse-error.test.ts +0 -73
  169. package/src/parse-error.ts +0 -112
  170. package/src/posthog-logs.test.ts +0 -115
  171. package/src/posthog-logs.ts +0 -77
  172. package/src/pretty-console-exporter.test.ts +0 -545
  173. package/src/pretty-console-exporter.ts +0 -413
  174. package/src/pretty-log-formatter.test.ts +0 -123
  175. package/src/pretty-log-formatter.ts +0 -210
  176. package/src/processors/canonical-log-line-processor.test.ts +0 -523
  177. package/src/processors/canonical-log-line-processor.ts +0 -396
  178. package/src/processors.ts +0 -152
  179. package/src/rate-limiter.test.ts +0 -199
  180. package/src/rate-limiter.ts +0 -98
  181. package/src/redact-values.test.ts +0 -90
  182. package/src/redact-values.ts +0 -34
  183. package/src/register.ts +0 -37
  184. package/src/request-logger.test.ts +0 -545
  185. package/src/request-logger.ts +0 -342
  186. package/src/sampling.test.ts +0 -1060
  187. package/src/sampling.ts +0 -737
  188. package/src/security-schema.test.ts +0 -45
  189. package/src/security-schema.ts +0 -107
  190. package/src/semantic-conventions.ts +0 -15
  191. package/src/semantic-helpers.test.ts +0 -226
  192. package/src/semantic-helpers.ts +0 -438
  193. package/src/shutdown.test.ts +0 -364
  194. package/src/shutdown.ts +0 -246
  195. package/src/span-name-normalizer.test.ts +0 -377
  196. package/src/span-name-normalizer.ts +0 -213
  197. package/src/stable-hash.ts +0 -27
  198. package/src/structured-error.test.ts +0 -191
  199. package/src/structured-error.ts +0 -157
  200. package/src/stub.integration.test.ts +0 -361
  201. package/src/tail-sampling-processor.test.ts +0 -230
  202. package/src/tail-sampling-processor.ts +0 -55
  203. package/src/test-span-collector.test.ts +0 -234
  204. package/src/test-span-collector.ts +0 -150
  205. package/src/testing.ts +0 -705
  206. package/src/trace-context.test.ts +0 -73
  207. package/src/trace-context.ts +0 -567
  208. package/src/trace-helpers.new.test.ts +0 -278
  209. package/src/trace-helpers.test.ts +0 -290
  210. package/src/trace-helpers.ts +0 -710
  211. package/src/trace-hybrid.test.ts +0 -42
  212. package/src/trace-hybrid.ts +0 -37
  213. package/src/tracer-provider.test.ts +0 -183
  214. package/src/tracer-provider.ts +0 -266
  215. package/src/track.test.ts +0 -154
  216. package/src/track.ts +0 -216
  217. package/src/validate.test.ts +0 -287
  218. package/src/validate.ts +0 -307
  219. package/src/validation-attributes.ts +0 -43
  220. package/src/validation.test.ts +0 -330
  221. package/src/validation.ts +0 -246
  222. package/src/variable-name-inference.test.ts +0 -178
  223. package/src/variable-name-inference.ts +0 -242
  224. package/src/webhook.test.ts +0 -649
  225. package/src/webhook.ts +0 -637
  226. package/src/workflow-distributed.test.ts +0 -786
  227. package/src/workflow-distributed.ts +0 -916
  228. package/src/workflow.async-safety.integration.test.ts +0 -345
  229. package/src/workflow.test.ts +0 -647
  230. package/src/workflow.ts +0 -810
  231. package/src/yaml-config.test.ts +0 -337
  232. package/src/yaml-config.ts +0 -342
@@ -1,621 +0,0 @@
1
- /**
2
- * Attribute Redacting Processor
3
- *
4
- * Automatically redacts PII and sensitive data from span attributes before export.
5
- * This is critical for compliance (GDPR, PCI-DSS, HIPAA) and data security.
6
- *
7
- * @example Basic usage with preset
8
- * ```typescript
9
- * init({
10
- * service: 'my-app',
11
- * attributeRedactor: 'default'
12
- * })
13
- * ```
14
- *
15
- * @example Custom patterns
16
- * ```typescript
17
- * init({
18
- * service: 'my-app',
19
- * attributeRedactor: {
20
- * keyPatterns: [/password/i, /secret/i],
21
- * valuePatterns: [
22
- * { name: 'customerId', pattern: /CUST-\d{8}/g, replacement: 'CUST-***' }
23
- * ]
24
- * }
25
- * })
26
- * ```
27
- */
28
-
29
- import type {
30
- SpanProcessor,
31
- ReadableSpan,
32
- } from '@opentelemetry/sdk-trace-base';
33
- import type { Context, AttributeValue, Attributes } from '@opentelemetry/api';
34
- import type { Span } from '@opentelemetry/sdk-trace-base';
35
-
36
- /**
37
- * Custom redactor function type
38
- */
39
- export type AttributeRedactorFn = (
40
- key: string,
41
- value: AttributeValue,
42
- ) => AttributeValue;
43
-
44
- /**
45
- * Built-in redactor preset names
46
- */
47
- export type AttributeRedactorPreset = 'default' | 'strict' | 'pci-dss';
48
-
49
- /**
50
- * Masker function type - receives the matched string and returns a masked version
51
- */
52
- export type MaskFn = (match: string) => string;
53
-
54
- /**
55
- * Value pattern configuration
56
- */
57
- export interface ValuePatternConfig {
58
- /** Name for debugging/logging */
59
- name: string;
60
- /** Regex pattern to match in values */
61
- pattern: RegExp;
62
- /** Custom replacement (default: uses global replacement) */
63
- replacement?: string;
64
- /** Mask function for smart partial masking (overrides replacement) */
65
- mask?: MaskFn;
66
- }
67
-
68
- /**
69
- * Built-in PII pattern names
70
- */
71
- export type BuiltinPatternName = keyof typeof builtinPatterns;
72
-
73
- /**
74
- * Attribute redactor configuration
75
- */
76
- export interface AttributeRedactorConfig {
77
- /** Patterns to match against attribute keys (redacts entire value if key matches) */
78
- keyPatterns?: RegExp[];
79
-
80
- /** Patterns to match against attribute values (redacts matched portion) */
81
- valuePatterns?: ValuePatternConfig[];
82
-
83
- /** Dot-notation paths to redact (e.g. 'user.password', 'payment.card') */
84
- paths?: string[];
85
-
86
- /** Built-in PII patterns to enable. `true` enables all, `false` disables all, array selects specific ones. */
87
- builtins?: boolean | BuiltinPatternName[];
88
-
89
- /** Custom RegExp patterns for string-level redaction */
90
- patterns?: RegExp[];
91
-
92
- /** Default replacement string (default: '[REDACTED]') */
93
- replacement?: string;
94
-
95
- /** Custom redactor function for full control */
96
- redactor?: AttributeRedactorFn;
97
- }
98
-
99
- /**
100
- * Processor options
101
- */
102
- export interface AttributeRedactingProcessorOptions {
103
- redactor: AttributeRedactorConfig | AttributeRedactorPreset;
104
- }
105
-
106
- /**
107
- * Built-in patterns for detecting sensitive data
108
- */
109
- export const REDACTOR_PATTERNS = {
110
- // Value patterns (match content in attribute values)
111
- email: /\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}\b/gi,
112
- phone: /\b\d{3}[-.]?\d{3}[-.]?\d{4}\b/g,
113
- ssn: /\b\d{3}[-]?\d{2}[-]?\d{4}\b/g,
114
- creditCard: /\b\d{4}[- ]?\d{4}[- ]?\d{4}[- ]?\d{4}\b/g,
115
- bearerToken: /Bearer\s+[A-Za-z0-9._~+/=-]+/gi,
116
- apiKeyInValue: /(?:api[_-]?key|apikey|api_secret)[=:][\s"']*[A-Za-z0-9_-]+/gi,
117
- jwt: /eyJ[A-Za-z0-9_-]*\.eyJ[A-Za-z0-9_-]*\.[A-Za-z0-9_-]*/g,
118
-
119
- // Key patterns (match attribute names - redacts entire value)
120
- sensitiveKey:
121
- /^(password|passwd|pwd|secret|token|api[_-]?key|auth|credential|private[_-]?key|authorization)$/i,
122
- } as const;
123
-
124
- /**
125
- * Built-in PII detection patterns with smart masking.
126
- * Each builtin preserves just enough signal for debugging while scrubbing PII.
127
- */
128
- export const builtinPatterns = {
129
- /** Credit card numbers → ****1111 (PCI DSS: last 4 allowed) */
130
- creditCard: {
131
- pattern: /\b\d{4}[\s-]?\d{4}[\s-]?\d{4}[\s-]?\d{4}\b/g,
132
- mask: (m: string) => `****${m.replace(/[\s-]/g, '').slice(-4)}`,
133
- },
134
- /** Email addresses → a***@***.com */
135
- email: {
136
- pattern: /[\w.+-]+@[\w-]+\.[\w.]+/g,
137
- mask: (m: string) => {
138
- const at = m.indexOf('@');
139
- if (at < 1) return '***@***';
140
- const tld = m.slice(m.lastIndexOf('.'));
141
- return `${m[0]}***@***${tld}`;
142
- },
143
- },
144
- /** IPv4 addresses → ***.***.***.100 (last octet only) */
145
- ipv4: {
146
- pattern:
147
- /\b(?!0\.0\.0\.0\b)(?!127\.0\.0\.1\b)\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b/g,
148
- mask: (m: string) => `***.***.***.${m.split('.').pop()}`,
149
- },
150
- /**
151
- * International / formatted phone numbers.
152
- *
153
- * Matches:
154
- * - `+33 1 23 45 67 89` -> `+33******89`
155
- * - `(415) 555-1234` -> `********34`
156
- * - `555-123-4567` / `555.123.4567` / `5551234567` -> `********67`
157
- *
158
- * Bare short digit runs like `12345678` are intentionally not matched.
159
- */
160
- phone: {
161
- pattern:
162
- /(?:\+\d{1,3}[\s.-]?\(?\d{1,4}\)?(?:[\s.-]?\d{2,4}){2,4}|\(\d{1,4}\)(?:[\s.-]?\d{2,4}){2,4}|\b\d{3}[-.]?\d{3}[-.]?\d{4}\b)/g,
163
- mask: (m: string) => {
164
- const digits = m.replace(/[^\d]/g, '');
165
- const hasPlus = m.startsWith('+');
166
- if (hasPlus && digits.length > 4) {
167
- const ccMatch = m.match(/^\+\d{1,3}/);
168
- const cc = ccMatch ? ccMatch[0] : '+';
169
- return `${cc}******${digits.slice(-2)}`;
170
- }
171
- if (digits.length > 2) {
172
- return `${'*'.repeat(digits.length - 2)}${digits.slice(-2)}`;
173
- }
174
- return '***';
175
- },
176
- },
177
- /** JWT tokens → eyJ***.*** */
178
- jwt: {
179
- pattern: /\beyJ[\w-]*\.[\w-]*\.[\w-]*\b/g,
180
- mask: () => 'eyJ***.***',
181
- },
182
- /** Bearer tokens → Bearer *** */
183
- bearer: {
184
- pattern: /\bBearer\s+[\w\-.~+/]{8,}=*/gi,
185
- mask: () => 'Bearer ***',
186
- },
187
- /** IBAN → FR76****189 (country + check digits + last 3) */
188
- iban: {
189
- pattern:
190
- /\b[A-Z]{2}\d{2}[\s-]?[\dA-Z]{4}[\s-]?[\dA-Z]{4}[\s-]?[\dA-Z]{4}[\s-]?[\dA-Z]{0,4}[\s-]?[\dA-Z]{0,4}[\s-]?[\dA-Z]{0,4}\b/g,
191
- mask: (m: string) => {
192
- const clean = m.replace(/[\s-]/g, '');
193
- return `${clean.slice(0, 4)}****${clean.slice(-3)}`;
194
- },
195
- },
196
- } as const;
197
-
198
- function cloneRegex(re: RegExp): RegExp {
199
- return new RegExp(re.source, re.flags);
200
- }
201
-
202
- function isPlainObject(value: unknown): value is Record<string, unknown> {
203
- return value !== null && typeof value === 'object' && !Array.isArray(value);
204
- }
205
-
206
- function toRegExp(value: unknown): RegExp | undefined {
207
- if (value instanceof RegExp) return value;
208
- if (typeof value === 'string') return new RegExp(value, 'g');
209
- if (isPlainObject(value) && typeof value.source === 'string') {
210
- const flags = typeof value.flags === 'string' ? value.flags : 'g';
211
- return new RegExp(value.source, flags);
212
- }
213
- return undefined;
214
- }
215
-
216
- function toRegExpArray(value: unknown): RegExp[] | undefined {
217
- if (!Array.isArray(value)) return undefined;
218
- const out: RegExp[] = [];
219
- for (const item of value) {
220
- const re = toRegExp(item);
221
- if (re) out.push(re);
222
- }
223
- return out.length > 0 ? out : [];
224
- }
225
-
226
- function builtinToValuePattern(name: BuiltinPatternName): ValuePatternConfig {
227
- const b = builtinPatterns[name];
228
- return { name, pattern: cloneRegex(b.pattern), mask: b.mask };
229
- }
230
-
231
- /**
232
- * Default value patterns for the 'default' preset
233
- */
234
- const DEFAULT_VALUE_PATTERNS: ValuePatternConfig[] = [
235
- builtinToValuePattern('email'),
236
- builtinToValuePattern('phone'),
237
- { name: 'ssn', pattern: REDACTOR_PATTERNS.ssn },
238
- builtinToValuePattern('creditCard'),
239
- ];
240
-
241
- /**
242
- * Built-in redactor presets
243
- */
244
- export const REDACTOR_PRESETS: Record<
245
- AttributeRedactorPreset,
246
- AttributeRedactorConfig
247
- > = {
248
- /**
249
- * Default preset - covers common PII patterns with smart masking
250
- * Detects: emails (a***@***.com), phone numbers, SSNs, credit cards (****1111)
251
- * Redacts keys: password, secret, token, apiKey, auth, credential
252
- */
253
- default: {
254
- keyPatterns: [REDACTOR_PATTERNS.sensitiveKey],
255
- valuePatterns: DEFAULT_VALUE_PATTERNS,
256
- builtins: true,
257
- replacement: '[REDACTED]',
258
- },
259
-
260
- /**
261
- * Strict preset - more aggressive redaction for high-security environments
262
- * Includes everything in default plus: Bearer tokens, JWTs, IBAN, API keys in values
263
- */
264
- strict: {
265
- keyPatterns: [REDACTOR_PATTERNS.sensitiveKey, /bearer/i, /jwt/i],
266
- valuePatterns: [
267
- ...DEFAULT_VALUE_PATTERNS,
268
- builtinToValuePattern('jwt'),
269
- builtinToValuePattern('bearer'),
270
- builtinToValuePattern('iban'),
271
- { name: 'apiKeyInValue', pattern: REDACTOR_PATTERNS.apiKeyInValue },
272
- ],
273
- builtins: true,
274
- replacement: '[REDACTED]',
275
- },
276
-
277
- /**
278
- * PCI-DSS preset - focused on payment card industry compliance
279
- * Redacts: credit card numbers (****1111), CVV-like patterns, card-related keys
280
- */
281
- 'pci-dss': {
282
- keyPatterns: [/card/i, /cvv/i, /cvc/i, /pan/i, /expir/i, /ccn/i],
283
- valuePatterns: [builtinToValuePattern('creditCard')],
284
- builtins: ['creditCard'],
285
- replacement: '[REDACTED]',
286
- },
287
- };
288
-
289
- /**
290
- * Normalize redactor config that may have been deserialized from JSON/YAML.
291
- * Converts regex-like values back to RegExp instances.
292
- */
293
- export function normalizeAttributeRedactorConfig(
294
- raw: AttributeRedactorConfig | AttributeRedactorPreset | unknown,
295
- ): AttributeRedactorConfig | AttributeRedactorPreset | undefined {
296
- if (raw === undefined || raw === null) return undefined;
297
- if (typeof raw === 'string') return raw as AttributeRedactorPreset;
298
- if (!isPlainObject(raw)) return undefined;
299
-
300
- const config: AttributeRedactorConfig = {};
301
-
302
- if (Array.isArray(raw.paths)) {
303
- config.paths = raw.paths.filter(
304
- (value): value is string => typeof value === 'string',
305
- );
306
- }
307
-
308
- if (typeof raw.replacement === 'string') {
309
- config.replacement = raw.replacement;
310
- }
311
-
312
- if (typeof raw.builtins === 'boolean') {
313
- config.builtins = raw.builtins;
314
- } else if (Array.isArray(raw.builtins)) {
315
- config.builtins = raw.builtins.filter(
316
- (name): name is BuiltinPatternName => typeof name === 'string',
317
- );
318
- }
319
-
320
- if (typeof raw.redactor === 'function') {
321
- config.redactor = raw.redactor as AttributeRedactorFn;
322
- }
323
-
324
- const keyPatterns = toRegExpArray(raw.keyPatterns);
325
- if (keyPatterns) config.keyPatterns = keyPatterns;
326
-
327
- const patterns = toRegExpArray(raw.patterns);
328
- if (patterns) config.patterns = patterns;
329
-
330
- if (Array.isArray(raw.valuePatterns)) {
331
- const valuePatterns: ValuePatternConfig[] = [];
332
- for (const item of raw.valuePatterns) {
333
- if (!isPlainObject(item) || typeof item.name !== 'string') continue;
334
- const pattern = toRegExp(item.pattern);
335
- if (!pattern) continue;
336
- valuePatterns.push({
337
- name: item.name,
338
- pattern,
339
- replacement:
340
- typeof item.replacement === 'string' ? item.replacement : undefined,
341
- mask:
342
- typeof item.mask === 'function' ? (item.mask as MaskFn) : undefined,
343
- });
344
- }
345
- config.valuePatterns = valuePatterns;
346
- }
347
-
348
- return config;
349
- }
350
-
351
- /**
352
- * Resolve config to a normalized form
353
- */
354
- function resolveConfig(
355
- config: AttributeRedactorConfig | AttributeRedactorPreset,
356
- ): AttributeRedactorConfig {
357
- const normalized = normalizeAttributeRedactorConfig(config);
358
- if (!normalized) {
359
- throw new Error('Invalid attribute redactor config');
360
- }
361
-
362
- if (typeof normalized === 'string') {
363
- const preset = REDACTOR_PRESETS[normalized];
364
- if (!preset) {
365
- throw new Error(
366
- `Unknown attribute redactor preset: "${normalized}". ` +
367
- `Available presets: ${Object.keys(REDACTOR_PRESETS).join(', ')}`,
368
- );
369
- }
370
- return preset;
371
- }
372
-
373
- const resolvedConfig: AttributeRedactorConfig = {
374
- ...normalized,
375
- keyPatterns: normalized.keyPatterns
376
- ? [...normalized.keyPatterns]
377
- : undefined,
378
- valuePatterns: normalized.valuePatterns
379
- ? [...normalized.valuePatterns]
380
- : undefined,
381
- paths: normalized.paths ? [...normalized.paths] : undefined,
382
- patterns: normalized.patterns ? [...normalized.patterns] : undefined,
383
- };
384
-
385
- // Merge built-in patterns if enabled
386
- if (resolvedConfig.builtins !== false) {
387
- const builtinNames = Array.isArray(resolvedConfig.builtins)
388
- ? resolvedConfig.builtins
389
- : (Object.keys(builtinPatterns) as BuiltinPatternName[]);
390
- const builtinValuePatterns = builtinNames
391
- .filter((name) => name in builtinPatterns)
392
- .map(builtinToValuePattern);
393
-
394
- resolvedConfig.valuePatterns = [
395
- ...(resolvedConfig.valuePatterns ?? []),
396
- ...builtinValuePatterns,
397
- ];
398
- }
399
-
400
- return resolvedConfig;
401
- }
402
-
403
- /**
404
- * Create a redactor function from config
405
- */
406
- function createRedactorFromConfig(
407
- config: AttributeRedactorConfig,
408
- ): AttributeRedactorFn {
409
- // If custom redactor provided, use it directly
410
- if (config.redactor) {
411
- return config.redactor;
412
- }
413
-
414
- const keyPatterns = config.keyPatterns ?? [];
415
- const valuePatterns = config.valuePatterns ?? [];
416
- const paths = config.paths ?? [];
417
- const pathSet = new Set(paths);
418
- const customPatterns = config.patterns ?? [];
419
- const defaultReplacement = config.replacement ?? '[REDACTED]';
420
-
421
- // Build masker list from valuePatterns that have mask functions
422
- const maskers: [RegExp, MaskFn][] = valuePatterns
423
- .filter((vp) => vp.mask)
424
- .map((vp) => [cloneRegex(vp.pattern), vp.mask!]);
425
-
426
- return (key: string, value: AttributeValue): AttributeValue => {
427
- // Key-pattern and path-based redaction only applies to string values.
428
- // Numbers, booleans and other non-string attributes are not credentials;
429
- // replacing them with the string '[REDACTED]' silently changes their
430
- // type and corrupts downstream consumers (LLM token counters etc.).
431
- if (typeof value === 'string') {
432
- for (const pattern of keyPatterns) {
433
- pattern.lastIndex = 0;
434
- if (pattern.test(key)) {
435
- return defaultReplacement;
436
- }
437
- }
438
- if (pathSet.has(key)) {
439
- return defaultReplacement;
440
- }
441
- }
442
-
443
- // For non-string values, return as-is
444
- if (typeof value !== 'string') {
445
- if (Array.isArray(value)) {
446
- return value.map((item) => {
447
- if (typeof item === 'string') {
448
- return redactStringValue(
449
- item,
450
- valuePatterns,
451
- maskers,
452
- customPatterns,
453
- defaultReplacement,
454
- ) as string;
455
- }
456
- return item;
457
- }) as AttributeValue;
458
- }
459
- return value;
460
- }
461
-
462
- // Three-tier strategy: path-based → masker-based → pattern-based
463
- return redactStringValue(
464
- value,
465
- valuePatterns,
466
- maskers,
467
- customPatterns,
468
- defaultReplacement,
469
- );
470
- };
471
- }
472
-
473
- /**
474
- * Apply three-tier redaction strategy to a string
475
- * 1. Masker-based: built-in patterns with smart partial masking
476
- * 2. Pattern-based: custom RegExp patterns replaced with replacement
477
- */
478
- function redactStringValue(
479
- value: string,
480
- patterns: ValuePatternConfig[],
481
- maskers: [RegExp, MaskFn][],
482
- customPatterns: RegExp[],
483
- defaultReplacement: string,
484
- ): string {
485
- let result = value;
486
-
487
- // Tier 1: Apply maskers (smart partial masking)
488
- for (const [pattern, mask] of maskers) {
489
- pattern.lastIndex = 0;
490
- result = result.replace(pattern, mask);
491
- }
492
-
493
- // Tier 2: Apply value patterns without mask (full replacement)
494
- for (const { pattern, replacement, mask } of patterns) {
495
- if (mask) continue; // Already handled by maskers
496
- pattern.lastIndex = 0;
497
- result = result.replaceAll(pattern, replacement ?? defaultReplacement);
498
- }
499
-
500
- // Tier 3: Apply custom patterns
501
- for (const pattern of customPatterns) {
502
- pattern.lastIndex = 0;
503
- result = result.replaceAll(pattern, defaultReplacement);
504
- }
505
-
506
- return result;
507
- }
508
-
509
- /**
510
- * Create a proxy wrapper around ReadableSpan with redacted attributes
511
- *
512
- * Since ReadableSpan.attributes is readonly, we use a Proxy to intercept
513
- * attribute access and return the redacted version.
514
- */
515
- function createRedactedSpan(
516
- span: ReadableSpan,
517
- redactor: AttributeRedactorFn,
518
- ): ReadableSpan {
519
- // Pre-compute redacted attributes (cached for efficiency)
520
- const redactedAttributes: Attributes = {};
521
- for (const [key, value] of Object.entries(span.attributes)) {
522
- if (value !== undefined) {
523
- redactedAttributes[key] = redactor(key, value);
524
- }
525
- }
526
-
527
- // Return a proxy that intercepts attribute access
528
- return new Proxy(span, {
529
- get(target, prop) {
530
- if (prop === 'attributes') {
531
- return redactedAttributes;
532
- }
533
- // For all other properties, delegate to the original span
534
- const value = Reflect.get(target, prop);
535
- // Bind methods to the original target
536
- if (typeof value === 'function') {
537
- return value.bind(target);
538
- }
539
- return value;
540
- },
541
- });
542
- }
543
-
544
- /**
545
- * Create an attribute redactor function from a config or preset.
546
- *
547
- * This is useful when you need to apply the same redaction logic
548
- * outside of the span processor pipeline (e.g., for canonical log lines).
549
- *
550
- * @example
551
- * ```typescript
552
- * const redactor = createAttributeRedactor('default');
553
- * const redactedValue = redactor('user.password', 'secret123');
554
- * // redactedValue === '[REDACTED]'
555
- * ```
556
- */
557
- export function createAttributeRedactor(
558
- config: AttributeRedactorConfig | AttributeRedactorPreset,
559
- ): AttributeRedactorFn {
560
- return createRedactorFromConfig(resolveConfig(config));
561
- }
562
-
563
- /**
564
- * Span processor that redacts sensitive data from span attributes.
565
- *
566
- * Redaction happens in onEnd() when all attributes are finalized.
567
- * Uses a Proxy wrapper to intercept attribute access since ReadableSpan
568
- * attributes are readonly.
569
- *
570
- * Common use cases:
571
- * - PII compliance (GDPR, CCPA)
572
- * - PCI-DSS compliance for payment data
573
- * - Preventing secrets from leaking to observability backends
574
- */
575
- export class AttributeRedactingProcessor implements SpanProcessor {
576
- private readonly wrappedProcessor: SpanProcessor;
577
- private readonly redactor: AttributeRedactorFn;
578
-
579
- constructor(
580
- wrappedProcessor: SpanProcessor,
581
- options: AttributeRedactingProcessorOptions,
582
- ) {
583
- this.wrappedProcessor = wrappedProcessor;
584
- const config = resolveConfig(options.redactor);
585
- this.redactor = createRedactorFromConfig(config);
586
- }
587
-
588
- /**
589
- * Pass through onStart unchanged - attributes aren't finalized yet
590
- */
591
- onStart(span: Span, parentContext: Context): void {
592
- this.wrappedProcessor.onStart(span, parentContext);
593
- }
594
-
595
- /**
596
- * Redact attributes and forward to wrapped processor
597
- */
598
- onEnd(span: ReadableSpan): void {
599
- try {
600
- const redactedSpan = createRedactedSpan(span, this.redactor);
601
- this.wrappedProcessor.onEnd(redactedSpan);
602
- } catch {
603
- // Fail-open: if redaction fails, forward original span
604
- // This ensures we don't lose telemetry due to redaction errors
605
- this.wrappedProcessor.onEnd(span);
606
- }
607
- }
608
-
609
- forceFlush(): Promise<void> {
610
- return this.wrappedProcessor.forceFlush();
611
- }
612
-
613
- shutdown(): Promise<void> {
614
- return this.wrappedProcessor.shutdown();
615
- }
616
- }
617
-
618
- /**
619
- * Export createRedactedSpan for advanced users who want to use it directly
620
- */
621
- export { createRedactedSpan };