@clear-capabilities/agentic-security-scanner 0.147.0 → 0.148.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 (45) hide show
  1. package/CHANGELOG.md +204 -0
  2. package/bin/agentic-security.js +47 -15
  3. package/dist/1122.index.js +79 -2
  4. package/dist/3180.index.js +73 -1
  5. package/dist/5051.index.js +77 -6
  6. package/dist/agentic-security.mjs +2 -2
  7. package/dist/agentic-security.mjs.sha256 +1 -1
  8. package/dist/compliance-frameworks/nist-800-171-r3.json +1269 -0
  9. package/dist/frontend/index.html +21 -0
  10. package/dist/frontend/src/app.js +176 -0
  11. package/dist/frontend/src/components/evidence-inspector.js +141 -0
  12. package/dist/frontend/src/components/filter-rail.js +119 -0
  13. package/dist/frontend/src/components/query-bar.js +126 -0
  14. package/dist/frontend/src/data/flagship-graph.js +1460 -0
  15. package/dist/frontend/src/export-entry.js +36 -0
  16. package/dist/frontend/src/lib/api-client.js +92 -0
  17. package/dist/frontend/src/lib/contrast.js +34 -0
  18. package/dist/frontend/src/lib/dom.js +24 -0
  19. package/dist/frontend/src/lib/escape-html.js +16 -0
  20. package/dist/frontend/src/lib/flow-path.js +40 -0
  21. package/dist/frontend/src/lib/focus-controls.js +149 -0
  22. package/dist/frontend/src/lib/protection-visual.js +46 -0
  23. package/dist/frontend/src/lib/query-language.js +240 -0
  24. package/dist/frontend/src/lib/row-filters.js +43 -0
  25. package/dist/frontend/src/lib/state.js +84 -0
  26. package/dist/frontend/src/main.js +83 -0
  27. package/dist/frontend/src/shell.js +184 -0
  28. package/dist/frontend/src/views/architecture-view.js +798 -0
  29. package/dist/frontend/src/views/inventory-view.js +292 -0
  30. package/dist/frontend/src/views/privacy-view.js +172 -0
  31. package/dist/frontend/src/views/trace-view.js +206 -0
  32. package/dist/frontend/styles/architecture-view.css +93 -0
  33. package/dist/frontend/styles/filter-rail.css +34 -0
  34. package/dist/frontend/styles/inspector.css +69 -0
  35. package/dist/frontend/styles/inventory-view.css +74 -0
  36. package/dist/frontend/styles/privacy-view.css +86 -0
  37. package/dist/frontend/styles/query-bar.css +107 -0
  38. package/dist/frontend/styles/shell.css +155 -0
  39. package/dist/frontend/styles/tokens.css +128 -0
  40. package/dist/frontend/styles/trace-view.css +95 -0
  41. package/package.json +2 -2
  42. package/src/posture/auditor-walkthrough.js +89 -6
  43. package/src/posture/compliance-frameworks/nist-800-171-r3.json +1269 -0
  44. package/src/server/static-assets.js +11 -6
  45. package/src/shared/frontend-root.js +52 -0
