-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy path.gitleaks-baseline.json
More file actions
254 lines (254 loc) · 44.4 KB
/
.gitleaks-baseline.json
File metadata and controls
254 lines (254 loc) · 44.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
[
{
"RuleID": "jwt",
"Description": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.",
"StartLine": 29,
"EndLine": 29,
"StartColumn": 40,
"EndColumn": 195,
"Match": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\"",
"Secret": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "aaca23db0bb62347189d2305536ad1c1d2e991f3",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/aaca23db0bb62347189d2305536ad1c1d2e991f3/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L29",
"Entropy": 5.4440703,
"Author": "Jeff Harman",
"Email": "109810187+harmjeff@users.noreply.github.com",
"Date": "2026-03-19T17:06:40Z",
"Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n\n* test: fix cross-platform compatibility in test_run_command.py\n\nReplace shell-specific commands with Python equivalents to ensure tests\npass on all platforms (Windows/Mac/Linux) when using shell=False:\n\n- Replace `echo 'content' \u003e file` with Python pathlib file writing\n- Replace shell builtin `exit N` with Python `sys.exit(N)`\n- Replace `echo 'msg' \u003e\u00262` with Python `sys.stderr.write()`\n- Update command-not-found test to handle both OSError and exit code 127\n\nAll 245 tests now pass successfully on Windows.\n\nCo-Authored-By: Claude Sonnet 4.5 \u003cnoreply@anthropic.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/ide-harness/src/ide_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/cli-harness/src/cli_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Remove region profile\n\n* More profile updates\n\n* More profile updates\n\n* Update scripts/aidlc-evaluator/pyproject.toml\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Make docker builder script executable\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/contracttest/src/contracttest/server.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e",
"Tags": [],
"Fingerprint": "aaca23db0bb62347189d2305536ad1c1d2e991f3:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:jwt:29"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 36,
"EndLine": 36,
"StartColumn": 18,
"EndColumn": 67,
"Match": "GITHUB_TOKEN=ghp_1234567890abcdefghijklmnopqrstuv\"",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "aaca23db0bb62347189d2305536ad1c1d2e991f3",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/aaca23db0bb62347189d2305536ad1c1d2e991f3/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L36",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "109810187+harmjeff@users.noreply.github.com",
"Date": "2026-03-19T17:06:40Z",
"Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n\n* test: fix cross-platform compatibility in test_run_command.py\n\nReplace shell-specific commands with Python equivalents to ensure tests\npass on all platforms (Windows/Mac/Linux) when using shell=False:\n\n- Replace `echo 'content' \u003e file` with Python pathlib file writing\n- Replace shell builtin `exit N` with Python `sys.exit(N)`\n- Replace `echo 'msg' \u003e\u00262` with Python `sys.stderr.write()`\n- Update command-not-found test to handle both OSError and exit code 127\n\nAll 245 tests now pass successfully on Windows.\n\nCo-Authored-By: Claude Sonnet 4.5 \u003cnoreply@anthropic.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/ide-harness/src/ide_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/cli-harness/src/cli_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Remove region profile\n\n* More profile updates\n\n* More profile updates\n\n* Update scripts/aidlc-evaluator/pyproject.toml\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Make docker builder script executable\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/contracttest/src/contracttest/server.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e",
"Tags": [],
"Fingerprint": "aaca23db0bb62347189d2305536ad1c1d2e991f3:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:36"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 63,
"EndLine": 63,
"StartColumn": 18,
"EndColumn": 58,
"Match": "api_key=a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4\"",
"Secret": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "aaca23db0bb62347189d2305536ad1c1d2e991f3",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/aaca23db0bb62347189d2305536ad1c1d2e991f3/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L63",
"Entropy": 3.561278,
"Author": "Jeff Harman",
"Email": "109810187+harmjeff@users.noreply.github.com",
"Date": "2026-03-19T17:06:40Z",
"Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n\n* test: fix cross-platform compatibility in test_run_command.py\n\nReplace shell-specific commands with Python equivalents to ensure tests\npass on all platforms (Windows/Mac/Linux) when using shell=False:\n\n- Replace `echo 'content' \u003e file` with Python pathlib file writing\n- Replace shell builtin `exit N` with Python `sys.exit(N)`\n- Replace `echo 'msg' \u003e\u00262` with Python `sys.stderr.write()`\n- Update command-not-found test to handle both OSError and exit code 127\n\nAll 245 tests now pass successfully on Windows.\n\nCo-Authored-By: Claude Sonnet 4.5 \u003cnoreply@anthropic.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/ide-harness/src/ide_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/cli-harness/src/cli_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Remove region profile\n\n* More profile updates\n\n* More profile updates\n\n* Update scripts/aidlc-evaluator/pyproject.toml\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Make docker builder script executable\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/contracttest/src/contracttest/server.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e",
"Tags": [],
"Fingerprint": "aaca23db0bb62347189d2305536ad1c1d2e991f3:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:63"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 73,
"EndLine": 73,
"StartColumn": 10,
"EndColumn": 51,
"Match": "TOKEN=ghp_1234567890abcdefghijklmnopqrstuv",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "aaca23db0bb62347189d2305536ad1c1d2e991f3",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/aaca23db0bb62347189d2305536ad1c1d2e991f3/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L73",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "109810187+harmjeff@users.noreply.github.com",
"Date": "2026-03-19T17:06:40Z",
"Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n\n* test: fix cross-platform compatibility in test_run_command.py\n\nReplace shell-specific commands with Python equivalents to ensure tests\npass on all platforms (Windows/Mac/Linux) when using shell=False:\n\n- Replace `echo 'content' \u003e file` with Python pathlib file writing\n- Replace shell builtin `exit N` with Python `sys.exit(N)`\n- Replace `echo 'msg' \u003e\u00262` with Python `sys.stderr.write()`\n- Update command-not-found test to handle both OSError and exit code 127\n\nAll 245 tests now pass successfully on Windows.\n\nCo-Authored-By: Claude Sonnet 4.5 \u003cnoreply@anthropic.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/ide-harness/src/ide_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/cli-harness/src/cli_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Remove region profile\n\n* More profile updates\n\n* More profile updates\n\n* Update scripts/aidlc-evaluator/pyproject.toml\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Make docker builder script executable\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/contracttest/src/contracttest/server.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e",
"Tags": [],
"Fingerprint": "aaca23db0bb62347189d2305536ad1c1d2e991f3:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:73"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 107,
"EndLine": 107,
"StartColumn": 15,
"EndColumn": 60,
"Match": "token\": \"ghp_1234567890abcdefghijklmnopqrstuv\"",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "aaca23db0bb62347189d2305536ad1c1d2e991f3",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/aaca23db0bb62347189d2305536ad1c1d2e991f3/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L107",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "109810187+harmjeff@users.noreply.github.com",
"Date": "2026-03-19T17:06:40Z",
"Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n\n* test: fix cross-platform compatibility in test_run_command.py\n\nReplace shell-specific commands with Python equivalents to ensure tests\npass on all platforms (Windows/Mac/Linux) when using shell=False:\n\n- Replace `echo 'content' \u003e file` with Python pathlib file writing\n- Replace shell builtin `exit N` with Python `sys.exit(N)`\n- Replace `echo 'msg' \u003e\u00262` with Python `sys.stderr.write()`\n- Update command-not-found test to handle both OSError and exit code 127\n\nAll 245 tests now pass successfully on Windows.\n\nCo-Authored-By: Claude Sonnet 4.5 \u003cnoreply@anthropic.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/ide-harness/src/ide_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/cli-harness/src/cli_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Remove region profile\n\n* More profile updates\n\n* More profile updates\n\n* Update scripts/aidlc-evaluator/pyproject.toml\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Make docker builder script executable\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/contracttest/src/contracttest/server.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e",
"Tags": [],
"Fingerprint": "aaca23db0bb62347189d2305536ad1c1d2e991f3:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:107"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 119,
"EndLine": 119,
"StartColumn": 15,
"EndColumn": 60,
"Match": "token\": \"ghp_1234567890abcdefghijklmnopqrstuv\"",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "aaca23db0bb62347189d2305536ad1c1d2e991f3",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/aaca23db0bb62347189d2305536ad1c1d2e991f3/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L119",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "109810187+harmjeff@users.noreply.github.com",
"Date": "2026-03-19T17:06:40Z",
"Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n\n* test: fix cross-platform compatibility in test_run_command.py\n\nReplace shell-specific commands with Python equivalents to ensure tests\npass on all platforms (Windows/Mac/Linux) when using shell=False:\n\n- Replace `echo 'content' \u003e file` with Python pathlib file writing\n- Replace shell builtin `exit N` with Python `sys.exit(N)`\n- Replace `echo 'msg' \u003e\u00262` with Python `sys.stderr.write()`\n- Update command-not-found test to handle both OSError and exit code 127\n\nAll 245 tests now pass successfully on Windows.\n\nCo-Authored-By: Claude Sonnet 4.5 \u003cnoreply@anthropic.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/ide-harness/src/ide_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/cli-harness/src/cli_harness/prompt_template.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Remove region profile\n\n* More profile updates\n\n* More profile updates\n\n* Update scripts/aidlc-evaluator/pyproject.toml\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Make docker builder script executable\n\n* Update scripts/aidlc-evaluator/README.md\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/shared/src/shared/sandbox.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/contracttest/src/contracttest/server.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n* Update scripts/aidlc-evaluator/packages/execution/src/aidlc_runner/post_run.py\n\nCodebuilder fixes\n\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\nCo-authored-by: Scott Schreckengaust \u003cscottschreckengaust@users.noreply.github.com\u003e",
"Tags": [],
"Fingerprint": "aaca23db0bb62347189d2305536ad1c1d2e991f3:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:119"
},
{
"RuleID": "jwt",
"Description": "Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.",
"StartLine": 29,
"EndLine": 29,
"StartColumn": 40,
"EndColumn": 195,
"Match": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\"",
"Secret": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/bdecf64bd99dbd80b700dde83d23eeb5b65b848c/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L29",
"Entropy": 5.4440703,
"Author": "Jeff Harman",
"Email": "harmjeff@amazon.com",
"Date": "2026-03-12T20:01:35Z",
"Message": "feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e",
"Tags": [],
"Fingerprint": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:jwt:29"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 36,
"EndLine": 36,
"StartColumn": 18,
"EndColumn": 67,
"Match": "GITHUB_TOKEN=ghp_1234567890abcdefghijklmnopqrstuv\"",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/bdecf64bd99dbd80b700dde83d23eeb5b65b848c/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L36",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "harmjeff@amazon.com",
"Date": "2026-03-12T20:01:35Z",
"Message": "feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e",
"Tags": [],
"Fingerprint": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:36"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 63,
"EndLine": 63,
"StartColumn": 18,
"EndColumn": 58,
"Match": "api_key=a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4\"",
"Secret": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/bdecf64bd99dbd80b700dde83d23eeb5b65b848c/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L63",
"Entropy": 3.561278,
"Author": "Jeff Harman",
"Email": "harmjeff@amazon.com",
"Date": "2026-03-12T20:01:35Z",
"Message": "feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e",
"Tags": [],
"Fingerprint": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:63"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 73,
"EndLine": 73,
"StartColumn": 10,
"EndColumn": 51,
"Match": "TOKEN=ghp_1234567890abcdefghijklmnopqrstuv",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/bdecf64bd99dbd80b700dde83d23eeb5b65b848c/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L73",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "harmjeff@amazon.com",
"Date": "2026-03-12T20:01:35Z",
"Message": "feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e",
"Tags": [],
"Fingerprint": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:73"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 107,
"EndLine": 107,
"StartColumn": 15,
"EndColumn": 60,
"Match": "token\": \"ghp_1234567890abcdefghijklmnopqrstuv\"",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/bdecf64bd99dbd80b700dde83d23eeb5b65b848c/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L107",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "harmjeff@amazon.com",
"Date": "2026-03-12T20:01:35Z",
"Message": "feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e",
"Tags": [],
"Fingerprint": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:107"
},
{
"RuleID": "generic-api-key",
"Description": "Detected a Generic API Key, potentially exposing access to various services and sensitive operations.",
"StartLine": 119,
"EndLine": 119,
"StartColumn": 15,
"EndColumn": 60,
"Match": "token\": \"ghp_1234567890abcdefghijklmnopqrstuv\"",
"Secret": "ghp_1234567890abcdefghijklmnopqrstuv",
"File": "scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py",
"SymlinkFile": "",
"Commit": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c",
"Link": "https://github.com/awslabs/aidlc-workflows/blob/bdecf64bd99dbd80b700dde83d23eeb5b65b848c/scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py#L119",
"Entropy": 5.003258,
"Author": "Jeff Harman",
"Email": "harmjeff@amazon.com",
"Date": "2026-03-12T20:01:35Z",
"Message": "feat: add aidlc-evaluator framework\n\nEvaluation and reporting framework for validating AI-DLC workflow changes.\nIncludes execution, qualitative/quantitative scoring, contract testing,\nreporting packages, and CLI/IDE harness adapters.\n\nAlso fixes pytest import-mode collision for same-named test files across\npackages, and documents known Windows test_run_command.py failures.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e",
"Tags": [],
"Fingerprint": "bdecf64bd99dbd80b700dde83d23eeb5b65b848c:scripts/aidlc-evaluator/packages/shared/tests/test_credential_scrubber.py:generic-api-key:119"
}
]