JacobLinCool commited on
Commit
238ec6e
·
verified ·
1 Parent(s): 90e8410

Upload 5 files

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ 2026/06/15/rollout-2026-06-15T03-47-32-019ec7ac-d30d-7471-9835-92e1dc534172.jsonl filter=lfs diff=lfs merge=lfs -text
2026/06/15/rollout-2026-06-15T03-47-32-019ec7ac-d30d-7471-9835-92e1dc534172.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc12aaee3491d9c61843f4ac0dec6fa7831e8f8294c1f0d2afef229ac427f1ae
3
+ size 24522805
2026/06/15/rollout-2026-06-15T15-33-01-019eca32-b46b-7bf0-bfe6-bce6b5dfe244.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
2026/06/15/rollout-2026-06-15T20-23-26-019ecb3c-976d-76e0-bb42-ec9f91d016e4.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
README_FIRST.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Agent Trace Privacy Scrubber
2
+
3
+ Automated redaction is imperfect. Review sanitized traces manually before publishing or uploading them.
4
+
5
+ This archive contains sanitized JSONL files and redaction_report.json. The
6
+ report contains counts and categories only; it intentionally does not include
7
+ raw matched values.
8
+
9
+ For real private logs, run the app locally and inspect outputs before upload.
10
+ Do not publish this archive until you have reviewed the sanitized traces.
redaction_report.json ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "app_name": "Agent Trace Privacy Scrubber",
3
+ "app_version": "0.1.0",
4
+ "timestamp": "2026-06-15T19:57:23.423642+00:00",
5
+ "selected_model": "OpenMed/privacy-filter-nemotron",
6
+ "redaction_mode": "mask",
7
+ "regex_sweep_enabled": true,
8
+ "model_pii_redaction_enabled": true,
9
+ "preserve_json_structure": true,
10
+ "files_processed": 3,
11
+ "files": [
12
+ {
13
+ "input_relative_path": "2026/06/15/rollout-2026-06-15T03-47-32-019ec7ac-d30d-7471-9835-92e1dc534172.jsonl",
14
+ "output_relative_path": "2026/06/15/rollout-2026-06-15T03-47-32-019ec7ac-d30d-7471-9835-92e1dc534172.jsonl",
15
+ "bytes_in": 17687902,
16
+ "bytes_out": 24522805,
17
+ "lines_processed": 2766,
18
+ "invalid_json_lines": 0,
19
+ "errors": [],
20
+ "warnings": [],
21
+ "duration_seconds": 525.713,
22
+ "counts_by_pii_label": {
23
+ "account_number": 7,
24
+ "age": 28,
25
+ "api_key": 675666,
26
+ "biometric_identifier": 56,
27
+ "blood_type": 6,
28
+ "certificate_license_number": 6,
29
+ "city": 10,
30
+ "company_name": 13911,
31
+ "coordinate": 4,
32
+ "country": 33,
33
+ "credit_debit_card": 19,
34
+ "customer_id": 751,
35
+ "cvv": 21,
36
+ "date": 383,
37
+ "date_time": 4129,
38
+ "device_identifier": 5957,
39
+ "education_level": 3,
40
+ "email": 265,
41
+ "employee_id": 39,
42
+ "employment_status": 69,
43
+ "fax_number": 9,
44
+ "first_name": 4286,
45
+ "health_plan_beneficiary_number": 3,
46
+ "http_cookie": 61208,
47
+ "ipv4": 54,
48
+ "ipv6": 13,
49
+ "language": 16,
50
+ "last_name": 562,
51
+ "license_plate": 2,
52
+ "mac_address": 13,
53
+ "national_id": 10,
54
+ "occupation": 510,
55
+ "password": 126,
56
+ "phone_number": 46,
57
+ "pin": 227,
58
+ "political_view": 1,
59
+ "postcode": 94,
60
+ "race_ethnicity": 4,
61
+ "religious_belief": 42,
62
+ "sexuality": 3,
63
+ "ssn": 3,
64
+ "state": 7,
65
+ "street_address": 222,
66
+ "swift_bic": 307,
67
+ "time": 661,
68
+ "unique_id": 10147,
69
+ "url": 2663,
70
+ "user_name": 4195
71
+ },
72
+ "counts_by_regex_secret_rule": {
73
+ "anthropic_api_key": 7,
74
+ "aws_access_key_id": 7,
75
+ "aws_secret_assignment": 11,
76
+ "basic_auth_url": 7,
77
+ "bearer_token": 7,
78
+ "env_secret_assignment": 89,
79
+ "github_token": 7,
80
+ "huggingface_token": 19,
81
+ "jwt": 7,
82
+ "openai_api_key": 18,
83
+ "private_key_block": 7,
84
+ "slack_token": 7
85
+ }
86
+ },
87
+ {
88
+ "input_relative_path": "2026/06/15/rollout-2026-06-15T15-33-01-019eca32-b46b-7bf0-bfe6-bce6b5dfe244.jsonl",
89
+ "output_relative_path": "2026/06/15/rollout-2026-06-15T15-33-01-019eca32-b46b-7bf0-bfe6-bce6b5dfe244.jsonl",
90
+ "bytes_in": 2867261,
91
+ "bytes_out": 3438167,
92
+ "lines_processed": 818,
93
+ "invalid_json_lines": 0,
94
+ "errors": [],
95
+ "warnings": [],
96
+ "duration_seconds": 83.34,
97
+ "counts_by_pii_label": {
98
+ "account_number": 1,
99
+ "age": 17,
100
+ "api_key": 85326,
101
+ "biometric_identifier": 3,
102
+ "blood_type": 2,
103
+ "city": 1,
104
+ "company_name": 1987,
105
+ "coordinate": 20,
106
+ "country": 8,
107
+ "credit_debit_card": 16,
108
+ "customer_id": 131,
109
+ "cvv": 12,
110
+ "date": 70,
111
+ "date_time": 1120,
112
+ "device_identifier": 580,
113
+ "email": 178,
114
+ "employee_id": 9,
115
+ "employment_status": 12,
116
+ "first_name": 516,
117
+ "http_cookie": 5990,
118
+ "ipv4": 41,
119
+ "language": 7,
120
+ "last_name": 90,
121
+ "mac_address": 6,
122
+ "national_id": 1,
123
+ "occupation": 145,
124
+ "password": 35,
125
+ "phone_number": 43,
126
+ "pin": 56,
127
+ "political_view": 1,
128
+ "postcode": 16,
129
+ "race_ethnicity": 10,
130
+ "religious_belief": 12,
131
+ "sexuality": 2,
132
+ "street_address": 17,
133
+ "swift_bic": 12,
134
+ "time": 223,
135
+ "unique_id": 1580,
136
+ "url": 1051,
137
+ "user_name": 883
138
+ },
139
+ "counts_by_regex_secret_rule": {
140
+ "anthropic_api_key": 2,
141
+ "aws_access_key_id": 2,
142
+ "aws_secret_assignment": 1,
143
+ "basic_auth_url": 1,
144
+ "bearer_token": 1,
145
+ "env_secret_assignment": 15,
146
+ "github_token": 2,
147
+ "huggingface_token": 4,
148
+ "openai_api_key": 4,
149
+ "private_key_block": 1,
150
+ "slack_token": 2
151
+ }
152
+ },
153
+ {
154
+ "input_relative_path": "2026/06/15/rollout-2026-06-15T20-23-26-019ecb3c-976d-76e0-bb42-ec9f91d016e4.jsonl",
155
+ "output_relative_path": "2026/06/15/rollout-2026-06-15T20-23-26-019ecb3c-976d-76e0-bb42-ec9f91d016e4.jsonl",
156
+ "bytes_in": 950381,
157
+ "bytes_out": 965935,
158
+ "lines_processed": 334,
159
+ "invalid_json_lines": 0,
160
+ "errors": [],
161
+ "warnings": [],
162
+ "duration_seconds": 19.435,
163
+ "counts_by_pii_label": {
164
+ "age": 14,
165
+ "api_key": 2879,
166
+ "city": 1,
167
+ "company_name": 297,
168
+ "country": 10,
169
+ "credit_debit_card": 4,
170
+ "customer_id": 3,
171
+ "cvv": 4,
172
+ "date": 32,
173
+ "date_time": 515,
174
+ "device_identifier": 45,
175
+ "email": 33,
176
+ "employee_id": 2,
177
+ "employment_status": 24,
178
+ "first_name": 75,
179
+ "http_cookie": 108,
180
+ "ipv4": 59,
181
+ "language": 1,
182
+ "mac_address": 2,
183
+ "national_id": 3,
184
+ "occupation": 83,
185
+ "phone_number": 26,
186
+ "pin": 27,
187
+ "postcode": 3,
188
+ "race_ethnicity": 1,
189
+ "religious_belief": 8,
190
+ "street_address": 1,
191
+ "swift_bic": 3,
192
+ "time": 81,
193
+ "unique_id": 124,
194
+ "url": 469,
195
+ "user_name": 225
196
+ },
197
+ "counts_by_regex_secret_rule": {}
198
+ }
199
+ ],
200
+ "aggregate_totals": {
201
+ "files_processed": 3,
202
+ "bytes_in": 21505544,
203
+ "bytes_out": 28926907,
204
+ "lines_processed": 3918,
205
+ "invalid_json_lines": 0,
206
+ "duration_seconds": 628.488,
207
+ "errors": 0,
208
+ "warnings": 0,
209
+ "counts_by_pii_label": {
210
+ "account_number": 8,
211
+ "age": 59,
212
+ "api_key": 763871,
213
+ "biometric_identifier": 59,
214
+ "blood_type": 8,
215
+ "certificate_license_number": 6,
216
+ "city": 12,
217
+ "company_name": 16195,
218
+ "coordinate": 24,
219
+ "country": 51,
220
+ "credit_debit_card": 39,
221
+ "customer_id": 885,
222
+ "cvv": 37,
223
+ "date": 485,
224
+ "date_time": 5764,
225
+ "device_identifier": 6582,
226
+ "education_level": 3,
227
+ "email": 476,
228
+ "employee_id": 50,
229
+ "employment_status": 105,
230
+ "fax_number": 9,
231
+ "first_name": 4877,
232
+ "health_plan_beneficiary_number": 3,
233
+ "http_cookie": 67306,
234
+ "ipv4": 154,
235
+ "ipv6": 13,
236
+ "language": 24,
237
+ "last_name": 652,
238
+ "license_plate": 2,
239
+ "mac_address": 21,
240
+ "national_id": 14,
241
+ "occupation": 738,
242
+ "password": 161,
243
+ "phone_number": 115,
244
+ "pin": 310,
245
+ "political_view": 2,
246
+ "postcode": 113,
247
+ "race_ethnicity": 15,
248
+ "religious_belief": 62,
249
+ "sexuality": 5,
250
+ "ssn": 3,
251
+ "state": 7,
252
+ "street_address": 240,
253
+ "swift_bic": 322,
254
+ "time": 965,
255
+ "unique_id": 11851,
256
+ "url": 4183,
257
+ "user_name": 5303
258
+ },
259
+ "counts_by_regex_secret_rule": {
260
+ "anthropic_api_key": 9,
261
+ "aws_access_key_id": 9,
262
+ "aws_secret_assignment": 12,
263
+ "basic_auth_url": 8,
264
+ "bearer_token": 8,
265
+ "env_secret_assignment": 104,
266
+ "github_token": 9,
267
+ "huggingface_token": 23,
268
+ "jwt": 7,
269
+ "openai_api_key": 22,
270
+ "private_key_block": 8,
271
+ "slack_token": 9
272
+ }
273
+ },
274
+ "disclaimer": "Automated redaction is imperfect. Review sanitized traces manually before publishing or uploading them."
275
+ }