@@ -0,0 +1,1269 @@
1
+ {
2
+ "id": "nist-800-171-r3",
3
+ "name": "NIST SP 800-171 Rev. 3 — Protecting CUI in Nonfederal Systems",
4
+ "publisher": "NIST",
5
+ "license": "public-domain (US Federal publication)",
6
+ "url": "https://csrc.nist.gov/pubs/sp/800/171/r3/final",
7
+ "note": "Control text is generated from docs/standards/NIST_SP_800_171r3_Controls.csv by scripts/nist-800-171/build-catalog.py. The codeTestable rating is THIS ENGINE'S judgment, not NIST's. Unlike the AI 600-1 workbook, the 800-171 export rates no control for testability. Ratings and their rationales live in scripts/nist-800-171/code-testability.json.",
8
+ "scope": "FULL CATALOGUE — all 97 requirements of NIST SP 800-171 Rev. 3 are carried, deliberately including those this engine cannot assess, because omitting them would read as coverage. Automated evidence is PARTIAL and unevenly distributed: 16 requirements are rated code-testable, 38 partial, and 43 are organisational, physical or personnel controls NOT represented by any automated signal: all of Awareness and Training, Personnel Security and Physical Protection, and most of Incident Response, Maintenance and Media Protection. Those are forced to 'partial' with an explicit disclosure and can never read as satisfied. This is not a CMMC assessment and produces no SPRS score.",
9
+ "controlsDigest": "28e4a38c393e1457",
10
+ "controlCount": 97,
11
+ "controls": [
12
+ {
13
+ "id": "03.01.01",
14
+ "function": "Access Control",
15
+ "category": "03.01 Access Control",
16
+ "summary": "Account Management: a. Define the types of system accounts allowed and prohibited. b. Create, enable, modify, disable, and remove system accounts in accordance with policy, procedures, prerequisites, and criteria. c.…",
17
+ "codeTestable": "partial",
18
+ "evidence": [
19
+ "No automated signal in this engine, Auth wiring is visible in code; account creation/approval/notification lifecycle is a process no scanner observes.",
20
+ "Reported as an engine gap: this requirement is code-observable in principle, but no detector here decides it."
21
+ ]
22
+ },
23
+ {
24
+ "id": "03.01.02",
25
+ "function": "Access Control",
26
+ "category": "03.01 Access Control",
27
+ "summary": "Access Enforcement: Enforce approved authorizations for logical access to CUI and system resources in accordance with applicable access control policies.",
28
+ "codeTestable": "yes",
29
+ "evidence": [
30
+ "Zero open findings at the configured severity in: broken-access-control, idor, springboot-missing-authz, authz-matrix-inconsistency, mass-assignment."
31
+ ],
32
+ "mapsTo": [
33
+ "family:broken-access-control",
34
+ "family:idor",
35
+ "family:springboot-missing-authz",
36
+ "family:authz-matrix-inconsistency",
37
+ "family:mass-assignment"
38
+ ]
39
+ },
40
+ {
41
+ "id": "03.01.03",
42
+ "function": "Access Control",
43
+ "category": "03.01 Access Control",
44
+ "summary": "Information Flow Enforcement: Enforce approved authorizations for controlling the flow of CUI within the system and between connected systems.",
45
+ "codeTestable": "partial",
46
+ "evidence": [
47
+ "Zero open findings at the configured severity in: ssrf, open-redirect, permissive-cors-allow-origin."
48
+ ],
49
+ "mapsTo": [
50
+ "family:ssrf",
51
+ "family:open-redirect",
52
+ "family:permissive-cors-allow-origin"
53
+ ]
54
+ },
55
+ {
56
+ "id": "03.01.04",
57
+ "function": "Access Control",
58
+ "category": "03.01 Access Control",
59
+ "summary": "Separation of Duties: a. Identify the duties of individuals requiring separation. b. Define system access authorizations to support separation of duties.",
60
+ "codeTestable": "no",
61
+ "evidence": [
62
+ "Not evidenced by code analysis, Separation of duties is an organisational role-design decision.",
63
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
64
+ ]
65
+ },
66
+ {
67
+ "id": "03.01.05",
68
+ "function": "Access Control",
69
+ "category": "03.01 Access Control",
70
+ "summary": "Least Privilege: a. Allow only authorized system access for users (or processes acting on behalf of users) that is necessary to accomplish assigned organizational tasks. b. Authorize access to [Assignment:…",
71
+ "codeTestable": "yes",
72
+ "evidence": [
73
+ "Zero open findings at the configured severity in: k8s-rbac-cluster-admin, k8s-rbac-wildcard, k8s-rbac-overbroad-binding, terraform-iam-action-wildcard, k8s-pod-security-privileged."
74
+ ],
75
+ "mapsTo": [
76
+ "family:k8s-rbac-cluster-admin",
77
+ "family:k8s-rbac-wildcard",
78
+ "family:k8s-rbac-overbroad-binding",
79
+ "family:terraform-iam-action-wildcard",
80
+ "family:k8s-pod-security-privileged"
81
+ ]
82
+ },
83
+ {
84
+ "id": "03.01.06",
85
+ "function": "Access Control",
86
+ "category": "03.01 Access Control",
87
+ "summary": "Least Privilege - Privileged Accounts: a. Restrict privileged accounts on the system to [Assignment: organization-defined personnel or roles]. b. Require that users (or roles) with privileged accounts use non-privileged accounts when…",
88
+ "codeTestable": "partial",
89
+ "evidence": [
90
+ "Zero open findings at the configured severity in: k8s-rbac-cluster-admin, terraform-iam-action-wildcard."
91
+ ],
92
+ "mapsTo": [
93
+ "family:k8s-rbac-cluster-admin",
94
+ "family:terraform-iam-action-wildcard"
95
+ ]
96
+ },
97
+ {
98
+ "id": "03.01.07",
99
+ "function": "Access Control",
100
+ "category": "03.01 Access Control",
101
+ "summary": "Least Privilege - Privileged Functions: a. Prevent non-privileged users from executing privileged functions. b. Log the execution of privileged functions.",
102
+ "codeTestable": "partial",
103
+ "evidence": [
104
+ "Zero open findings at the configured severity in: broken-access-control, k8s-pod-security-allow-privesc."
105
+ ],
106
+ "mapsTo": [
107
+ "family:broken-access-control",
108
+ "family:k8s-pod-security-allow-privesc"
109
+ ]
110
+ },
111
+ {
112
+ "id": "03.01.08",
113
+ "function": "Access Control",
114
+ "category": "03.01 Access Control",
115
+ "summary": "Unsuccessful Logon Attempts: a. Enforce a limit of [Assignment: organization-defined number] consecutive invalid logon attempts by a user during a [Assignment: organization-defined time period]. b. Automatically [Selection: lock…",
116
+ "codeTestable": "yes",
117
+ "evidence": [
118
+ "Zero open findings at the configured severity in: auth-endpoint-missing-rate-limiting."
119
+ ],
120
+ "mapsTo": [
121
+ "family:auth-endpoint-missing-rate-limiting"
122
+ ]
123
+ },
124
+ {
125
+ "id": "03.01.09",
126
+ "function": "Access Control",
127
+ "category": "03.01 Access Control",
128
+ "summary": "System Use Notification: Display a system use notification message with privacy and security notices consistent with applicable CUI rules before granting access to the system.",
129
+ "codeTestable": "no",
130
+ "evidence": [
131
+ "Not evidenced by code analysis, Presence and wording of a system-use banner is a deployment/UI policy matter.",
132
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
133
+ ]
134
+ },
135
+ {
136
+ "id": "03.01.10",
137
+ "function": "Access Control",
138
+ "category": "03.01 Access Control",
139
+ "summary": "Device Lock: a. Prevent access to the system by [Selection: initiating a device lock after [Assignment: organization-defined time period] of inactivity; requiring the user to initiate a device lock before leaving…",
140
+ "codeTestable": "no",
141
+ "evidence": [
142
+ "Not evidenced by code analysis, Device lock is an endpoint OS configuration.",
143
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
144
+ ]
145
+ },
146
+ {
147
+ "id": "03.01.11",
148
+ "function": "Access Control",
149
+ "category": "03.01 Access Control",
150
+ "summary": "Session Termination: Terminate a user session automatically after [Assignment: organization-defined conditions or trigger events requiring session disconnect].",
151
+ "codeTestable": "partial",
152
+ "evidence": [
153
+ "Zero open findings at the configured severity in: jwt-no-exp."
154
+ ],
155
+ "mapsTo": [
156
+ "family:jwt-no-exp"
157
+ ]
158
+ },
159
+ {
160
+ "id": "03.01.12",
161
+ "function": "Access Control",
162
+ "category": "03.01 Access Control",
163
+ "summary": "Remote Access: a. Establish usage restrictions, configuration requirements, and connection requirements for each type of allowable remote system access. b. Authorize each type of remote system access prior to…",
164
+ "codeTestable": "partial",
165
+ "evidence": [
166
+ "Zero open findings at the configured severity in: insecure-http, crypto-tls-version, crypto-tls-no-verify."
167
+ ],
168
+ "mapsTo": [
169
+ "family:insecure-http",
170
+ "family:crypto-tls-version",
171
+ "family:crypto-tls-no-verify"
172
+ ]
173
+ },
174
+ {
175
+ "id": "03.01.16",
176
+ "function": "Access Control",
177
+ "category": "03.01 Access Control",
178
+ "summary": "Wireless Access: a. Establish usage restrictions, configuration requirements, and connection requirements for each type of wireless access to the system. b. Authorize each type of wireless access to the system prior…",
179
+ "codeTestable": "no",
180
+ "evidence": [
181
+ "Not evidenced by code analysis, Wireless configuration is network infrastructure.",
182
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
183
+ ]
184
+ },
185
+ {
186
+ "id": "03.01.18",
187
+ "function": "Access Control",
188
+ "category": "03.01 Access Control",
189
+ "summary": "Access Control for Mobile Devices: a. Establish usage restrictions, configuration requirements, and connection requirements for mobile devices. b. Authorize the connection of mobile devices to the system. c. Implement full-device or…",
190
+ "codeTestable": "partial",
191
+ "evidence": [
192
+ "Zero open findings at the configured severity in: swift-insecure-storage, dart-insecure-storage, swift-webview-unsafe, dart-webview-unsafe, ios-webview-untrusted-url."
193
+ ],
194
+ "mapsTo": [
195
+ "family:swift-insecure-storage",
196
+ "family:dart-insecure-storage",
197
+ "family:swift-webview-unsafe",
198
+ "family:dart-webview-unsafe",
199
+ "family:ios-webview-untrusted-url"
200
+ ]
201
+ },
202
+ {
203
+ "id": "03.01.20",
204
+ "function": "Access Control",
205
+ "category": "03.01 Access Control",
206
+ "summary": "Use of External Systems: a. Prohibit the use of external systems unless the systems are specifically authorized. b. Establish the following security requirements to be satisfied on external systems prior to allowing use of…",
207
+ "codeTestable": "no",
208
+ "evidence": [
209
+ "Not evidenced by code analysis, Authorization of external systems is a contractual and organisational control.",
210
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
211
+ ]
212
+ },
213
+ {
214
+ "id": "03.01.22",
215
+ "function": "Access Control",
216
+ "category": "03.01 Access Control",
217
+ "summary": "Publicly Accessible Content: a. Train authorized individuals to ensure that publicly accessible information does not contain CUI. b. Review the content on publicly accessible systems for CUI and remove such information, if…",
218
+ "codeTestable": "partial",
219
+ "evidence": [
220
+ "Zero open findings at the configured severity in: aws-public-s3, terraform-s3-bucket-acl-public-read."
221
+ ],
222
+ "mapsTo": [
223
+ "family:aws-public-s3",
224
+ "family:terraform-s3-bucket-acl-public-read"
225
+ ]
226
+ },
227
+ {
228
+ "id": "03.02.01",
229
+ "function": "Awareness and Training",
230
+ "category": "03.02 Awareness and Training",
231
+ "summary": "Literacy Training and Awareness: a. Provide security literacy training to system users: 1. As part of initial training for new users and [Assignment: organization-defined frequency] thereafter, 2. When required by system changes or…",
232
+ "codeTestable": "no",
233
+ "evidence": [
234
+ "Not evidenced by code analysis, Security literacy training is delivered to people, not code.",
235
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
236
+ ]
237
+ },
238
+ {
239
+ "id": "03.02.02",
240
+ "function": "Awareness and Training",
241
+ "category": "03.02 Awareness and Training",
242
+ "summary": "Role-Based Training: a. Provide role-based security training to organizational personnel: 1. Before authorizing access to the system or CUI, before performing assigned duties, and [Assignment: organization-defined…",
243
+ "codeTestable": "no",
244
+ "evidence": [
245
+ "Not evidenced by code analysis, Role-based training is delivered to people, not code.",
246
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
247
+ ]
248
+ },
249
+ {
250
+ "id": "03.03.01",
251
+ "function": "Audit and Accountability",
252
+ "category": "03.03 Audit and Accountability",
253
+ "summary": "Event Logging: a. Specify the following event types selected for logging within the system: [Assignment: organization-defined event types]. b. Review and update the event types selected for logging [Assignment:…",
254
+ "codeTestable": "partial",
255
+ "evidence": [
256
+ "No automated signal in this engine, No detector decides which event types a customer system logs; only the surrounding scan history is observable.",
257
+ "Reported as an engine gap: this requirement is code-observable in principle, but no detector here decides it."
258
+ ]
259
+ },
260
+ {
261
+ "id": "03.03.02",
262
+ "function": "Audit and Accountability",
263
+ "category": "03.03 Audit and Accountability",
264
+ "summary": "Audit Record Content: a. Include the following content in audit records: 1. What type of event occurred, 2. When the event occurred, 3. Where the event occurred, 4. Source of the event, 5. Outcome of the event, 6.…",
265
+ "codeTestable": "no",
266
+ "evidence": [
267
+ "Not evidenced by code analysis, Audit record content fields are a logging-schema decision no detector inspects.",
268
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
269
+ ]
270
+ },
271
+ {
272
+ "id": "03.03.03",
273
+ "function": "Audit and Accountability",
274
+ "category": "03.03 Audit and Accountability",
275
+ "summary": "Audit Record Generation: a. Generate audit records for the selected event types and audit record content specified in 03.03.01 and 03.03.02. b. Retain audit records for a time period consistent with the records retention…",
276
+ "codeTestable": "partial",
277
+ "evidence": [
278
+ "No automated signal in this engine, Audit record generation and retention are runtime properties this engine does not observe.",
279
+ "Reported as an engine gap: this requirement is code-observable in principle, but no detector here decides it."
280
+ ]
281
+ },
282
+ {
283
+ "id": "03.03.04",
284
+ "function": "Audit and Accountability",
285
+ "category": "03.03 Audit and Accountability",
286
+ "summary": "Response to Audit Logging Process Failures: a. Alert organizational personnel or roles within [Assignment: organization-defined time period] in the event of an audit logging process failure. b. Take the following additional actions:…",
287
+ "codeTestable": "no",
288
+ "evidence": [
289
+ "Not evidenced by code analysis, Alerting on audit-logging failure is an operational runbook control.",
290
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
291
+ ]
292
+ },
293
+ {
294
+ "id": "03.03.05",
295
+ "function": "Audit and Accountability",
296
+ "category": "03.03 Audit and Accountability",
297
+ "summary": "Audit Record Review, Analysis, and Reporting: a. Review and analyze system audit records [Assignment: organization-defined frequency] for indications and the potential impact of inappropriate or unusual activity. b. Report findings to…",
298
+ "codeTestable": "no",
299
+ "evidence": [
300
+ "Not evidenced by code analysis, Human review and correlation of audit records.",
301
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
302
+ ]
303
+ },
304
+ {
305
+ "id": "03.03.06",
306
+ "function": "Audit and Accountability",
307
+ "category": "03.03 Audit and Accountability",
308
+ "summary": "Audit Record Reduction and Report Generation: a. Implement an audit record reduction and report generation capability that supports audit record review, analysis, reporting requirements, and after-the-fact investigations of incidents. b.…",
309
+ "codeTestable": "no",
310
+ "evidence": [
311
+ "Not evidenced by code analysis, Audit reduction and reporting is a SIEM capability.",
312
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
313
+ ]
314
+ },
315
+ {
316
+ "id": "03.03.07",
317
+ "function": "Audit and Accountability",
318
+ "category": "03.03 Audit and Accountability",
319
+ "summary": "Time Stamps: a. Use internal system clocks to generate time stamps for audit records. b. Record time stamps for audit records that meet [Assignment: organization-defined granularity of time measurement] and that…",
320
+ "codeTestable": "no",
321
+ "evidence": [
322
+ "Not evidenced by code analysis, System clock and timestamp granularity are host configuration.",
323
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
324
+ ]
325
+ },
326
+ {
327
+ "id": "03.03.08",
328
+ "function": "Audit and Accountability",
329
+ "category": "03.03 Audit and Accountability",
330
+ "summary": "Protection of Audit Information: a. Protect audit information and audit logging tools from unauthorized access, modification, and deletion. b. Authorize access to management of audit logging functionality to only a subset of…",
331
+ "codeTestable": "partial",
332
+ "evidence": [
333
+ "Artifact(s) present: integrity."
334
+ ],
335
+ "mapsTo": [
336
+ "module:integrity"
337
+ ]
338
+ },
339
+ {
340
+ "id": "03.04.01",
341
+ "function": "Configuration Management",
342
+ "category": "03.04 Configuration Management",
343
+ "summary": "Baseline Configuration: a. Develop and maintain under configuration control, a current baseline configuration of the system. b. Review and update the baseline configuration of the system [Assignment: organization-defined…",
344
+ "codeTestable": "partial",
345
+ "evidence": [
346
+ "Zero open findings at the configured severity in: iac-misconfig."
347
+ ],
348
+ "mapsTo": [
349
+ "family:iac-misconfig"
350
+ ]
351
+ },
352
+ {
353
+ "id": "03.04.02",
354
+ "function": "Configuration Management",
355
+ "category": "03.04 Configuration Management",
356
+ "summary": "Configuration Settings: a. Establish, document, and implement the following configuration settings for the system that reflect the most restrictive mode consistent with operational requirements: [Assignment:…",
357
+ "codeTestable": "yes",
358
+ "evidence": [
359
+ "Zero open findings at the configured severity in: iac-misconfig, k8s-pod-security-privileged, k8s-pod-security-run-as-root, k8s-securitycontext-privileged-true, terraform-encryption-disabled-at-rest."
360
+ ],
361
+ "mapsTo": [
362
+ "family:iac-misconfig",
363
+ "family:k8s-pod-security-privileged",
364
+ "family:k8s-pod-security-run-as-root",
365
+ "family:k8s-securitycontext-privileged-true",
366
+ "family:terraform-encryption-disabled-at-rest"
367
+ ]
368
+ },
369
+ {
370
+ "id": "03.04.03",
371
+ "function": "Configuration Management",
372
+ "category": "03.04 Configuration Management",
373
+ "summary": "Configuration Change Control: a. Define the types of changes to the system that are configuration-controlled. b. Review proposed configuration-controlled changes to the system, and approve or disapprove such changes with explicit…",
374
+ "codeTestable": "partial",
375
+ "evidence": [
376
+ "Zero open findings at the configured severity in: dockerfile-image-uses-latest-tag."
377
+ ],
378
+ "mapsTo": [
379
+ "family:dockerfile-image-uses-latest-tag"
380
+ ]
381
+ },
382
+ {
383
+ "id": "03.04.04",
384
+ "function": "Configuration Management",
385
+ "category": "03.04 Configuration Management",
386
+ "summary": "Impact Analyses: a. Analyze changes to the system to determine potential security impacts prior to change implementation. b. Verify that the security requirements for the system continue to be satisfied after the…",
387
+ "codeTestable": "partial",
388
+ "evidence": [
389
+ "Artifact(s) present: scan-history."
390
+ ],
391
+ "mapsTo": [
392
+ "module:scan-history"
393
+ ]
394
+ },
395
+ {
396
+ "id": "03.04.05",
397
+ "function": "Configuration Management",
398
+ "category": "03.04 Configuration Management",
399
+ "summary": "Access Restrictions for Change: Define, document, approve, and enforce physical and logical access restrictions associated with changes to the system.",
400
+ "codeTestable": "partial",
401
+ "evidence": [
402
+ "No automated signal in this engine, Over-broad pipeline write permissions are observable; physical and logical change restrictions largely are not.",
403
+ "Reported as an engine gap: this requirement is code-observable in principle, but no detector here decides it."
404
+ ]
405
+ },
406
+ {
407
+ "id": "03.04.06",
408
+ "function": "Configuration Management",
409
+ "category": "03.04 Configuration Management",
410
+ "summary": "Least Functionality: a. Configure the system to provide only mission-essential capabilities. b. Prohibit or restrict use of the following functions, ports, protocols, connections, and services: [Assignment:…",
411
+ "codeTestable": "yes",
412
+ "evidence": [
413
+ "Zero open findings at the configured severity in: k8s-pod-security-capabilities-broad, k8s-pod-security-hostnetwork, k8s-pod-security-hostpid, k8s-pod-security-hostpath, container-runtime."
414
+ ],
415
+ "mapsTo": [
416
+ "family:k8s-pod-security-capabilities-broad",
417
+ "family:k8s-pod-security-hostnetwork",
418
+ "family:k8s-pod-security-hostpid",
419
+ "family:k8s-pod-security-hostpath",
420
+ "family:container-runtime"
421
+ ]
422
+ },
423
+ {
424
+ "id": "03.04.08",
425
+ "function": "Configuration Management",
426
+ "category": "03.04 Configuration Management",
427
+ "summary": "Authorized Software - Allow by Exception: a. Identify software programs authorized to execute on the system. b. Implement a deny-all, allow-by-exception policy for the execution of authorized software programs on the system. c. Review and…",
428
+ "codeTestable": "partial",
429
+ "evidence": [
430
+ "Zero open findings at the configured severity in: malicious-install-script, supply-chain."
431
+ ],
432
+ "mapsTo": [
433
+ "family:malicious-install-script",
434
+ "family:supply-chain"
435
+ ]
436
+ },
437
+ {
438
+ "id": "03.04.10",
439
+ "function": "Configuration Management",
440
+ "category": "03.04 Configuration Management",
441
+ "summary": "System Component Inventory: a. Develop and document an inventory of system components. b. Review and update the system component inventory [Assignment: organization-defined frequency]. c. Update the system component inventory…",
442
+ "codeTestable": "partial",
443
+ "evidence": [
444
+ "Artifact(s) present: sbom-diff, aibom."
445
+ ],
446
+ "mapsTo": [
447
+ "module:sbom-diff",
448
+ "module:aibom"
449
+ ]
450
+ },
451
+ {
452
+ "id": "03.04.11",
453
+ "function": "Configuration Management",
454
+ "category": "03.04 Configuration Management",
455
+ "summary": "Information Location: a. Identify and document the location of CUI and the system components on which the information is processed and stored. b. Document changes to the system or system component location where CUI is…",
456
+ "codeTestable": "partial",
457
+ "evidence": [
458
+ "Artifact(s) present: privacy-taint."
459
+ ],
460
+ "mapsTo": [
461
+ "module:privacy-taint"
462
+ ]
463
+ },
464
+ {
465
+ "id": "03.04.12",
466
+ "function": "Configuration Management",
467
+ "category": "03.04 Configuration Management",
468
+ "summary": "System and Component Configuration for High-Risk Areas: a. Issue systems or system components with the following configurations to individuals traveling to high-risk locations: [Assignment: organization-defined system configurations]. b. Apply the…",
469
+ "codeTestable": "no",
470
+ "evidence": [
471
+ "Not evidenced by code analysis, Travel/high-risk-area device configuration is an operational control.",
472
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
473
+ ]
474
+ },
475
+ {
476
+ "id": "03.05.01",
477
+ "function": "Identification and Authentication",
478
+ "category": "03.05 Identification and Authentication",
479
+ "summary": "User Identification and Authentication: a. Uniquely identify and authenticate system users, and associate that unique identification with processes acting on behalf of those users. b. Re-authenticate users when [Assignment:…",
480
+ "codeTestable": "yes",
481
+ "evidence": [
482
+ "Zero open findings at the configured severity in: broken-access-control, jwt-no-verify, crypto-jwt-none, crypto-jwt-key-confusion."
483
+ ],
484
+ "mapsTo": [
485
+ "family:broken-access-control",
486
+ "family:jwt-no-verify",
487
+ "family:crypto-jwt-none",
488
+ "family:crypto-jwt-key-confusion"
489
+ ]
490
+ },
491
+ {
492
+ "id": "03.05.02",
493
+ "function": "Identification and Authentication",
494
+ "category": "03.05 Identification and Authentication",
495
+ "summary": "Device Identification and Authentication: Uniquely identify and authenticate [Assignment: organization-defined devices or types of devices] before establishing a system connection.",
496
+ "codeTestable": "no",
497
+ "evidence": [
498
+ "Not evidenced by code analysis, Device authentication is network infrastructure.",
499
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
500
+ ]
501
+ },
502
+ {
503
+ "id": "03.05.03",
504
+ "function": "Identification and Authentication",
505
+ "category": "03.05 Identification and Authentication",
506
+ "summary": "Multi-Factor Authentication: Implement multi-factor authentication for access to privileged and non-privileged accounts.",
507
+ "codeTestable": "no",
508
+ "evidence": [
509
+ "Not evidenced by code analysis, No detector decides whether MFA is enforced for account access.",
510
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
511
+ ]
512
+ },
513
+ {
514
+ "id": "03.05.04",
515
+ "function": "Identification and Authentication",
516
+ "category": "03.05 Identification and Authentication",
517
+ "summary": "Replay-Resistant Authentication: Implement replay-resistant authentication mechanisms for access to privileged and non-privileged accounts.",
518
+ "codeTestable": "partial",
519
+ "evidence": [
520
+ "Zero open findings at the configured severity in: jwt-no-exp."
521
+ ],
522
+ "mapsTo": [
523
+ "family:jwt-no-exp"
524
+ ]
525
+ },
526
+ {
527
+ "id": "03.05.05",
528
+ "function": "Identification and Authentication",
529
+ "category": "03.05 Identification and Authentication",
530
+ "summary": "Identifier Management: a. Receive authorization from organizational personnel or roles to assign an individual, group, role, service, or device identifier. b. Select and assign an identifier that identifies an individual,…",
531
+ "codeTestable": "no",
532
+ "evidence": [
533
+ "Not evidenced by code analysis, Identifier assignment and reuse prevention is an identity-management process.",
534
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
535
+ ]
536
+ },
537
+ {
538
+ "id": "03.05.07",
539
+ "function": "Identification and Authentication",
540
+ "category": "03.05 Identification and Authentication",
541
+ "summary": "Password Management: a. Maintain a list of commonly-used, expected, or compromised passwords, and update the list [Assignment: organization-defined frequency] and when organizational passwords are suspected to have been…",
542
+ "codeTestable": "yes",
543
+ "evidence": [
544
+ "Zero open findings at the configured severity in: weak-password-hash, crypto-kdf-weak, weak-hardcoded-session-secret."
545
+ ],
546
+ "mapsTo": [
547
+ "family:weak-password-hash",
548
+ "family:crypto-kdf-weak",
549
+ "family:weak-hardcoded-session-secret"
550
+ ]
551
+ },
552
+ {
553
+ "id": "03.05.11",
554
+ "function": "Identification and Authentication",
555
+ "category": "03.05 Identification and Authentication",
556
+ "summary": "Authentication Feedback: Obscure feedback of authentication information during the authentication process.",
557
+ "codeTestable": "no",
558
+ "evidence": [
559
+ "Not evidenced by code analysis, Obscuring authentication feedback is a UI behaviour.",
560
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
561
+ ]
562
+ },
563
+ {
564
+ "id": "03.05.12",
565
+ "function": "Identification and Authentication",
566
+ "category": "03.05 Identification and Authentication",
567
+ "summary": "Authenticator Management: a. Verify the identity of the individual, group, role, service, or device receiving the authenticator as part of the initial authenticator distribution. b. Establish initial authenticator content for…",
568
+ "codeTestable": "yes",
569
+ "evidence": [
570
+ "Zero open findings at the configured severity in: hardcoded-secret, secret, key-hygiene."
571
+ ],
572
+ "mapsTo": [
573
+ "family:hardcoded-secret",
574
+ "family:secret",
575
+ "family:key-hygiene"
576
+ ]
577
+ },
578
+ {
579
+ "id": "03.06.01",
580
+ "function": "Incident Response",
581
+ "category": "03.06 Incident Response",
582
+ "summary": "Incident Handling: Implement an incident-handling capability that is consistent with the incident response plan and includes preparation, detection and analysis, containment, eradication, and recovery.",
583
+ "codeTestable": "no",
584
+ "evidence": [
585
+ "Not evidenced by code analysis, Incident handling is an operational capability.",
586
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
587
+ ]
588
+ },
589
+ {
590
+ "id": "03.06.02",
591
+ "function": "Incident Response",
592
+ "category": "03.06 Incident Response",
593
+ "summary": "Incident Monitoring, Reporting, and Response Assistance: a. Track and document system security incidents. b. Report suspected incidents to the organizational incident response capability within [Assignment: organization-defined time period]. c. Report…",
594
+ "codeTestable": "no",
595
+ "evidence": [
596
+ "Not evidenced by code analysis, Incident tracking and reporting is an operational process.",
597
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
598
+ ]
599
+ },
600
+ {
601
+ "id": "03.06.03",
602
+ "function": "Incident Response",
603
+ "category": "03.06 Incident Response",
604
+ "summary": "Incident Response Testing: Test the effectiveness of the incident response capability [Assignment: organization-defined frequency].",
605
+ "codeTestable": "no",
606
+ "evidence": [
607
+ "Not evidenced by code analysis, Incident response exercises are organisational.",
608
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
609
+ ]
610
+ },
611
+ {
612
+ "id": "03.06.04",
613
+ "function": "Incident Response",
614
+ "category": "03.06 Incident Response",
615
+ "summary": "Incident Response Training: a. Provide incident response training to system users consistent with assigned roles and responsibilities: 1. Within [Assignment: organization-defined time period] of assuming an incident response…",
616
+ "codeTestable": "no",
617
+ "evidence": [
618
+ "Not evidenced by code analysis, Incident response training is delivered to people.",
619
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
620
+ ]
621
+ },
622
+ {
623
+ "id": "03.06.05",
624
+ "function": "Incident Response",
625
+ "category": "03.06 Incident Response",
626
+ "summary": "Incident Response Plan: a. Develop an incident response plan that: 1. Provides the organization with a roadmap, 2. Describes the structure and organization, 3. Provides a high-level approach, 4. Defines reportable…",
627
+ "codeTestable": "no",
628
+ "evidence": [
629
+ "Not evidenced by code analysis, The incident response plan is a document.",
630
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
631
+ ]
632
+ },
633
+ {
634
+ "id": "03.07.04",
635
+ "function": "Maintenance",
636
+ "category": "03.07 Maintenance",
637
+ "summary": "Maintenance Tools: a. Approve, control, and monitor the use of system maintenance tools. b. Check media with diagnostic and test programs for malicious code before it is used in the system. c. Prevent the removal of…",
638
+ "codeTestable": "no",
639
+ "evidence": [
640
+ "Not evidenced by code analysis, Maintenance tool control is a physical and operational process.",
641
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
642
+ ]
643
+ },
644
+ {
645
+ "id": "03.07.05",
646
+ "function": "Maintenance",
647
+ "category": "03.07 Maintenance",
648
+ "summary": "Nonlocal Maintenance: a. Approve and monitor nonlocal maintenance and diagnostic activities. b. Implement multi-factor authentication and replay resistance in the establishment of nonlocal maintenance and diagnostic…",
649
+ "codeTestable": "no",
650
+ "evidence": [
651
+ "Not evidenced by code analysis, Nonlocal maintenance sessions are an operational control.",
652
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
653
+ ]
654
+ },
655
+ {
656
+ "id": "03.07.06",
657
+ "function": "Maintenance",
658
+ "category": "03.07 Maintenance",
659
+ "summary": "Maintenance Personnel: a. Establish a process for maintenance personnel authorization. b. Maintain a list of authorized maintenance organizations or personnel. c. Verify that non-escorted personnel who perform maintenance…",
660
+ "codeTestable": "no",
661
+ "evidence": [
662
+ "Not evidenced by code analysis, Maintenance personnel authorization is organisational.",
663
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
664
+ ]
665
+ },
666
+ {
667
+ "id": "03.08.01",
668
+ "function": "Media Protection",
669
+ "category": "03.08 Media Protection",
670
+ "summary": "Media Storage: Physically control and securely store system media that contain CUI.",
671
+ "codeTestable": "no",
672
+ "evidence": [
673
+ "Not evidenced by code analysis, Physical media storage.",
674
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
675
+ ]
676
+ },
677
+ {
678
+ "id": "03.08.02",
679
+ "function": "Media Protection",
680
+ "category": "03.08 Media Protection",
681
+ "summary": "Media Access: Restrict access to CUI on system media to authorized personnel or roles.",
682
+ "codeTestable": "no",
683
+ "evidence": [
684
+ "Not evidenced by code analysis, Physical media access restriction.",
685
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
686
+ ]
687
+ },
688
+ {
689
+ "id": "03.08.03",
690
+ "function": "Media Protection",
691
+ "category": "03.08 Media Protection",
692
+ "summary": "Media Sanitization: Sanitize system media that contain CUI prior to disposal, release out of organizational control, or release for reuse.",
693
+ "codeTestable": "no",
694
+ "evidence": [
695
+ "Not evidenced by code analysis, Media sanitization is a physical disposal process.",
696
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
697
+ ]
698
+ },
699
+ {
700
+ "id": "03.08.04",
701
+ "function": "Media Protection",
702
+ "category": "03.08 Media Protection",
703
+ "summary": "Media Marking: Mark system media that contain CUI to indicate distribution limitations, handling caveats, and applicable CUI markings.",
704
+ "codeTestable": "no",
705
+ "evidence": [
706
+ "Not evidenced by code analysis, Physical media marking.",
707
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
708
+ ]
709
+ },
710
+ {
711
+ "id": "03.08.05",
712
+ "function": "Media Protection",
713
+ "category": "03.08 Media Protection",
714
+ "summary": "Media Transport: a. Protect and control system media that contain CUI during transport outside of controlled areas. b. Maintain accountability of system media that contain CUI during transport outside of controlled…",
715
+ "codeTestable": "no",
716
+ "evidence": [
717
+ "Not evidenced by code analysis, Physical media transport.",
718
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
719
+ ]
720
+ },
721
+ {
722
+ "id": "03.08.07",
723
+ "function": "Media Protection",
724
+ "category": "03.08 Media Protection",
725
+ "summary": "Media Use: a. Restrict or prohibit the use of [Assignment: organization-defined types of system media]. b. Prohibit the use of removable system media without an identifiable owner.",
726
+ "codeTestable": "no",
727
+ "evidence": [
728
+ "Not evidenced by code analysis, Removable media use restriction is an endpoint policy.",
729
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
730
+ ]
731
+ },
732
+ {
733
+ "id": "03.08.09",
734
+ "function": "Media Protection",
735
+ "category": "03.08 Media Protection",
736
+ "summary": "System Backup - Cryptographic Protection: a. Protect the confidentiality of backup information. b. Implement cryptographic mechanisms to prevent the unauthorized disclosure of CUI at backup storage locations.",
737
+ "codeTestable": "partial",
738
+ "evidence": [
739
+ "Zero open findings at the configured severity in: terraform-encryption-disabled-at-rest, crypto-weak-cipher."
740
+ ],
741
+ "mapsTo": [
742
+ "family:terraform-encryption-disabled-at-rest",
743
+ "family:crypto-weak-cipher"
744
+ ]
745
+ },
746
+ {
747
+ "id": "03.09.01",
748
+ "function": "Personnel Security",
749
+ "category": "03.09 Personnel Security",
750
+ "summary": "Personnel Screening: a. Screen individuals prior to authorizing access to the system. b. Rescreen individuals in accordance with [Assignment: organization-defined conditions requiring rescreening].",
751
+ "codeTestable": "no",
752
+ "evidence": [
753
+ "Not evidenced by code analysis, Personnel screening.",
754
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
755
+ ]
756
+ },
757
+ {
758
+ "id": "03.09.02",
759
+ "function": "Personnel Security",
760
+ "category": "03.09 Personnel Security",
761
+ "summary": "Personnel Termination and Transfer: a. When individual employment is terminated: 1. Disable system access within [Assignment: organization-defined time period], 2. Terminate or revoke authenticators and credentials, 3. Retrieve…",
762
+ "codeTestable": "no",
763
+ "evidence": [
764
+ "Not evidenced by code analysis, Termination and transfer procedures are HR processes.",
765
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
766
+ ]
767
+ },
768
+ {
769
+ "id": "03.10.01",
770
+ "function": "Physical Protection",
771
+ "category": "03.10 Physical Protection",
772
+ "summary": "Physical Access Authorizations: a. Develop, approve, and maintain a list of individuals with authorized access to the facility where the system resides. b. Issue authorization credentials for facility access. c. Review the facility…",
773
+ "codeTestable": "no",
774
+ "evidence": [
775
+ "Not evidenced by code analysis, Facility access authorization.",
776
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
777
+ ]
778
+ },
779
+ {
780
+ "id": "03.10.02",
781
+ "function": "Physical Protection",
782
+ "category": "03.10 Physical Protection",
783
+ "summary": "Monitoring Physical Access: a. Monitor physical access to the facility where the system resides to detect and respond to physical security incidents. b. Review physical access logs [Assignment: organization-defined frequency]…",
784
+ "codeTestable": "no",
785
+ "evidence": [
786
+ "Not evidenced by code analysis, Physical access monitoring.",
787
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
788
+ ]
789
+ },
790
+ {
791
+ "id": "03.10.06",
792
+ "function": "Physical Protection",
793
+ "category": "03.10 Physical Protection",
794
+ "summary": "Alternate Work Site: a. Determine alternate work sites allowed for use by employees. b. Employ the following security requirements at alternate work sites: [Assignment: organization-defined security requirements].",
795
+ "codeTestable": "no",
796
+ "evidence": [
797
+ "Not evidenced by code analysis, Alternate work site security.",
798
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
799
+ ]
800
+ },
801
+ {
802
+ "id": "03.10.07",
803
+ "function": "Physical Protection",
804
+ "category": "03.10 Physical Protection",
805
+ "summary": "Physical Access Control: a. Enforce physical access authorizations at entry and exit points to the facility. b. Maintain physical access audit logs for entry or exit points. c. Escort visitors, and control visitor activity.…",
806
+ "codeTestable": "no",
807
+ "evidence": [
808
+ "Not evidenced by code analysis, Physical access control at entry and exit points.",
809
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
810
+ ]
811
+ },
812
+ {
813
+ "id": "03.10.08",
814
+ "function": "Physical Protection",
815
+ "category": "03.10 Physical Protection",
816
+ "summary": "Access Control for Transmission: Control physical access to system distribution and transmission lines within organizational facilities.",
817
+ "codeTestable": "no",
818
+ "evidence": [
819
+ "Not evidenced by code analysis, Physical protection of transmission lines.",
820
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
821
+ ]
822
+ },
823
+ {
824
+ "id": "03.11.01",
825
+ "function": "Risk Assessment",
826
+ "category": "03.11 Risk Assessment",
827
+ "summary": "Risk Assessment: a. Assess the risk (including supply chain risk) of unauthorized disclosure resulting from the processing, storage, or transmission of CUI. b. Update risk assessments [Assignment:…",
828
+ "codeTestable": "partial",
829
+ "evidence": [
830
+ "Artifact(s) present: threat-model-auto."
831
+ ],
832
+ "mapsTo": [
833
+ "module:threat-model-auto"
834
+ ]
835
+ },
836
+ {
837
+ "id": "03.11.02",
838
+ "function": "Risk Assessment",
839
+ "category": "03.11 Risk Assessment",
840
+ "summary": "Vulnerability Monitoring and Scanning: a. Monitor and scan the system for vulnerabilities [Assignment: organization-defined frequency] and when new vulnerabilities affecting the system are identified. b. Remediate system vulnerabilities…",
841
+ "codeTestable": "yes",
842
+ "evidence": [
843
+ "Zero open findings at the configured severity in: supply-chain.",
844
+ "Artifact(s) present: scan-history, cve-alert-daemon."
845
+ ],
846
+ "mapsTo": [
847
+ "family:supply-chain",
848
+ "module:scan-history",
849
+ "module:cve-alert-daemon"
850
+ ]
851
+ },
852
+ {
853
+ "id": "03.11.04",
854
+ "function": "Risk Assessment",
855
+ "category": "03.11 Risk Assessment",
856
+ "summary": "Risk Response: Respond to findings from security assessments, monitoring, and audits.",
857
+ "codeTestable": "partial",
858
+ "evidence": [
859
+ "Artifact(s) present: fix-history, triage."
860
+ ],
861
+ "mapsTo": [
862
+ "module:fix-history",
863
+ "module:triage"
864
+ ]
865
+ },
866
+ {
867
+ "id": "03.12.01",
868
+ "function": "Security Assessment and Monitoring",
869
+ "category": "03.12 Security Assessment and Monitoring",
870
+ "summary": "Security Assessment: Assess the security requirements for the system and its environment of operation [Assignment: organization-defined frequency] to determine if the requirements have been satisfied.",
871
+ "codeTestable": "partial",
872
+ "evidence": [
873
+ "Artifact(s) present: verifier, scan-history."
874
+ ],
875
+ "mapsTo": [
876
+ "module:verifier",
877
+ "module:scan-history"
878
+ ]
879
+ },
880
+ {
881
+ "id": "03.12.02",
882
+ "function": "Security Assessment and Monitoring",
883
+ "category": "03.12 Security Assessment and Monitoring",
884
+ "summary": "Plan of Action and Milestones: a. Develop a plan of action and milestones for the system: 1. To document the planned remediation actions, 2. To reduce or eliminate known system vulnerabilities. b. Update the existing plan of…",
885
+ "codeTestable": "partial",
886
+ "evidence": [
887
+ "Artifact(s) present: triage, fix-history."
888
+ ],
889
+ "mapsTo": [
890
+ "module:triage",
891
+ "module:fix-history"
892
+ ]
893
+ },
894
+ {
895
+ "id": "03.12.03",
896
+ "function": "Security Assessment and Monitoring",
897
+ "category": "03.12 Security Assessment and Monitoring",
898
+ "summary": "Continuous Monitoring: Develop and implement a system-level continuous monitoring strategy that includes ongoing monitoring and security assessments.",
899
+ "codeTestable": "partial",
900
+ "evidence": [
901
+ "Artifact(s) present: watch-mode, scan-history."
902
+ ],
903
+ "mapsTo": [
904
+ "module:watch-mode",
905
+ "module:scan-history"
906
+ ]
907
+ },
908
+ {
909
+ "id": "03.12.05",
910
+ "function": "Security Assessment and Monitoring",
911
+ "category": "03.12 Security Assessment and Monitoring",
912
+ "summary": "Information Exchange: a. Approve and manage the exchange of CUI between the system and other systems using [Selection: agreements]. b. Document interface characteristics, security requirements, and responsibilities. c.…",
913
+ "codeTestable": "no",
914
+ "evidence": [
915
+ "Not evidenced by code analysis, Information exchange agreements are contractual.",
916
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
917
+ ]
918
+ },
919
+ {
920
+ "id": "03.13.01",
921
+ "function": "System and Communications Protection",
922
+ "category": "03.13 System and Communications Protection",
923
+ "summary": "Boundary Protection: a. Monitor and control communications at external managed interfaces to the system and key internal managed interfaces within the system. b. Implement subnetworks for publicly accessible system…",
924
+ "codeTestable": "partial",
925
+ "evidence": [
926
+ "Zero open findings at the configured severity in: k8s-pod-security-hostnetwork, k8s-hostnetwork-mounted, permissive-cors-allow-origin, aws-public-s3, ssrf."
927
+ ],
928
+ "mapsTo": [
929
+ "family:k8s-pod-security-hostnetwork",
930
+ "family:k8s-hostnetwork-mounted",
931
+ "family:permissive-cors-allow-origin",
932
+ "family:aws-public-s3",
933
+ "family:ssrf"
934
+ ]
935
+ },
936
+ {
937
+ "id": "03.13.04",
938
+ "function": "System and Communications Protection",
939
+ "category": "03.13 System and Communications Protection",
940
+ "summary": "Information in Shared System Resources: Prevent unauthorized and unintended information transfer via shared system resources.",
941
+ "codeTestable": "partial",
942
+ "evidence": [
943
+ "Zero open findings at the configured severity in: data-exposure."
944
+ ],
945
+ "mapsTo": [
946
+ "family:data-exposure"
947
+ ]
948
+ },
949
+ {
950
+ "id": "03.13.06",
951
+ "function": "System and Communications Protection",
952
+ "category": "03.13 System and Communications Protection",
953
+ "summary": "Network Communications - Deny by Default: Deny network communications traffic by default, and allow network communications traffic by exception.",
954
+ "codeTestable": "partial",
955
+ "evidence": [
956
+ "Zero open findings at the configured severity in: k8s-pod-security-hostnetwork, k8s-rbac-wildcard, permissive-cors-allow-origin."
957
+ ],
958
+ "mapsTo": [
959
+ "family:k8s-pod-security-hostnetwork",
960
+ "family:k8s-rbac-wildcard",
961
+ "family:permissive-cors-allow-origin"
962
+ ]
963
+ },
964
+ {
965
+ "id": "03.13.08",
966
+ "function": "System and Communications Protection",
967
+ "category": "03.13 System and Communications Protection",
968
+ "summary": "Transmission and Storage Confidentiality: Implement cryptographic mechanisms to prevent the unauthorized disclosure of CUI during transmission and while in storage.",
969
+ "codeTestable": "yes",
970
+ "evidence": [
971
+ "Zero open findings at the configured severity in: insecure-http, crypto-tls-version, crypto-tls-no-verify, terraform-encryption-disabled-at-rest, dart-cleartext-http, swift-cleartext-http."
972
+ ],
973
+ "mapsTo": [
974
+ "family:insecure-http",
975
+ "family:crypto-tls-version",
976
+ "family:crypto-tls-no-verify",
977
+ "family:terraform-encryption-disabled-at-rest",
978
+ "family:dart-cleartext-http",
979
+ "family:swift-cleartext-http"
980
+ ]
981
+ },
982
+ {
983
+ "id": "03.13.09",
984
+ "function": "System and Communications Protection",
985
+ "category": "03.13 System and Communications Protection",
986
+ "summary": "Network Disconnect: Terminate the network connection associated with a communications session at the end of the session or after [Assignment: organization-defined time period] of inactivity.",
987
+ "codeTestable": "partial",
988
+ "evidence": [
989
+ "Zero open findings at the configured severity in: jwt-no-exp."
990
+ ],
991
+ "mapsTo": [
992
+ "family:jwt-no-exp"
993
+ ]
994
+ },
995
+ {
996
+ "id": "03.13.10",
997
+ "function": "System and Communications Protection",
998
+ "category": "03.13 System and Communications Protection",
999
+ "summary": "Cryptographic Key Establishment and Management: Establish and manage cryptographic keys in the system in accordance with the following key management requirements: [Assignment: organization-defined requirements for key generation, distribution,…",
1000
+ "codeTestable": "yes",
1001
+ "evidence": [
1002
+ "Zero open findings at the configured severity in: key-hygiene, hardcoded-secret, crypto-static-iv, rpc-key-inline."
1003
+ ],
1004
+ "mapsTo": [
1005
+ "family:key-hygiene",
1006
+ "family:hardcoded-secret",
1007
+ "family:crypto-static-iv",
1008
+ "family:rpc-key-inline"
1009
+ ]
1010
+ },
1011
+ {
1012
+ "id": "03.13.11",
1013
+ "function": "System and Communications Protection",
1014
+ "category": "03.13 System and Communications Protection",
1015
+ "summary": "Cryptographic Protection: Implement the following types of cryptography to protect the confidentiality of CUI: [Assignment: organization-defined types of cryptography].",
1016
+ "codeTestable": "yes",
1017
+ "evidence": [
1018
+ "Zero open findings at the configured severity in: crypto-weak-cipher, crypto-weak-hash, crypto-ecb, crypto-kdf-weak, weak-crypto, crypto-static-iv, pqc-migration."
1019
+ ],
1020
+ "mapsTo": [
1021
+ "family:crypto-weak-cipher",
1022
+ "family:crypto-weak-hash",
1023
+ "family:crypto-ecb",
1024
+ "family:crypto-kdf-weak",
1025
+ "family:weak-crypto",
1026
+ "family:crypto-static-iv",
1027
+ "family:pqc-migration"
1028
+ ]
1029
+ },
1030
+ {
1031
+ "id": "03.13.12",
1032
+ "function": "System and Communications Protection",
1033
+ "category": "03.13 System and Communications Protection",
1034
+ "summary": "Collaborative Computing Devices and Applications: a. Prohibit the remote activation of collaborative computing devices and applications with the following exceptions: [Assignment: organization-defined exceptions]. b. Provide an explicit indication…",
1035
+ "codeTestable": "no",
1036
+ "evidence": [
1037
+ "Not evidenced by code analysis, Collaborative computing device activation is an endpoint control.",
1038
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
1039
+ ]
1040
+ },
1041
+ {
1042
+ "id": "03.13.13",
1043
+ "function": "System and Communications Protection",
1044
+ "category": "03.13 System and Communications Protection",
1045
+ "summary": "Mobile Code: a. Define acceptable mobile code and mobile code technologies. b. Authorize, monitor, and control the use of mobile code.",
1046
+ "codeTestable": "partial",
1047
+ "evidence": [
1048
+ "Zero open findings at the configured severity in: xss, client-side, unsanitized-llm-output-rendered-as-html."
1049
+ ],
1050
+ "mapsTo": [
1051
+ "family:xss",
1052
+ "family:client-side",
1053
+ "family:unsanitized-llm-output-rendered-as-html"
1054
+ ]
1055
+ },
1056
+ {
1057
+ "id": "03.13.15",
1058
+ "function": "System and Communications Protection",
1059
+ "category": "03.13 System and Communications Protection",
1060
+ "summary": "Session Authenticity: Protect the authenticity of communications sessions.",
1061
+ "codeTestable": "yes",
1062
+ "evidence": [
1063
+ "Zero open findings at the configured severity in: session-cookie-missing-secure-flag, session-cookie-without-httponly-flag, crypto-tls-no-verify, weak-hardcoded-session-secret."
1064
+ ],
1065
+ "mapsTo": [
1066
+ "family:session-cookie-missing-secure-flag",
1067
+ "family:session-cookie-without-httponly-flag",
1068
+ "family:crypto-tls-no-verify",
1069
+ "family:weak-hardcoded-session-secret"
1070
+ ]
1071
+ },
1072
+ {
1073
+ "id": "03.14.01",
1074
+ "function": "System and Information Integrity",
1075
+ "category": "03.14 System and Information Integrity",
1076
+ "summary": "Flaw Remediation: a. Identify, report, and correct system flaws. b. Install security-relevant software and firmware updates within [Assignment: organization-defined time period] of the release of the updates.",
1077
+ "codeTestable": "yes",
1078
+ "evidence": [
1079
+ "Zero open findings at the configured severity in: sql-injection, command-injection, code-injection, path-traversal, xss, xxe, insecure-deserialization, ssrf, ssti, open-redirect, prototype-pollution, supply-chain.",
1080
+ "Artifact(s) present: fix-history."
1081
+ ],
1082
+ "mapsTo": [
1083
+ "family:sql-injection",
1084
+ "family:command-injection",
1085
+ "family:code-injection",
1086
+ "family:path-traversal",
1087
+ "family:xss",
1088
+ "family:xxe",
1089
+ "family:insecure-deserialization",
1090
+ "family:ssrf",
1091
+ "family:ssti",
1092
+ "family:open-redirect",
1093
+ "family:prototype-pollution",
1094
+ "family:supply-chain",
1095
+ "module:fix-history"
1096
+ ]
1097
+ },
1098
+ {
1099
+ "id": "03.14.02",
1100
+ "function": "System and Information Integrity",
1101
+ "category": "03.14 System and Information Integrity",
1102
+ "summary": "Malicious Code Protection: a. Implement malicious code protection mechanisms at system entry and exit points to detect and eradicate malicious code. b. Update malicious code protection mechanisms as new releases are available.…",
1103
+ "codeTestable": "partial",
1104
+ "evidence": [
1105
+ "Zero open findings at the configured severity in: malicious-install-script, supply-chain."
1106
+ ],
1107
+ "mapsTo": [
1108
+ "family:malicious-install-script",
1109
+ "family:supply-chain"
1110
+ ]
1111
+ },
1112
+ {
1113
+ "id": "03.14.03",
1114
+ "function": "System and Information Integrity",
1115
+ "category": "03.14 System and Information Integrity",
1116
+ "summary": "Security Alerts, Advisories, and Directives: a. Receive system security alerts, advisories, and directives from external organizations on an ongoing basis. b. Generate and disseminate internal system security alerts, advisories, and directives,…",
1117
+ "codeTestable": "partial",
1118
+ "evidence": [
1119
+ "Artifact(s) present: cve-alert-daemon."
1120
+ ],
1121
+ "mapsTo": [
1122
+ "module:cve-alert-daemon"
1123
+ ]
1124
+ },
1125
+ {
1126
+ "id": "03.14.06",
1127
+ "function": "System and Information Integrity",
1128
+ "category": "03.14 System and Information Integrity",
1129
+ "summary": "System Monitoring: a. Monitor the system to detect: 1. Attacks and indicators of potential attacks and 2. Unauthorized connections. b. Identify unauthorized use of the system. c. Monitor inbound and outbound…",
1130
+ "codeTestable": "partial",
1131
+ "evidence": [
1132
+ "Artifact(s) present: watch-mode, scan-history."
1133
+ ],
1134
+ "mapsTo": [
1135
+ "module:watch-mode",
1136
+ "module:scan-history"
1137
+ ]
1138
+ },
1139
+ {
1140
+ "id": "03.14.08",
1141
+ "function": "System and Information Integrity",
1142
+ "category": "03.14 System and Information Integrity",
1143
+ "summary": "Information Management and Retention: Manage and retain CUI within the system and CUI output from the system in accordance with applicable laws, Executive Orders, directives, regulations, policies, standards, guidelines, and operational…",
1144
+ "codeTestable": "partial",
1145
+ "evidence": [
1146
+ "Artifact(s) present: privacy-taint."
1147
+ ],
1148
+ "mapsTo": [
1149
+ "module:privacy-taint"
1150
+ ]
1151
+ },
1152
+ {
1153
+ "id": "03.15.01",
1154
+ "function": "Planning",
1155
+ "category": "03.15 Planning",
1156
+ "summary": "Policy and Procedures: a. Develop, document, and disseminate to organizational personnel or roles the policies and procedures needed to satisfy the security requirements for the protection of CUI. b. Review and update…",
1157
+ "codeTestable": "partial",
1158
+ "evidence": [
1159
+ "Artifact(s) present: compliance-policy."
1160
+ ],
1161
+ "mapsTo": [
1162
+ "module:compliance-policy"
1163
+ ]
1164
+ },
1165
+ {
1166
+ "id": "03.15.02",
1167
+ "function": "Planning",
1168
+ "category": "03.15 Planning",
1169
+ "summary": "System Security Plan: a. Develop a system security plan that: 1. Defines the constituent system components, 2. Identifies the information types, 3. Describes specific threats, 4. Describes operational environment, 5.…",
1170
+ "codeTestable": "no",
1171
+ "evidence": [
1172
+ "Not evidenced by code analysis, The system security plan is a document.",
1173
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
1174
+ ]
1175
+ },
1176
+ {
1177
+ "id": "03.15.03",
1178
+ "function": "Planning",
1179
+ "category": "03.15 Planning",
1180
+ "summary": "Rules of Behavior: a. Establish rules that describe the responsibilities and expected behavior for system usage and protecting CUI. b. Provide rules to individuals who require access to the system. c. Receive a…",
1181
+ "codeTestable": "no",
1182
+ "evidence": [
1183
+ "Not evidenced by code analysis, Rules of behaviour are acknowledged by people.",
1184
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
1185
+ ]
1186
+ },
1187
+ {
1188
+ "id": "03.16.01",
1189
+ "function": "System and Services Acquisition",
1190
+ "category": "03.16 System and Services Acquisition",
1191
+ "summary": "Security Engineering Principles: Apply the following systems security engineering principles to the development or modification of the system and system components: [Assignment: organization-defined systems security engineering…",
1192
+ "codeTestable": "partial",
1193
+ "evidence": [
1194
+ "Artifact(s) present: threat-model-auto."
1195
+ ],
1196
+ "mapsTo": [
1197
+ "module:threat-model-auto"
1198
+ ]
1199
+ },
1200
+ {
1201
+ "id": "03.16.02",
1202
+ "function": "System and Services Acquisition",
1203
+ "category": "03.16 System and Services Acquisition",
1204
+ "summary": "Unsupported System Components: a. Replace system components when support for the components is no longer available from the developer, vendor, or manufacturer. b. Provide options for risk mitigation or alternative sources for…",
1205
+ "codeTestable": "yes",
1206
+ "evidence": [
1207
+ "Zero open findings at the configured severity in: container-base-image-debian-9-eol, container-base-image-node-12-alpine-eol, container-base-image-python-2-7-eol, supply-chain."
1208
+ ],
1209
+ "mapsTo": [
1210
+ "family:container-base-image-debian-9-eol",
1211
+ "family:container-base-image-node-12-alpine-eol",
1212
+ "family:container-base-image-python-2-7-eol",
1213
+ "family:supply-chain"
1214
+ ]
1215
+ },
1216
+ {
1217
+ "id": "03.16.03",
1218
+ "function": "System and Services Acquisition",
1219
+ "category": "03.16 System and Services Acquisition",
1220
+ "summary": "External System Services: a. Require the providers of external system services used for the processing, storage, or transmission of CUI to comply with the following security requirements: [Assignment: organization-defined…",
1221
+ "codeTestable": "no",
1222
+ "evidence": [
1223
+ "Not evidenced by code analysis, External service provider requirements are contractual.",
1224
+ "The auditor must supply organisational evidence (policy, procedure, records, or attestation) for this requirement."
1225
+ ]
1226
+ },
1227
+ {
1228
+ "id": "03.17.01",
1229
+ "function": "Supply Chain Risk Management",
1230
+ "category": "03.17 Supply Chain Risk Management",
1231
+ "summary": "Supply Chain Risk Management Plan: a. Develop a plan for managing supply chain risks associated with the research and development, design, manufacturing, acquisition, delivery, integration, operations, maintenance, and disposal. b.…",
1232
+ "codeTestable": "partial",
1233
+ "evidence": [
1234
+ "Artifact(s) present: sbom-diff."
1235
+ ],
1236
+ "mapsTo": [
1237
+ "module:sbom-diff"
1238
+ ]
1239
+ },
1240
+ {
1241
+ "id": "03.17.02",
1242
+ "function": "Supply Chain Risk Management",
1243
+ "category": "03.17 Supply Chain Risk Management",
1244
+ "summary": "Acquisition Strategies, Tools, and Methods: Develop and implement acquisition strategies, contract tools, and procurement methods to identify, protect against, and mitigate supply chain risks.",
1245
+ "codeTestable": "partial",
1246
+ "evidence": [
1247
+ "Artifact(s) present: license-attributions, sbom-diff."
1248
+ ],
1249
+ "mapsTo": [
1250
+ "module:license-attributions",
1251
+ "module:sbom-diff"
1252
+ ]
1253
+ },
1254
+ {
1255
+ "id": "03.17.03",
1256
+ "function": "Supply Chain Risk Management",
1257
+ "category": "03.17 Supply Chain Risk Management",
1258
+ "summary": "Supply Chain Requirements and Processes: a. Establish a process for identifying and addressing weaknesses or deficiencies in the supply chain elements and processes. b. Enforce the following security requirements to protect against supply…",
1259
+ "codeTestable": "yes",
1260
+ "evidence": [
1261
+ "Zero open findings at the configured severity in: supply-chain, malicious-install-script."
1262
+ ],
1263
+ "mapsTo": [
1264
+ "family:supply-chain",
1265
+ "family:malicious-install-script"
1266
+ ]
1267
+ }
1268
+ ]
1269
+ }