@saulwade/swl-ses 2.6.1 → 2.8.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 (268) hide show
  1. package/CLAUDE.md +14 -2
  2. package/README.md +65 -18
  3. package/agentes/_intent-spec.md +73 -73
  4. package/agentes/_propose-step.md +90 -90
  5. package/bin/swl-ses.js +10 -0
  6. package/comandos/swl/brainstorm.md +1 -0
  7. package/comandos/swl/briefing.md +119 -119
  8. package/comandos/swl/contribuir.md +233 -233
  9. package/comandos/swl/deuda-codigo.md +97 -97
  10. package/comandos/swl/mcp-status.md +1 -0
  11. package/gateway/lib/event-channel.js +191 -191
  12. package/habilidades/agent-deep-links/SKILL.md +148 -148
  13. package/habilidades/backend-async-postgres-testing/SKILL.md +216 -216
  14. package/habilidades/backend-error-design/SKILL.md +221 -221
  15. package/habilidades/backend-production-resilience/SKILL.md +288 -288
  16. package/habilidades/calidad-anti-patrones-universales/SKILL.md +105 -1
  17. package/habilidades/calidad-contract-testing/SKILL.md +165 -165
  18. package/habilidades/calidad-mutation-testing/SKILL.md +25 -1
  19. package/habilidades/checklist-seguridad/recursos/stride-cobertura.md +60 -60
  20. package/habilidades/ci-cd-pipelines/SKILL.md +5 -1
  21. package/habilidades/css-moderno/SKILL.md +7 -1
  22. package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
  23. package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
  24. package/habilidades/estructura-proyecto-claude/recursos/mcp-json-template.json +57 -57
  25. package/habilidades/extractor-de-aprendizajes/SKILL.md +5 -1
  26. package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
  27. package/habilidades/harness-claude-code/SKILL.md +3 -2
  28. package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
  29. package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
  30. package/habilidades/perfil-usuario/SKILL.md +200 -200
  31. package/habilidades/prevencion-sobreingenieria/recursos/EXAMPLES.md +580 -580
  32. package/habilidades/prevencion-sobreingenieria/recursos/soluciones-nativas.md +166 -166
  33. package/habilidades/prevencion-sobreingenieria/recursos/variables-residuales-post-refactor.md +85 -85
  34. package/habilidades/proceso-ddia-streaming/SKILL.md +231 -231
  35. package/habilidades/proceso-discovery-machote/SKILL.md +157 -157
  36. package/habilidades/proceso-dynamic-workflows/SKILL.md +60 -0
  37. package/habilidades/proceso-dynamic-workflows/recursos/template-adversarial-verify.js +65 -65
  38. package/habilidades/proceso-dynamic-workflows/recursos/template-triage.js +65 -65
  39. package/habilidades/proceso-intent-engineering/SKILL.md +269 -269
  40. package/habilidades/proceso-modular-split/SKILL.md +256 -256
  41. package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
  42. package/habilidades/swl-claudemd/recursos/contrato-aprender.md +83 -83
  43. package/habilidades/swl-claudemd/recursos/duplicacion-reglas-globales.md +85 -85
  44. package/habilidades/swl-claudemd/recursos/plantillas-init.md +94 -94
  45. package/habilidades/tdd-workflow/recursos/gherkin-bdd.md +111 -111
  46. package/hooks/calidad-pre-commit.js +159 -10
  47. package/hooks/ciclo-evolucion-subagente.js +26 -26
  48. package/hooks/ciclo-evolucion.js +26 -26
  49. package/hooks/contexto-subagente.js +68 -68
  50. package/hooks/lib/auto-consolidator.js +335 -335
  51. package/hooks/lib/ciclo-evolucion.js +47 -47
  52. package/hooks/lib/deep-links.js +185 -185
  53. package/hooks/lib/error-classifier.js +308 -308
  54. package/hooks/lib/notificacion-formato.js +45 -11
  55. package/hooks/lib/provenance-tracker.js +191 -191
  56. package/hooks/lib/raiz-proyecto.js +35 -4
  57. package/hooks/lib/resource-quota.js +122 -122
  58. package/hooks/lib/retry-jitter.js +165 -165
  59. package/hooks/lib/security-net.js +201 -201
  60. package/hooks/lib/skill-auditor.js +588 -588
  61. package/hooks/lib/sync-status.js +228 -228
  62. package/hooks/lib/taint-tracker.js +107 -107
  63. package/hooks/lib/text-similarity.js +241 -241
  64. package/hooks/lib/toon-compressor.js +245 -245
  65. package/hooks/notificacion-telegram.js +5 -11
  66. package/hooks/session-briefing.js +12 -4
  67. package/instintos/autonomia.yaml +27 -27
  68. package/instintos/prompt-appendices.yaml +57 -57
  69. package/llms.txt +1 -1
  70. package/manifiestos/agent-output-schemas.json +57 -57
  71. package/manifiestos/canonical-hashes.json +662 -0
  72. package/manifiestos/harness-ir.json +47536 -0
  73. package/manifiestos/hooks-config.json +469 -469
  74. package/manifiestos/invariantes-criticos.json +30 -30
  75. package/manifiestos/policy-bundle.json +2065 -0
  76. package/manifiestos/policy-corpus-w2.json +3926 -0
  77. package/manifiestos/runtime-adapters-core3.json +208 -0
  78. package/manifiestos/runtime-conformance.json +139 -0
  79. package/manifiestos/skills-lock.json +43 -43
  80. package/package.json +2 -2
  81. package/plantillas/auditor-veto-template.md +105 -105
  82. package/plantillas/github-workflows/release-please.yml +44 -44
  83. package/plantillas/github-workflows/swl-ci.yml +107 -107
  84. package/plantillas/github-workflows/swl-security.yml +51 -51
  85. package/plugin.json +2 -2
  86. package/reglas/accesibilidad.md +10 -10
  87. package/reglas/auditorias-documentales-estructurales.md +7 -7
  88. package/reglas/cloud-infra.md +8 -8
  89. package/reglas/consultar-vault-primero.md +195 -195
  90. package/reglas/git-workflow.md +1 -0
  91. package/reglas/hooks.md +6 -6
  92. package/reglas/intent-engineering.md +218 -218
  93. package/reglas/markitdown.md +8 -8
  94. package/reglas/monitor-ci.md +12 -0
  95. package/reglas/patrones.md +6 -6
  96. package/reglas/testing.md +7 -7
  97. package/reglas/tests-cleanup.md +224 -224
  98. package/schemas/agent-message.schema.json +73 -73
  99. package/schemas/agent-output-implementacion.schema.json +114 -114
  100. package/schemas/agent-output-planificacion.schema.json +150 -150
  101. package/schemas/agent-output-review.schema.json +98 -98
  102. package/schemas/diary-entry.schema.json +112 -112
  103. package/schemas/gate-state.schema.json +76 -0
  104. package/schemas/harness-ir.schema.json +369 -0
  105. package/schemas/hook-profiles.schema.json +54 -54
  106. package/schemas/hooks-config.schema.json +89 -89
  107. package/schemas/legacy-gates.schema.json +45 -0
  108. package/schemas/modulos.schema.json +38 -38
  109. package/schemas/perfiles.schema.json +36 -36
  110. package/schemas/plugin.schema.json +77 -77
  111. package/schemas/policy-bundle.schema.json +140 -0
  112. package/schemas/policy-enforcement.schema.json +117 -0
  113. package/schemas/policy-operation.schema.json +261 -0
  114. package/schemas/runtime-adapter.schema.json +176 -0
  115. package/schemas/runtime-build-attestation.schema.json +100 -0
  116. package/schemas/runtime-conformance.schema.json +239 -0
  117. package/schemas/runtime-diagnostic.schema.json +395 -0
  118. package/schemas/skill-evals.schema.json +119 -119
  119. package/schemas/skill-frontmatter.schema.json +245 -245
  120. package/schemas/w4-certification-request.schema.json +72 -0
  121. package/schemas/w4-certification-verdict.schema.json +224 -0
  122. package/schemas/w4-corpus.schema.json +172 -0
  123. package/schemas/w4-mutation-report.schema.json +116 -0
  124. package/schemas/w4-replay-result.schema.json +164 -0
  125. package/schemas/w4-scoring-report.schema.json +89 -0
  126. package/scripts/audit-tools/audit-history.js +330 -330
  127. package/scripts/audit-tools/bundle-tracker.js +290 -290
  128. package/scripts/audit-tools/canary-monitor.js +352 -352
  129. package/scripts/audit-tools/code-profiler.js +605 -605
  130. package/scripts/audit-tools/dep-doctor.js +320 -320
  131. package/scripts/audit-tools/env-validator.js +206 -206
  132. package/scripts/audit-tools/lib/fs-walk.js +48 -48
  133. package/scripts/audit-tools/lib/output.js +23 -23
  134. package/scripts/audit-tools/migration-checker.js +392 -392
  135. package/scripts/audit-tools/pentest-scanner.js +1436 -1436
  136. package/scripts/bootstrap-instintos.js +3 -0
  137. package/scripts/cli/aprobar-plan.js +73 -73
  138. package/scripts/cli/briefing.js +23 -23
  139. package/scripts/cli/ciclo-evolucion.js +26 -26
  140. package/scripts/cli/derivar-feature-list.js +25 -25
  141. package/scripts/cli/detectar-host.js +27 -27
  142. package/scripts/cli/diary-entry.js +69 -69
  143. package/scripts/cli/execution-state.js +18 -18
  144. package/scripts/cli/gateway-notify.js +41 -41
  145. package/scripts/cli/liberar-fase.js +42 -42
  146. package/scripts/cli/mark-evolved.js +56 -56
  147. package/scripts/cli/metricas-dora.js +26 -26
  148. package/scripts/cli/near-duplicate.js +55 -55
  149. package/scripts/cli/notificaciones.js +123 -123
  150. package/scripts/cli/propose-step.js +29 -29
  151. package/scripts/cli/schedule-parse.js +19 -19
  152. package/scripts/cli/sugerir-modelo.js +20 -20
  153. package/scripts/cli/verificar-plan.js +36 -36
  154. package/scripts/cli/verificar-trazabilidad.js +35 -35
  155. package/scripts/comandos/install-asistido.js +8 -7
  156. package/scripts/configurar-branch-protection.js +418 -418
  157. package/scripts/detectar-aprendizajes-duplicados.js +151 -151
  158. package/scripts/doctor.js +61 -36
  159. package/scripts/generar-checklists-consolidados.js +273 -273
  160. package/scripts/generar-claims-runtime.js +1342 -0
  161. package/scripts/generar-harness-ir.js +257 -0
  162. package/scripts/generar-inventario.js +52 -54
  163. package/scripts/generar-policy-bundle.js +202 -0
  164. package/scripts/instalador.js +26 -7
  165. package/scripts/lib/approval-receipts.js +190 -0
  166. package/scripts/lib/artefactos-python.js +43 -43
  167. package/scripts/lib/benchmark-metrics.js +160 -160
  168. package/scripts/lib/budget-enforcer.js +252 -252
  169. package/scripts/lib/certificacion-loop-state.js +421 -0
  170. package/scripts/lib/ci-reader.js +193 -193
  171. package/scripts/lib/ciclo-autonomo/yaml-instintos.js +56 -0
  172. package/scripts/lib/clasificar-directorio.js +92 -0
  173. package/scripts/lib/contadores-inventario.js +217 -217
  174. package/scripts/lib/detectar-host-swl.js +175 -175
  175. package/scripts/lib/detectar-runtime.js +29 -20
  176. package/scripts/lib/detectar-stack-detallado.js +307 -307
  177. package/scripts/lib/detector-autoduplicacion-intra-archivo.js +234 -234
  178. package/scripts/lib/detector-reglas-duplicadas.js +220 -220
  179. package/scripts/lib/eval-metrics-store.js +218 -218
  180. package/scripts/lib/eval-quality.js +171 -171
  181. package/scripts/lib/eval-schemas.js +144 -144
  182. package/scripts/lib/eval-self-correct.js +106 -106
  183. package/scripts/lib/eval-validator.js +185 -185
  184. package/scripts/lib/evidence-verifier.js +192 -0
  185. package/scripts/lib/evidencia-release.js +322 -322
  186. package/scripts/lib/frontmatter-canonico.js +509 -0
  187. package/scripts/lib/gate-engine.js +871 -0
  188. package/scripts/lib/gate-hooks-requires.js +249 -249
  189. package/scripts/lib/gate-licencias.js +212 -212
  190. package/scripts/lib/git-config-preflight.js +48 -0
  191. package/scripts/lib/git-metricas.js +257 -257
  192. package/scripts/lib/harness-ir.js +778 -0
  193. package/scripts/lib/harness-source-snapshot.js +309 -0
  194. package/scripts/lib/integrity-ledger.js +1147 -0
  195. package/scripts/lib/jaccard-similarity.js +98 -98
  196. package/scripts/lib/legacy-gate-migration.js +324 -0
  197. package/scripts/lib/limpiar-basura-global.js +45 -2
  198. package/scripts/lib/longmemeval-runner.js +125 -125
  199. package/scripts/lib/metricas-dora.js +204 -204
  200. package/scripts/lib/notificaciones-telegram.js +1 -0
  201. package/scripts/lib/npm-version.js +1 -0
  202. package/scripts/lib/paquetes-conocidos.js +50 -50
  203. package/scripts/lib/plan-lock.js +61 -13
  204. package/scripts/lib/policy-broker.js +338 -0
  205. package/scripts/lib/policy-bundle.js +342 -0
  206. package/scripts/lib/policy-context-provider.js +310 -0
  207. package/scripts/lib/policy-contract.js +479 -0
  208. package/scripts/lib/policy-verifier-utils.js +65 -0
  209. package/scripts/lib/pr-analyzer.js +399 -399
  210. package/scripts/lib/principal-verifier.js +178 -0
  211. package/scripts/lib/prompt-builder.js +264 -264
  212. package/scripts/lib/resolver-plan-fase.js +37 -37
  213. package/scripts/lib/rrf-fusion.js +175 -175
  214. package/scripts/lib/runtime-adapter-contract.js +267 -0
  215. package/scripts/lib/runtime-artifact-verifier.js +426 -0
  216. package/scripts/lib/runtime-build-attestation.js +127 -0
  217. package/scripts/lib/runtime-bundle-installer.js +586 -0
  218. package/scripts/lib/runtime-compiler.js +327 -0
  219. package/scripts/lib/runtime-conformance.js +202 -0
  220. package/scripts/lib/runtime-doctor-core3.js +567 -0
  221. package/scripts/lib/runtime-doctor-input.js +59 -0
  222. package/scripts/lib/runtime-operation-adapter.js +267 -0
  223. package/scripts/lib/schema-version.js +164 -164
  224. package/scripts/lib/semantic-search.js +252 -252
  225. package/scripts/lib/signed-envelope.js +545 -0
  226. package/scripts/lib/single-use-store.js +359 -0
  227. package/scripts/lib/skills-externas.js +31 -0
  228. package/scripts/lib/transformadores/codex.js +15 -8
  229. package/scripts/lib/transformadores/gemini.js +79 -5
  230. package/scripts/lib/w4-attestation-adapter.js +158 -0
  231. package/scripts/lib/w4-canario.js +337 -0
  232. package/scripts/lib/w4-claims.js +182 -0
  233. package/scripts/lib/w4-corpus-generador.js +542 -0
  234. package/scripts/lib/w4-gate-c5.js +115 -0
  235. package/scripts/lib/w4-harness-bajo-prueba.js +155 -0
  236. package/scripts/lib/w4-matriz-combos.js +55 -0
  237. package/scripts/lib/w4-motor-mutacion.js +1348 -0
  238. package/scripts/lib/w4-motor-replay.js +735 -0
  239. package/scripts/lib/w4-pin-origen.js +54 -0
  240. package/scripts/lib/w4-publicar-request.js +132 -0
  241. package/scripts/lib/w4-revocacion.js +62 -0
  242. package/scripts/lib/w4-runtimes-core3.js +38 -0
  243. package/scripts/lib/w4-scorer-certificacion.js +692 -0
  244. package/scripts/lib/w4-superficie-candidato.js +49 -0
  245. package/scripts/lib/w4-veredicto.js +452 -0
  246. package/scripts/lib/w4-verificar-veredicto.js +302 -0
  247. package/scripts/limpiar-artefactos-python.js +131 -131
  248. package/scripts/migrar-csv-a-array.js +168 -168
  249. package/scripts/migrar-fase-dominio.js +200 -200
  250. package/scripts/migrar-gates-legacy.js +108 -0
  251. package/scripts/publicar-certification-request.js +115 -0
  252. package/scripts/runtime-doctor.js +107 -0
  253. package/scripts/tui/componentes/selector-multi.js +189 -189
  254. package/scripts/tui/componentes/selector-unico.js +158 -158
  255. package/scripts/tui/ejecutores.js +375 -375
  256. package/scripts/tui/lib/colores.js +129 -129
  257. package/scripts/tui/lib/render.js +264 -264
  258. package/scripts/tui/lib/teclas.js +113 -113
  259. package/scripts/tui/pantallas/install-wizard.js +12 -7
  260. package/scripts/tui/pantallas/menu-principal.js +52 -52
  261. package/scripts/tui/pantallas/progreso.js +274 -274
  262. package/scripts/tui/pantallas/resumen.js +132 -132
  263. package/scripts/validar-userland-vacio.js +110 -110
  264. package/scripts/verificar-aislamiento-swl-eval.js +87 -0
  265. package/scripts/verificar-empaquetado-downstream.js +375 -0
  266. package/scripts/verificar-loop-constructor.js +215 -0
  267. package/scripts/verificar-trazabilidad.js +13 -6
  268. package/scripts/verificar-veredicto-real.js +84 -0
@@ -0,0 +1,3926 @@
1
+ {
2
+ "kind": "policy-corpus-w2",
3
+ "schemaVersion": "1.0.0",
4
+ "seed": "c10-w2-f30-v1",
5
+ "description": "Corpus público determinista del kernel W2; no constituye certificación runtime.",
6
+ "expectedSemanticDigest": "1bedf0465d56804211d6335c3fd0bd623cd8e8e387ed2cb7196ab22ba3e6df4f",
7
+ "quotas": {
8
+ "filesystem_paths": 100,
9
+ "shell_processes": 120,
10
+ "network_endpoints": 60,
11
+ "remote_ci_infra_messaging": 60,
12
+ "memory_state_telemetry_audit": 50,
13
+ "delegation_identity_permissions": 40,
14
+ "gates_approvals_grants_plan_drift": 50,
15
+ "malformed_schema_smuggling": 20
16
+ },
17
+ "scenarios": {
18
+ "fs-read-allow": {
19
+ "effectType": "filesystem-read",
20
+ "capability": "filesystem.read",
21
+ "effectKind": "read",
22
+ "allowedCapabilities": [
23
+ "filesystem.read"
24
+ ],
25
+ "expected": {
26
+ "outcome": "allow",
27
+ "reasonCode": "ALLOWED",
28
+ "grantIssued": true,
29
+ "approvalClaimed": false
30
+ }
31
+ },
32
+ "fs-mutate-require": {
33
+ "effectType": "filesystem-mutate",
34
+ "capability": "filesystem.mutate",
35
+ "effectKind": "mutate",
36
+ "allowedCapabilities": [
37
+ "filesystem.mutate"
38
+ ],
39
+ "expected": {
40
+ "outcome": "require_approval",
41
+ "reasonCode": "APPROVAL_REQUIRED",
42
+ "grantIssued": false,
43
+ "approvalClaimed": false
44
+ }
45
+ },
46
+ "fs-mutate-allow": {
47
+ "effectType": "filesystem-mutate",
48
+ "capability": "filesystem.mutate",
49
+ "effectKind": "mutate",
50
+ "allowedCapabilities": [
51
+ "filesystem.mutate"
52
+ ],
53
+ "approval": "valid",
54
+ "expected": {
55
+ "outcome": "allow",
56
+ "reasonCode": "APPROVAL_ACCEPTED",
57
+ "grantIssued": true,
58
+ "approvalClaimed": true
59
+ }
60
+ },
61
+ "fs-capability-denied": {
62
+ "effectType": "filesystem-read",
63
+ "capability": "filesystem.read",
64
+ "effectKind": "read",
65
+ "allowedCapabilities": [],
66
+ "expected": {
67
+ "outcome": "deny",
68
+ "reasonCode": "CAPABILITY_DENIED",
69
+ "grantIssued": false,
70
+ "approvalClaimed": false
71
+ }
72
+ },
73
+ "fs-cwd-outside": {
74
+ "effectType": "filesystem-read",
75
+ "capability": "filesystem.read",
76
+ "effectKind": "read",
77
+ "allowedCapabilities": [
78
+ "filesystem.read"
79
+ ],
80
+ "pathMode": "cwd-outside",
81
+ "expected": {
82
+ "outcome": "deny",
83
+ "reasonCode": "PATH_OUTSIDE_WORKSPACE",
84
+ "grantIssued": false,
85
+ "approvalClaimed": false
86
+ }
87
+ },
88
+ "fs-effect-outside": {
89
+ "effectType": "filesystem-read",
90
+ "capability": "filesystem.read",
91
+ "effectKind": "read",
92
+ "allowedCapabilities": [
93
+ "filesystem.read"
94
+ ],
95
+ "pathMode": "effect-outside",
96
+ "expected": {
97
+ "outcome": "deny",
98
+ "reasonCode": "PATH_OUTSIDE_WORKSPACE",
99
+ "grantIssued": false,
100
+ "approvalClaimed": false
101
+ }
102
+ },
103
+ "fs-context-mismatch": {
104
+ "effectType": "filesystem-read",
105
+ "capability": "filesystem.read",
106
+ "effectKind": "read",
107
+ "allowedCapabilities": [
108
+ "filesystem.read"
109
+ ],
110
+ "contextMode": "mismatch",
111
+ "expected": {
112
+ "outcome": "deny",
113
+ "reasonCode": "CONTEXT_MISMATCH",
114
+ "grantIssued": false,
115
+ "approvalClaimed": false
116
+ }
117
+ },
118
+ "fs-policy-drift": {
119
+ "effectType": "filesystem-read",
120
+ "capability": "filesystem.read",
121
+ "effectKind": "read",
122
+ "allowedCapabilities": [
123
+ "filesystem.read"
124
+ ],
125
+ "contextMode": "policy-drift",
126
+ "expected": {
127
+ "outcome": "deny",
128
+ "reasonCode": "POLICY_DRIFT",
129
+ "grantIssued": false,
130
+ "approvalClaimed": false
131
+ }
132
+ },
133
+ "fs-gate-denied": {
134
+ "effectType": "filesystem-read",
135
+ "capability": "filesystem.read",
136
+ "effectKind": "read",
137
+ "allowedCapabilities": [
138
+ "filesystem.read"
139
+ ],
140
+ "gateFault": "GATE_NOT_SATISFIED",
141
+ "expected": {
142
+ "outcome": "deny",
143
+ "reasonCode": "GATE_NOT_SATISFIED",
144
+ "grantIssued": false,
145
+ "approvalClaimed": false
146
+ }
147
+ },
148
+ "fs-approval-stale": {
149
+ "effectType": "filesystem-mutate",
150
+ "capability": "filesystem.mutate",
151
+ "effectKind": "mutate",
152
+ "allowedCapabilities": [
153
+ "filesystem.mutate"
154
+ ],
155
+ "approval": "stale",
156
+ "expected": {
157
+ "outcome": "deny",
158
+ "reasonCode": "APPROVAL_STALE",
159
+ "grantIssued": false,
160
+ "approvalClaimed": false
161
+ }
162
+ },
163
+ "shell-opaque": {
164
+ "effectType": "process",
165
+ "capability": "shell.exec",
166
+ "effectKind": "execute",
167
+ "allowedCapabilities": [
168
+ "shell.exec"
169
+ ],
170
+ "expected": {
171
+ "outcome": "deny",
172
+ "reasonCode": "SHELL_OPAQUE",
173
+ "grantIssued": false,
174
+ "approvalClaimed": false
175
+ }
176
+ },
177
+ "shell-cwd-outside": {
178
+ "effectType": "process",
179
+ "capability": "shell.exec",
180
+ "effectKind": "execute",
181
+ "allowedCapabilities": [
182
+ "shell.exec"
183
+ ],
184
+ "pathMode": "cwd-outside",
185
+ "expected": {
186
+ "outcome": "deny",
187
+ "reasonCode": "PATH_OUTSIDE_WORKSPACE",
188
+ "grantIssued": false,
189
+ "approvalClaimed": false
190
+ }
191
+ },
192
+ "shell-context-mismatch": {
193
+ "effectType": "process",
194
+ "capability": "shell.exec",
195
+ "effectKind": "execute",
196
+ "allowedCapabilities": [
197
+ "shell.exec"
198
+ ],
199
+ "contextMode": "mismatch",
200
+ "expected": {
201
+ "outcome": "deny",
202
+ "reasonCode": "CONTEXT_MISMATCH",
203
+ "grantIssued": false,
204
+ "approvalClaimed": false
205
+ }
206
+ },
207
+ "shell-policy-drift": {
208
+ "effectType": "process",
209
+ "capability": "shell.exec",
210
+ "effectKind": "execute",
211
+ "allowedCapabilities": [
212
+ "shell.exec"
213
+ ],
214
+ "contextMode": "policy-drift",
215
+ "expected": {
216
+ "outcome": "deny",
217
+ "reasonCode": "POLICY_DRIFT",
218
+ "grantIssued": false,
219
+ "approvalClaimed": false
220
+ }
221
+ },
222
+ "shell-legacy": {
223
+ "effectType": "process",
224
+ "capability": "shell.exec",
225
+ "effectKind": "execute",
226
+ "allowedCapabilities": [
227
+ "shell.exec"
228
+ ],
229
+ "schemaVersion": "1.0.0",
230
+ "expected": {
231
+ "outcome": "deny",
232
+ "reasonCode": "OPERATION_SCOPE_UNVERIFIABLE",
233
+ "grantIssued": false,
234
+ "approvalClaimed": false
235
+ }
236
+ },
237
+ "shell-unverified": {
238
+ "effectType": "process",
239
+ "capability": "shell.exec",
240
+ "effectKind": "execute",
241
+ "verified": false,
242
+ "raw": "object",
243
+ "allowedCapabilities": [],
244
+ "expected": {
245
+ "outcome": "deny",
246
+ "reasonCode": "OPERATION_INVALID",
247
+ "grantIssued": false,
248
+ "approvalClaimed": false
249
+ }
250
+ },
251
+ "network-require": {
252
+ "effectType": "network",
253
+ "capability": "network.access",
254
+ "effectKind": "access",
255
+ "allowedCapabilities": [
256
+ "network.access"
257
+ ],
258
+ "expected": {
259
+ "outcome": "require_approval",
260
+ "reasonCode": "APPROVAL_REQUIRED",
261
+ "grantIssued": false,
262
+ "approvalClaimed": false
263
+ }
264
+ },
265
+ "network-allow": {
266
+ "effectType": "network",
267
+ "capability": "network.access",
268
+ "effectKind": "access",
269
+ "allowedCapabilities": [
270
+ "network.access"
271
+ ],
272
+ "approval": "valid",
273
+ "expected": {
274
+ "outcome": "allow",
275
+ "reasonCode": "APPROVAL_ACCEPTED",
276
+ "grantIssued": true,
277
+ "approvalClaimed": true
278
+ }
279
+ },
280
+ "network-capability-denied": {
281
+ "effectType": "network",
282
+ "capability": "network.access",
283
+ "effectKind": "access",
284
+ "allowedCapabilities": [],
285
+ "expected": {
286
+ "outcome": "deny",
287
+ "reasonCode": "CAPABILITY_DENIED",
288
+ "grantIssued": false,
289
+ "approvalClaimed": false
290
+ }
291
+ },
292
+ "network-context-mismatch": {
293
+ "effectType": "network",
294
+ "capability": "network.access",
295
+ "effectKind": "access",
296
+ "allowedCapabilities": [
297
+ "network.access"
298
+ ],
299
+ "contextMode": "mismatch",
300
+ "expected": {
301
+ "outcome": "deny",
302
+ "reasonCode": "CONTEXT_MISMATCH",
303
+ "grantIssued": false,
304
+ "approvalClaimed": false
305
+ }
306
+ },
307
+ "network-policy-drift": {
308
+ "effectType": "network",
309
+ "capability": "network.access",
310
+ "effectKind": "access",
311
+ "allowedCapabilities": [
312
+ "network.access"
313
+ ],
314
+ "contextMode": "policy-drift",
315
+ "expected": {
316
+ "outcome": "deny",
317
+ "reasonCode": "POLICY_DRIFT",
318
+ "grantIssued": false,
319
+ "approvalClaimed": false
320
+ }
321
+ },
322
+ "network-gate-denied": {
323
+ "effectType": "network",
324
+ "capability": "network.access",
325
+ "effectKind": "access",
326
+ "allowedCapabilities": [
327
+ "network.access"
328
+ ],
329
+ "gateFault": "GATE_NOT_SATISFIED",
330
+ "expected": {
331
+ "outcome": "deny",
332
+ "reasonCode": "GATE_NOT_SATISFIED",
333
+ "grantIssued": false,
334
+ "approvalClaimed": false
335
+ }
336
+ },
337
+ "network-approval-stale": {
338
+ "effectType": "network",
339
+ "capability": "network.access",
340
+ "effectKind": "access",
341
+ "allowedCapabilities": [
342
+ "network.access"
343
+ ],
344
+ "approval": "stale",
345
+ "expected": {
346
+ "outcome": "deny",
347
+ "reasonCode": "APPROVAL_STALE",
348
+ "grantIssued": false,
349
+ "approvalClaimed": false
350
+ }
351
+ },
352
+ "network-gate-version": {
353
+ "effectType": "network",
354
+ "capability": "network.access",
355
+ "effectKind": "access",
356
+ "allowedCapabilities": [
357
+ "network.access"
358
+ ],
359
+ "gateFault": "GATE_VERSION_MISMATCH",
360
+ "expected": {
361
+ "outcome": "deny",
362
+ "reasonCode": "GATE_VERSION_MISMATCH",
363
+ "grantIssued": false,
364
+ "approvalClaimed": false
365
+ }
366
+ },
367
+ "remote-require": {
368
+ "effectType": "network",
369
+ "capability": "network.access",
370
+ "effectKind": "access",
371
+ "allowedCapabilities": [
372
+ "network.access"
373
+ ],
374
+ "expected": {
375
+ "outcome": "require_approval",
376
+ "reasonCode": "APPROVAL_REQUIRED",
377
+ "grantIssued": false,
378
+ "approvalClaimed": false
379
+ }
380
+ },
381
+ "remote-allow": {
382
+ "effectType": "network",
383
+ "capability": "network.access",
384
+ "effectKind": "access",
385
+ "allowedCapabilities": [
386
+ "network.access"
387
+ ],
388
+ "approval": "valid",
389
+ "expected": {
390
+ "outcome": "allow",
391
+ "reasonCode": "APPROVAL_ACCEPTED",
392
+ "grantIssued": true,
393
+ "approvalClaimed": true
394
+ }
395
+ },
396
+ "remote-phase-unknown": {
397
+ "effectType": "network",
398
+ "capability": "network.access",
399
+ "effectKind": "access",
400
+ "allowedCapabilities": [
401
+ "network.access"
402
+ ],
403
+ "gateFault": "GATE_PHASE_UNKNOWN",
404
+ "expected": {
405
+ "outcome": "deny",
406
+ "reasonCode": "GATE_PHASE_UNKNOWN",
407
+ "grantIssued": false,
408
+ "approvalClaimed": false
409
+ }
410
+ },
411
+ "remote-task-unknown": {
412
+ "effectType": "network",
413
+ "capability": "network.access",
414
+ "effectKind": "access",
415
+ "allowedCapabilities": [
416
+ "network.access"
417
+ ],
418
+ "gateFault": "GATE_TASK_UNKNOWN",
419
+ "expected": {
420
+ "outcome": "deny",
421
+ "reasonCode": "GATE_NOT_SATISFIED",
422
+ "grantIssued": false,
423
+ "approvalClaimed": false
424
+ }
425
+ },
426
+ "remote-plan-drift": {
427
+ "effectType": "network",
428
+ "capability": "network.access",
429
+ "effectKind": "access",
430
+ "allowedCapabilities": [
431
+ "network.access"
432
+ ],
433
+ "gateFault": "PLAN_DRIFT",
434
+ "expected": {
435
+ "outcome": "deny",
436
+ "reasonCode": "GATE_NOT_SATISFIED",
437
+ "grantIssued": false,
438
+ "approvalClaimed": false
439
+ }
440
+ },
441
+ "remote-g1-expired": {
442
+ "effectType": "network",
443
+ "capability": "network.access",
444
+ "effectKind": "access",
445
+ "allowedCapabilities": [
446
+ "network.access"
447
+ ],
448
+ "gateFault": "GATE_G1_EXPIRED",
449
+ "expected": {
450
+ "outcome": "deny",
451
+ "reasonCode": "GATE_NOT_SATISFIED",
452
+ "grantIssued": false,
453
+ "approvalClaimed": false
454
+ }
455
+ },
456
+ "memory-read-allow": {
457
+ "effectType": "memory-read",
458
+ "capability": "memory.read",
459
+ "effectKind": "read",
460
+ "allowedCapabilities": [
461
+ "memory.read"
462
+ ],
463
+ "expected": {
464
+ "outcome": "allow",
465
+ "reasonCode": "ALLOWED",
466
+ "grantIssued": true,
467
+ "approvalClaimed": false
468
+ }
469
+ },
470
+ "memory-write-require": {
471
+ "effectType": "memory-write",
472
+ "capability": "memory.write",
473
+ "effectKind": "mutate",
474
+ "allowedCapabilities": [
475
+ "memory.write"
476
+ ],
477
+ "expected": {
478
+ "outcome": "require_approval",
479
+ "reasonCode": "APPROVAL_REQUIRED",
480
+ "grantIssued": false,
481
+ "approvalClaimed": false
482
+ }
483
+ },
484
+ "memory-write-allow": {
485
+ "effectType": "memory-write",
486
+ "capability": "memory.write",
487
+ "effectKind": "mutate",
488
+ "allowedCapabilities": [
489
+ "memory.write"
490
+ ],
491
+ "approval": "valid",
492
+ "expected": {
493
+ "outcome": "allow",
494
+ "reasonCode": "APPROVAL_ACCEPTED",
495
+ "grantIssued": true,
496
+ "approvalClaimed": true
497
+ }
498
+ },
499
+ "memory-capability-denied": {
500
+ "effectType": "memory-read",
501
+ "capability": "memory.read",
502
+ "effectKind": "read",
503
+ "allowedCapabilities": [],
504
+ "expected": {
505
+ "outcome": "deny",
506
+ "reasonCode": "CAPABILITY_DENIED",
507
+ "grantIssued": false,
508
+ "approvalClaimed": false
509
+ }
510
+ },
511
+ "memory-context-mismatch": {
512
+ "effectType": "memory-read",
513
+ "capability": "memory.read",
514
+ "effectKind": "read",
515
+ "allowedCapabilities": [
516
+ "memory.read"
517
+ ],
518
+ "contextMode": "mismatch",
519
+ "expected": {
520
+ "outcome": "deny",
521
+ "reasonCode": "CONTEXT_MISMATCH",
522
+ "grantIssued": false,
523
+ "approvalClaimed": false
524
+ }
525
+ },
526
+ "memory-policy-drift": {
527
+ "effectType": "memory-read",
528
+ "capability": "memory.read",
529
+ "effectKind": "read",
530
+ "allowedCapabilities": [
531
+ "memory.read"
532
+ ],
533
+ "contextMode": "policy-drift",
534
+ "expected": {
535
+ "outcome": "deny",
536
+ "reasonCode": "POLICY_DRIFT",
537
+ "grantIssued": false,
538
+ "approvalClaimed": false
539
+ }
540
+ },
541
+ "memory-phase-unknown": {
542
+ "effectType": "memory-read",
543
+ "capability": "memory.read",
544
+ "effectKind": "read",
545
+ "allowedCapabilities": [
546
+ "memory.read"
547
+ ],
548
+ "gateFault": "GATE_PHASE_UNKNOWN",
549
+ "expected": {
550
+ "outcome": "deny",
551
+ "reasonCode": "GATE_PHASE_UNKNOWN",
552
+ "grantIssued": false,
553
+ "approvalClaimed": false
554
+ }
555
+ },
556
+ "memory-task-unknown": {
557
+ "effectType": "memory-read",
558
+ "capability": "memory.read",
559
+ "effectKind": "read",
560
+ "allowedCapabilities": [
561
+ "memory.read"
562
+ ],
563
+ "gateFault": "GATE_TASK_UNKNOWN",
564
+ "expected": {
565
+ "outcome": "deny",
566
+ "reasonCode": "GATE_NOT_SATISFIED",
567
+ "grantIssued": false,
568
+ "approvalClaimed": false
569
+ }
570
+ },
571
+ "memory-legacy": {
572
+ "effectType": "memory-read",
573
+ "capability": "memory.read",
574
+ "effectKind": "read",
575
+ "allowedCapabilities": [
576
+ "memory.read"
577
+ ],
578
+ "schemaVersion": "1.0.0",
579
+ "expected": {
580
+ "outcome": "deny",
581
+ "reasonCode": "OPERATION_SCOPE_UNVERIFIABLE",
582
+ "grantIssued": false,
583
+ "approvalClaimed": false
584
+ }
585
+ },
586
+ "memory-unverified": {
587
+ "effectType": "memory-read",
588
+ "capability": "memory.read",
589
+ "effectKind": "read",
590
+ "verified": false,
591
+ "raw": "null",
592
+ "allowedCapabilities": [],
593
+ "expected": {
594
+ "outcome": "deny",
595
+ "reasonCode": "OPERATION_INVALID",
596
+ "grantIssued": false,
597
+ "approvalClaimed": false
598
+ }
599
+ },
600
+ "delegation-target-missing": {
601
+ "effectType": "delegation",
602
+ "capability": "delegate",
603
+ "effectKind": "delegate",
604
+ "allowedCapabilities": [
605
+ "delegate",
606
+ "filesystem.read"
607
+ ],
608
+ "expected": {
609
+ "outcome": "deny",
610
+ "reasonCode": "DELEGATION_DENIED",
611
+ "grantIssued": false,
612
+ "approvalClaimed": false
613
+ }
614
+ },
615
+ "delegation-target-denied": {
616
+ "effectType": "delegation",
617
+ "capability": "delegate",
618
+ "effectKind": "delegate",
619
+ "allowedCapabilities": [
620
+ "delegate",
621
+ "filesystem.read"
622
+ ],
623
+ "targetPolicy": "deny",
624
+ "expected": {
625
+ "outcome": "deny",
626
+ "reasonCode": "DELEGATION_DENIED",
627
+ "grantIssued": false,
628
+ "approvalClaimed": false
629
+ }
630
+ },
631
+ "delegation-scope-denied": {
632
+ "effectType": "delegation",
633
+ "capability": "delegate",
634
+ "effectKind": "delegate",
635
+ "allowedCapabilities": [
636
+ "delegate"
637
+ ],
638
+ "targetPolicy": "allow",
639
+ "expected": {
640
+ "outcome": "deny",
641
+ "reasonCode": "DELEGATION_DENIED",
642
+ "grantIssued": false,
643
+ "approvalClaimed": false
644
+ }
645
+ },
646
+ "delegation-require": {
647
+ "effectType": "delegation",
648
+ "capability": "delegate",
649
+ "effectKind": "delegate",
650
+ "allowedCapabilities": [
651
+ "delegate",
652
+ "filesystem.read"
653
+ ],
654
+ "targetPolicy": "allow",
655
+ "expected": {
656
+ "outcome": "require_approval",
657
+ "reasonCode": "APPROVAL_REQUIRED",
658
+ "grantIssued": false,
659
+ "approvalClaimed": false
660
+ }
661
+ },
662
+ "delegation-allow": {
663
+ "effectType": "delegation",
664
+ "capability": "delegate",
665
+ "effectKind": "delegate",
666
+ "allowedCapabilities": [
667
+ "delegate",
668
+ "filesystem.read"
669
+ ],
670
+ "targetPolicy": "allow",
671
+ "approval": "valid",
672
+ "expected": {
673
+ "outcome": "allow",
674
+ "reasonCode": "APPROVAL_ACCEPTED",
675
+ "grantIssued": true,
676
+ "approvalClaimed": true
677
+ }
678
+ },
679
+ "delegation-capability-denied": {
680
+ "effectType": "delegation",
681
+ "capability": "delegate",
682
+ "effectKind": "delegate",
683
+ "allowedCapabilities": [
684
+ "filesystem.read"
685
+ ],
686
+ "expected": {
687
+ "outcome": "deny",
688
+ "reasonCode": "CAPABILITY_DENIED",
689
+ "grantIssued": false,
690
+ "approvalClaimed": false
691
+ }
692
+ },
693
+ "skill-denied": {
694
+ "effectType": "skill",
695
+ "capability": "skill.invoke",
696
+ "effectKind": "invoke",
697
+ "allowedCapabilities": [
698
+ "skill.invoke"
699
+ ],
700
+ "expected": {
701
+ "outcome": "deny",
702
+ "reasonCode": "SKILL_DENIED",
703
+ "grantIssued": false,
704
+ "approvalClaimed": false
705
+ }
706
+ },
707
+ "skill-require": {
708
+ "effectType": "skill",
709
+ "capability": "skill.invoke",
710
+ "effectKind": "invoke",
711
+ "allowedCapabilities": [
712
+ "skill.invoke"
713
+ ],
714
+ "allowSkill": true,
715
+ "expected": {
716
+ "outcome": "require_approval",
717
+ "reasonCode": "APPROVAL_REQUIRED",
718
+ "grantIssued": false,
719
+ "approvalClaimed": false
720
+ }
721
+ },
722
+ "gate-not-satisfied": {
723
+ "effectType": "filesystem-read",
724
+ "capability": "filesystem.read",
725
+ "effectKind": "read",
726
+ "allowedCapabilities": [
727
+ "filesystem.read"
728
+ ],
729
+ "gateFault": "GATE_NOT_SATISFIED",
730
+ "expected": {
731
+ "outcome": "deny",
732
+ "reasonCode": "GATE_NOT_SATISFIED",
733
+ "grantIssued": false,
734
+ "approvalClaimed": false
735
+ }
736
+ },
737
+ "gate-phase-unknown": {
738
+ "effectType": "filesystem-read",
739
+ "capability": "filesystem.read",
740
+ "effectKind": "read",
741
+ "allowedCapabilities": [
742
+ "filesystem.read"
743
+ ],
744
+ "gateFault": "GATE_PHASE_UNKNOWN",
745
+ "expected": {
746
+ "outcome": "deny",
747
+ "reasonCode": "GATE_PHASE_UNKNOWN",
748
+ "grantIssued": false,
749
+ "approvalClaimed": false
750
+ }
751
+ },
752
+ "gate-task-unknown": {
753
+ "effectType": "filesystem-read",
754
+ "capability": "filesystem.read",
755
+ "effectKind": "read",
756
+ "allowedCapabilities": [
757
+ "filesystem.read"
758
+ ],
759
+ "gateFault": "GATE_TASK_UNKNOWN",
760
+ "expected": {
761
+ "outcome": "deny",
762
+ "reasonCode": "GATE_NOT_SATISFIED",
763
+ "grantIssued": false,
764
+ "approvalClaimed": false
765
+ }
766
+ },
767
+ "gate-version-mismatch": {
768
+ "effectType": "filesystem-read",
769
+ "capability": "filesystem.read",
770
+ "effectKind": "read",
771
+ "allowedCapabilities": [
772
+ "filesystem.read"
773
+ ],
774
+ "gateFault": "GATE_VERSION_MISMATCH",
775
+ "expected": {
776
+ "outcome": "deny",
777
+ "reasonCode": "GATE_VERSION_MISMATCH",
778
+ "grantIssued": false,
779
+ "approvalClaimed": false
780
+ }
781
+ },
782
+ "gate-g1-expired": {
783
+ "effectType": "filesystem-read",
784
+ "capability": "filesystem.read",
785
+ "effectKind": "read",
786
+ "allowedCapabilities": [
787
+ "filesystem.read"
788
+ ],
789
+ "gateFault": "GATE_G1_EXPIRED",
790
+ "expected": {
791
+ "outcome": "deny",
792
+ "reasonCode": "GATE_NOT_SATISFIED",
793
+ "grantIssued": false,
794
+ "approvalClaimed": false
795
+ }
796
+ },
797
+ "gate-plan-drift": {
798
+ "effectType": "filesystem-read",
799
+ "capability": "filesystem.read",
800
+ "effectKind": "read",
801
+ "allowedCapabilities": [
802
+ "filesystem.read"
803
+ ],
804
+ "gateFault": "PLAN_DRIFT",
805
+ "expected": {
806
+ "outcome": "deny",
807
+ "reasonCode": "GATE_NOT_SATISFIED",
808
+ "grantIssued": false,
809
+ "approvalClaimed": false
810
+ }
811
+ },
812
+ "gate-approval-required": {
813
+ "effectType": "filesystem-mutate",
814
+ "capability": "filesystem.mutate",
815
+ "effectKind": "mutate",
816
+ "allowedCapabilities": [
817
+ "filesystem.mutate"
818
+ ],
819
+ "expected": {
820
+ "outcome": "require_approval",
821
+ "reasonCode": "APPROVAL_REQUIRED",
822
+ "grantIssued": false,
823
+ "approvalClaimed": false
824
+ }
825
+ },
826
+ "gate-approval-stale": {
827
+ "effectType": "filesystem-mutate",
828
+ "capability": "filesystem.mutate",
829
+ "effectKind": "mutate",
830
+ "allowedCapabilities": [
831
+ "filesystem.mutate"
832
+ ],
833
+ "approval": "stale",
834
+ "expected": {
835
+ "outcome": "deny",
836
+ "reasonCode": "APPROVAL_STALE",
837
+ "grantIssued": false,
838
+ "approvalClaimed": false
839
+ }
840
+ },
841
+ "gate-approval-allow": {
842
+ "effectType": "filesystem-mutate",
843
+ "capability": "filesystem.mutate",
844
+ "effectKind": "mutate",
845
+ "allowedCapabilities": [
846
+ "filesystem.mutate"
847
+ ],
848
+ "approval": "valid",
849
+ "expected": {
850
+ "outcome": "allow",
851
+ "reasonCode": "APPROVAL_ACCEPTED",
852
+ "grantIssued": true,
853
+ "approvalClaimed": true
854
+ }
855
+ },
856
+ "gate-direct-allow": {
857
+ "effectType": "filesystem-read",
858
+ "capability": "filesystem.read",
859
+ "effectKind": "read",
860
+ "allowedCapabilities": [
861
+ "filesystem.read"
862
+ ],
863
+ "expected": {
864
+ "outcome": "allow",
865
+ "reasonCode": "ALLOWED",
866
+ "grantIssued": true,
867
+ "approvalClaimed": false
868
+ }
869
+ },
870
+ "malformed-null": {
871
+ "verified": false,
872
+ "raw": "null",
873
+ "allowedCapabilities": [],
874
+ "expected": {
875
+ "outcome": "deny",
876
+ "reasonCode": "OPERATION_INVALID",
877
+ "grantIssued": false,
878
+ "approvalClaimed": false
879
+ }
880
+ },
881
+ "malformed-object": {
882
+ "verified": false,
883
+ "raw": "object",
884
+ "allowedCapabilities": [],
885
+ "expected": {
886
+ "outcome": "deny",
887
+ "reasonCode": "OPERATION_INVALID",
888
+ "grantIssued": false,
889
+ "approvalClaimed": false
890
+ }
891
+ },
892
+ "malformed-legacy-read": {
893
+ "effectType": "filesystem-read",
894
+ "capability": "filesystem.read",
895
+ "effectKind": "read",
896
+ "allowedCapabilities": [
897
+ "filesystem.read"
898
+ ],
899
+ "schemaVersion": "1.0.0",
900
+ "expected": {
901
+ "outcome": "deny",
902
+ "reasonCode": "OPERATION_SCOPE_UNVERIFIABLE",
903
+ "grantIssued": false,
904
+ "approvalClaimed": false
905
+ }
906
+ },
907
+ "malformed-legacy-mutate": {
908
+ "effectType": "filesystem-mutate",
909
+ "capability": "filesystem.mutate",
910
+ "effectKind": "mutate",
911
+ "allowedCapabilities": [
912
+ "filesystem.mutate"
913
+ ],
914
+ "schemaVersion": "1.0.0",
915
+ "expected": {
916
+ "outcome": "deny",
917
+ "reasonCode": "OPERATION_SCOPE_UNVERIFIABLE",
918
+ "grantIssued": false,
919
+ "approvalClaimed": false
920
+ }
921
+ }
922
+ },
923
+ "vectors": [
924
+ {
925
+ "id": "W2-001",
926
+ "category": "filesystem_paths",
927
+ "scenario": "fs-read-allow",
928
+ "resource": "fs-001"
929
+ },
930
+ {
931
+ "id": "W2-002",
932
+ "category": "filesystem_paths",
933
+ "scenario": "fs-mutate-require",
934
+ "resource": "fs-002"
935
+ },
936
+ {
937
+ "id": "W2-003",
938
+ "category": "filesystem_paths",
939
+ "scenario": "fs-mutate-allow",
940
+ "resource": "fs-003"
941
+ },
942
+ {
943
+ "id": "W2-004",
944
+ "category": "filesystem_paths",
945
+ "scenario": "fs-capability-denied",
946
+ "resource": "fs-004"
947
+ },
948
+ {
949
+ "id": "W2-005",
950
+ "category": "filesystem_paths",
951
+ "scenario": "fs-cwd-outside",
952
+ "resource": "fs-005"
953
+ },
954
+ {
955
+ "id": "W2-006",
956
+ "category": "filesystem_paths",
957
+ "scenario": "fs-effect-outside",
958
+ "resource": "fs-006"
959
+ },
960
+ {
961
+ "id": "W2-007",
962
+ "category": "filesystem_paths",
963
+ "scenario": "fs-context-mismatch",
964
+ "resource": "fs-007"
965
+ },
966
+ {
967
+ "id": "W2-008",
968
+ "category": "filesystem_paths",
969
+ "scenario": "fs-policy-drift",
970
+ "resource": "fs-008"
971
+ },
972
+ {
973
+ "id": "W2-009",
974
+ "category": "filesystem_paths",
975
+ "scenario": "fs-gate-denied",
976
+ "resource": "fs-009"
977
+ },
978
+ {
979
+ "id": "W2-010",
980
+ "category": "filesystem_paths",
981
+ "scenario": "fs-approval-stale",
982
+ "resource": "fs-010"
983
+ },
984
+ {
985
+ "id": "W2-011",
986
+ "category": "filesystem_paths",
987
+ "scenario": "fs-read-allow",
988
+ "resource": "fs-011"
989
+ },
990
+ {
991
+ "id": "W2-012",
992
+ "category": "filesystem_paths",
993
+ "scenario": "fs-mutate-require",
994
+ "resource": "fs-012"
995
+ },
996
+ {
997
+ "id": "W2-013",
998
+ "category": "filesystem_paths",
999
+ "scenario": "fs-mutate-allow",
1000
+ "resource": "fs-013"
1001
+ },
1002
+ {
1003
+ "id": "W2-014",
1004
+ "category": "filesystem_paths",
1005
+ "scenario": "fs-capability-denied",
1006
+ "resource": "fs-014"
1007
+ },
1008
+ {
1009
+ "id": "W2-015",
1010
+ "category": "filesystem_paths",
1011
+ "scenario": "fs-cwd-outside",
1012
+ "resource": "fs-015"
1013
+ },
1014
+ {
1015
+ "id": "W2-016",
1016
+ "category": "filesystem_paths",
1017
+ "scenario": "fs-effect-outside",
1018
+ "resource": "fs-016"
1019
+ },
1020
+ {
1021
+ "id": "W2-017",
1022
+ "category": "filesystem_paths",
1023
+ "scenario": "fs-context-mismatch",
1024
+ "resource": "fs-017"
1025
+ },
1026
+ {
1027
+ "id": "W2-018",
1028
+ "category": "filesystem_paths",
1029
+ "scenario": "fs-policy-drift",
1030
+ "resource": "fs-018"
1031
+ },
1032
+ {
1033
+ "id": "W2-019",
1034
+ "category": "filesystem_paths",
1035
+ "scenario": "fs-gate-denied",
1036
+ "resource": "fs-019"
1037
+ },
1038
+ {
1039
+ "id": "W2-020",
1040
+ "category": "filesystem_paths",
1041
+ "scenario": "fs-approval-stale",
1042
+ "resource": "fs-020"
1043
+ },
1044
+ {
1045
+ "id": "W2-021",
1046
+ "category": "filesystem_paths",
1047
+ "scenario": "fs-read-allow",
1048
+ "resource": "fs-021"
1049
+ },
1050
+ {
1051
+ "id": "W2-022",
1052
+ "category": "filesystem_paths",
1053
+ "scenario": "fs-mutate-require",
1054
+ "resource": "fs-022"
1055
+ },
1056
+ {
1057
+ "id": "W2-023",
1058
+ "category": "filesystem_paths",
1059
+ "scenario": "fs-mutate-allow",
1060
+ "resource": "fs-023"
1061
+ },
1062
+ {
1063
+ "id": "W2-024",
1064
+ "category": "filesystem_paths",
1065
+ "scenario": "fs-capability-denied",
1066
+ "resource": "fs-024"
1067
+ },
1068
+ {
1069
+ "id": "W2-025",
1070
+ "category": "filesystem_paths",
1071
+ "scenario": "fs-cwd-outside",
1072
+ "resource": "fs-025"
1073
+ },
1074
+ {
1075
+ "id": "W2-026",
1076
+ "category": "filesystem_paths",
1077
+ "scenario": "fs-effect-outside",
1078
+ "resource": "fs-026"
1079
+ },
1080
+ {
1081
+ "id": "W2-027",
1082
+ "category": "filesystem_paths",
1083
+ "scenario": "fs-context-mismatch",
1084
+ "resource": "fs-027"
1085
+ },
1086
+ {
1087
+ "id": "W2-028",
1088
+ "category": "filesystem_paths",
1089
+ "scenario": "fs-policy-drift",
1090
+ "resource": "fs-028"
1091
+ },
1092
+ {
1093
+ "id": "W2-029",
1094
+ "category": "filesystem_paths",
1095
+ "scenario": "fs-gate-denied",
1096
+ "resource": "fs-029"
1097
+ },
1098
+ {
1099
+ "id": "W2-030",
1100
+ "category": "filesystem_paths",
1101
+ "scenario": "fs-approval-stale",
1102
+ "resource": "fs-030"
1103
+ },
1104
+ {
1105
+ "id": "W2-031",
1106
+ "category": "filesystem_paths",
1107
+ "scenario": "fs-read-allow",
1108
+ "resource": "fs-031"
1109
+ },
1110
+ {
1111
+ "id": "W2-032",
1112
+ "category": "filesystem_paths",
1113
+ "scenario": "fs-mutate-require",
1114
+ "resource": "fs-032"
1115
+ },
1116
+ {
1117
+ "id": "W2-033",
1118
+ "category": "filesystem_paths",
1119
+ "scenario": "fs-mutate-allow",
1120
+ "resource": "fs-033"
1121
+ },
1122
+ {
1123
+ "id": "W2-034",
1124
+ "category": "filesystem_paths",
1125
+ "scenario": "fs-capability-denied",
1126
+ "resource": "fs-034"
1127
+ },
1128
+ {
1129
+ "id": "W2-035",
1130
+ "category": "filesystem_paths",
1131
+ "scenario": "fs-cwd-outside",
1132
+ "resource": "fs-035"
1133
+ },
1134
+ {
1135
+ "id": "W2-036",
1136
+ "category": "filesystem_paths",
1137
+ "scenario": "fs-effect-outside",
1138
+ "resource": "fs-036"
1139
+ },
1140
+ {
1141
+ "id": "W2-037",
1142
+ "category": "filesystem_paths",
1143
+ "scenario": "fs-context-mismatch",
1144
+ "resource": "fs-037"
1145
+ },
1146
+ {
1147
+ "id": "W2-038",
1148
+ "category": "filesystem_paths",
1149
+ "scenario": "fs-policy-drift",
1150
+ "resource": "fs-038"
1151
+ },
1152
+ {
1153
+ "id": "W2-039",
1154
+ "category": "filesystem_paths",
1155
+ "scenario": "fs-gate-denied",
1156
+ "resource": "fs-039"
1157
+ },
1158
+ {
1159
+ "id": "W2-040",
1160
+ "category": "filesystem_paths",
1161
+ "scenario": "fs-approval-stale",
1162
+ "resource": "fs-040"
1163
+ },
1164
+ {
1165
+ "id": "W2-041",
1166
+ "category": "filesystem_paths",
1167
+ "scenario": "fs-read-allow",
1168
+ "resource": "fs-041"
1169
+ },
1170
+ {
1171
+ "id": "W2-042",
1172
+ "category": "filesystem_paths",
1173
+ "scenario": "fs-mutate-require",
1174
+ "resource": "fs-042"
1175
+ },
1176
+ {
1177
+ "id": "W2-043",
1178
+ "category": "filesystem_paths",
1179
+ "scenario": "fs-mutate-allow",
1180
+ "resource": "fs-043"
1181
+ },
1182
+ {
1183
+ "id": "W2-044",
1184
+ "category": "filesystem_paths",
1185
+ "scenario": "fs-capability-denied",
1186
+ "resource": "fs-044"
1187
+ },
1188
+ {
1189
+ "id": "W2-045",
1190
+ "category": "filesystem_paths",
1191
+ "scenario": "fs-cwd-outside",
1192
+ "resource": "fs-045"
1193
+ },
1194
+ {
1195
+ "id": "W2-046",
1196
+ "category": "filesystem_paths",
1197
+ "scenario": "fs-effect-outside",
1198
+ "resource": "fs-046"
1199
+ },
1200
+ {
1201
+ "id": "W2-047",
1202
+ "category": "filesystem_paths",
1203
+ "scenario": "fs-context-mismatch",
1204
+ "resource": "fs-047"
1205
+ },
1206
+ {
1207
+ "id": "W2-048",
1208
+ "category": "filesystem_paths",
1209
+ "scenario": "fs-policy-drift",
1210
+ "resource": "fs-048"
1211
+ },
1212
+ {
1213
+ "id": "W2-049",
1214
+ "category": "filesystem_paths",
1215
+ "scenario": "fs-gate-denied",
1216
+ "resource": "fs-049"
1217
+ },
1218
+ {
1219
+ "id": "W2-050",
1220
+ "category": "filesystem_paths",
1221
+ "scenario": "fs-approval-stale",
1222
+ "resource": "fs-050"
1223
+ },
1224
+ {
1225
+ "id": "W2-051",
1226
+ "category": "filesystem_paths",
1227
+ "scenario": "fs-read-allow",
1228
+ "resource": "fs-051"
1229
+ },
1230
+ {
1231
+ "id": "W2-052",
1232
+ "category": "filesystem_paths",
1233
+ "scenario": "fs-mutate-require",
1234
+ "resource": "fs-052"
1235
+ },
1236
+ {
1237
+ "id": "W2-053",
1238
+ "category": "filesystem_paths",
1239
+ "scenario": "fs-mutate-allow",
1240
+ "resource": "fs-053"
1241
+ },
1242
+ {
1243
+ "id": "W2-054",
1244
+ "category": "filesystem_paths",
1245
+ "scenario": "fs-capability-denied",
1246
+ "resource": "fs-054"
1247
+ },
1248
+ {
1249
+ "id": "W2-055",
1250
+ "category": "filesystem_paths",
1251
+ "scenario": "fs-cwd-outside",
1252
+ "resource": "fs-055"
1253
+ },
1254
+ {
1255
+ "id": "W2-056",
1256
+ "category": "filesystem_paths",
1257
+ "scenario": "fs-effect-outside",
1258
+ "resource": "fs-056"
1259
+ },
1260
+ {
1261
+ "id": "W2-057",
1262
+ "category": "filesystem_paths",
1263
+ "scenario": "fs-context-mismatch",
1264
+ "resource": "fs-057"
1265
+ },
1266
+ {
1267
+ "id": "W2-058",
1268
+ "category": "filesystem_paths",
1269
+ "scenario": "fs-policy-drift",
1270
+ "resource": "fs-058"
1271
+ },
1272
+ {
1273
+ "id": "W2-059",
1274
+ "category": "filesystem_paths",
1275
+ "scenario": "fs-gate-denied",
1276
+ "resource": "fs-059"
1277
+ },
1278
+ {
1279
+ "id": "W2-060",
1280
+ "category": "filesystem_paths",
1281
+ "scenario": "fs-approval-stale",
1282
+ "resource": "fs-060"
1283
+ },
1284
+ {
1285
+ "id": "W2-061",
1286
+ "category": "filesystem_paths",
1287
+ "scenario": "fs-read-allow",
1288
+ "resource": "fs-061"
1289
+ },
1290
+ {
1291
+ "id": "W2-062",
1292
+ "category": "filesystem_paths",
1293
+ "scenario": "fs-mutate-require",
1294
+ "resource": "fs-062"
1295
+ },
1296
+ {
1297
+ "id": "W2-063",
1298
+ "category": "filesystem_paths",
1299
+ "scenario": "fs-mutate-allow",
1300
+ "resource": "fs-063"
1301
+ },
1302
+ {
1303
+ "id": "W2-064",
1304
+ "category": "filesystem_paths",
1305
+ "scenario": "fs-capability-denied",
1306
+ "resource": "fs-064"
1307
+ },
1308
+ {
1309
+ "id": "W2-065",
1310
+ "category": "filesystem_paths",
1311
+ "scenario": "fs-cwd-outside",
1312
+ "resource": "fs-065"
1313
+ },
1314
+ {
1315
+ "id": "W2-066",
1316
+ "category": "filesystem_paths",
1317
+ "scenario": "fs-effect-outside",
1318
+ "resource": "fs-066"
1319
+ },
1320
+ {
1321
+ "id": "W2-067",
1322
+ "category": "filesystem_paths",
1323
+ "scenario": "fs-context-mismatch",
1324
+ "resource": "fs-067"
1325
+ },
1326
+ {
1327
+ "id": "W2-068",
1328
+ "category": "filesystem_paths",
1329
+ "scenario": "fs-policy-drift",
1330
+ "resource": "fs-068"
1331
+ },
1332
+ {
1333
+ "id": "W2-069",
1334
+ "category": "filesystem_paths",
1335
+ "scenario": "fs-gate-denied",
1336
+ "resource": "fs-069"
1337
+ },
1338
+ {
1339
+ "id": "W2-070",
1340
+ "category": "filesystem_paths",
1341
+ "scenario": "fs-approval-stale",
1342
+ "resource": "fs-070"
1343
+ },
1344
+ {
1345
+ "id": "W2-071",
1346
+ "category": "filesystem_paths",
1347
+ "scenario": "fs-read-allow",
1348
+ "resource": "fs-071"
1349
+ },
1350
+ {
1351
+ "id": "W2-072",
1352
+ "category": "filesystem_paths",
1353
+ "scenario": "fs-mutate-require",
1354
+ "resource": "fs-072"
1355
+ },
1356
+ {
1357
+ "id": "W2-073",
1358
+ "category": "filesystem_paths",
1359
+ "scenario": "fs-mutate-allow",
1360
+ "resource": "fs-073"
1361
+ },
1362
+ {
1363
+ "id": "W2-074",
1364
+ "category": "filesystem_paths",
1365
+ "scenario": "fs-capability-denied",
1366
+ "resource": "fs-074"
1367
+ },
1368
+ {
1369
+ "id": "W2-075",
1370
+ "category": "filesystem_paths",
1371
+ "scenario": "fs-cwd-outside",
1372
+ "resource": "fs-075"
1373
+ },
1374
+ {
1375
+ "id": "W2-076",
1376
+ "category": "filesystem_paths",
1377
+ "scenario": "fs-effect-outside",
1378
+ "resource": "fs-076"
1379
+ },
1380
+ {
1381
+ "id": "W2-077",
1382
+ "category": "filesystem_paths",
1383
+ "scenario": "fs-context-mismatch",
1384
+ "resource": "fs-077"
1385
+ },
1386
+ {
1387
+ "id": "W2-078",
1388
+ "category": "filesystem_paths",
1389
+ "scenario": "fs-policy-drift",
1390
+ "resource": "fs-078"
1391
+ },
1392
+ {
1393
+ "id": "W2-079",
1394
+ "category": "filesystem_paths",
1395
+ "scenario": "fs-gate-denied",
1396
+ "resource": "fs-079"
1397
+ },
1398
+ {
1399
+ "id": "W2-080",
1400
+ "category": "filesystem_paths",
1401
+ "scenario": "fs-approval-stale",
1402
+ "resource": "fs-080"
1403
+ },
1404
+ {
1405
+ "id": "W2-081",
1406
+ "category": "filesystem_paths",
1407
+ "scenario": "fs-read-allow",
1408
+ "resource": "fs-081"
1409
+ },
1410
+ {
1411
+ "id": "W2-082",
1412
+ "category": "filesystem_paths",
1413
+ "scenario": "fs-mutate-require",
1414
+ "resource": "fs-082"
1415
+ },
1416
+ {
1417
+ "id": "W2-083",
1418
+ "category": "filesystem_paths",
1419
+ "scenario": "fs-mutate-allow",
1420
+ "resource": "fs-083"
1421
+ },
1422
+ {
1423
+ "id": "W2-084",
1424
+ "category": "filesystem_paths",
1425
+ "scenario": "fs-capability-denied",
1426
+ "resource": "fs-084"
1427
+ },
1428
+ {
1429
+ "id": "W2-085",
1430
+ "category": "filesystem_paths",
1431
+ "scenario": "fs-cwd-outside",
1432
+ "resource": "fs-085"
1433
+ },
1434
+ {
1435
+ "id": "W2-086",
1436
+ "category": "filesystem_paths",
1437
+ "scenario": "fs-effect-outside",
1438
+ "resource": "fs-086"
1439
+ },
1440
+ {
1441
+ "id": "W2-087",
1442
+ "category": "filesystem_paths",
1443
+ "scenario": "fs-context-mismatch",
1444
+ "resource": "fs-087"
1445
+ },
1446
+ {
1447
+ "id": "W2-088",
1448
+ "category": "filesystem_paths",
1449
+ "scenario": "fs-policy-drift",
1450
+ "resource": "fs-088"
1451
+ },
1452
+ {
1453
+ "id": "W2-089",
1454
+ "category": "filesystem_paths",
1455
+ "scenario": "fs-gate-denied",
1456
+ "resource": "fs-089"
1457
+ },
1458
+ {
1459
+ "id": "W2-090",
1460
+ "category": "filesystem_paths",
1461
+ "scenario": "fs-approval-stale",
1462
+ "resource": "fs-090"
1463
+ },
1464
+ {
1465
+ "id": "W2-091",
1466
+ "category": "filesystem_paths",
1467
+ "scenario": "fs-read-allow",
1468
+ "resource": "fs-091"
1469
+ },
1470
+ {
1471
+ "id": "W2-092",
1472
+ "category": "filesystem_paths",
1473
+ "scenario": "fs-mutate-require",
1474
+ "resource": "fs-092"
1475
+ },
1476
+ {
1477
+ "id": "W2-093",
1478
+ "category": "filesystem_paths",
1479
+ "scenario": "fs-mutate-allow",
1480
+ "resource": "fs-093"
1481
+ },
1482
+ {
1483
+ "id": "W2-094",
1484
+ "category": "filesystem_paths",
1485
+ "scenario": "fs-capability-denied",
1486
+ "resource": "fs-094"
1487
+ },
1488
+ {
1489
+ "id": "W2-095",
1490
+ "category": "filesystem_paths",
1491
+ "scenario": "fs-cwd-outside",
1492
+ "resource": "fs-095"
1493
+ },
1494
+ {
1495
+ "id": "W2-096",
1496
+ "category": "filesystem_paths",
1497
+ "scenario": "fs-effect-outside",
1498
+ "resource": "fs-096"
1499
+ },
1500
+ {
1501
+ "id": "W2-097",
1502
+ "category": "filesystem_paths",
1503
+ "scenario": "fs-context-mismatch",
1504
+ "resource": "fs-097"
1505
+ },
1506
+ {
1507
+ "id": "W2-098",
1508
+ "category": "filesystem_paths",
1509
+ "scenario": "fs-policy-drift",
1510
+ "resource": "fs-098"
1511
+ },
1512
+ {
1513
+ "id": "W2-099",
1514
+ "category": "filesystem_paths",
1515
+ "scenario": "fs-gate-denied",
1516
+ "resource": "fs-099"
1517
+ },
1518
+ {
1519
+ "id": "W2-100",
1520
+ "category": "filesystem_paths",
1521
+ "scenario": "fs-approval-stale",
1522
+ "resource": "fs-100"
1523
+ },
1524
+ {
1525
+ "id": "W2-101",
1526
+ "category": "shell_processes",
1527
+ "scenario": "shell-opaque",
1528
+ "resource": "sh-001"
1529
+ },
1530
+ {
1531
+ "id": "W2-102",
1532
+ "category": "shell_processes",
1533
+ "scenario": "shell-cwd-outside",
1534
+ "resource": "sh-002"
1535
+ },
1536
+ {
1537
+ "id": "W2-103",
1538
+ "category": "shell_processes",
1539
+ "scenario": "shell-context-mismatch",
1540
+ "resource": "sh-003"
1541
+ },
1542
+ {
1543
+ "id": "W2-104",
1544
+ "category": "shell_processes",
1545
+ "scenario": "shell-policy-drift",
1546
+ "resource": "sh-004"
1547
+ },
1548
+ {
1549
+ "id": "W2-105",
1550
+ "category": "shell_processes",
1551
+ "scenario": "shell-legacy",
1552
+ "resource": "sh-005"
1553
+ },
1554
+ {
1555
+ "id": "W2-106",
1556
+ "category": "shell_processes",
1557
+ "scenario": "shell-unverified",
1558
+ "resource": "sh-006"
1559
+ },
1560
+ {
1561
+ "id": "W2-107",
1562
+ "category": "shell_processes",
1563
+ "scenario": "shell-opaque",
1564
+ "resource": "sh-007"
1565
+ },
1566
+ {
1567
+ "id": "W2-108",
1568
+ "category": "shell_processes",
1569
+ "scenario": "shell-cwd-outside",
1570
+ "resource": "sh-008"
1571
+ },
1572
+ {
1573
+ "id": "W2-109",
1574
+ "category": "shell_processes",
1575
+ "scenario": "shell-context-mismatch",
1576
+ "resource": "sh-009"
1577
+ },
1578
+ {
1579
+ "id": "W2-110",
1580
+ "category": "shell_processes",
1581
+ "scenario": "shell-policy-drift",
1582
+ "resource": "sh-010"
1583
+ },
1584
+ {
1585
+ "id": "W2-111",
1586
+ "category": "shell_processes",
1587
+ "scenario": "shell-legacy",
1588
+ "resource": "sh-011"
1589
+ },
1590
+ {
1591
+ "id": "W2-112",
1592
+ "category": "shell_processes",
1593
+ "scenario": "shell-unverified",
1594
+ "resource": "sh-012"
1595
+ },
1596
+ {
1597
+ "id": "W2-113",
1598
+ "category": "shell_processes",
1599
+ "scenario": "shell-opaque",
1600
+ "resource": "sh-013"
1601
+ },
1602
+ {
1603
+ "id": "W2-114",
1604
+ "category": "shell_processes",
1605
+ "scenario": "shell-cwd-outside",
1606
+ "resource": "sh-014"
1607
+ },
1608
+ {
1609
+ "id": "W2-115",
1610
+ "category": "shell_processes",
1611
+ "scenario": "shell-context-mismatch",
1612
+ "resource": "sh-015"
1613
+ },
1614
+ {
1615
+ "id": "W2-116",
1616
+ "category": "shell_processes",
1617
+ "scenario": "shell-policy-drift",
1618
+ "resource": "sh-016"
1619
+ },
1620
+ {
1621
+ "id": "W2-117",
1622
+ "category": "shell_processes",
1623
+ "scenario": "shell-legacy",
1624
+ "resource": "sh-017"
1625
+ },
1626
+ {
1627
+ "id": "W2-118",
1628
+ "category": "shell_processes",
1629
+ "scenario": "shell-unverified",
1630
+ "resource": "sh-018"
1631
+ },
1632
+ {
1633
+ "id": "W2-119",
1634
+ "category": "shell_processes",
1635
+ "scenario": "shell-opaque",
1636
+ "resource": "sh-019"
1637
+ },
1638
+ {
1639
+ "id": "W2-120",
1640
+ "category": "shell_processes",
1641
+ "scenario": "shell-cwd-outside",
1642
+ "resource": "sh-020"
1643
+ },
1644
+ {
1645
+ "id": "W2-121",
1646
+ "category": "shell_processes",
1647
+ "scenario": "shell-context-mismatch",
1648
+ "resource": "sh-021"
1649
+ },
1650
+ {
1651
+ "id": "W2-122",
1652
+ "category": "shell_processes",
1653
+ "scenario": "shell-policy-drift",
1654
+ "resource": "sh-022"
1655
+ },
1656
+ {
1657
+ "id": "W2-123",
1658
+ "category": "shell_processes",
1659
+ "scenario": "shell-legacy",
1660
+ "resource": "sh-023"
1661
+ },
1662
+ {
1663
+ "id": "W2-124",
1664
+ "category": "shell_processes",
1665
+ "scenario": "shell-unverified",
1666
+ "resource": "sh-024"
1667
+ },
1668
+ {
1669
+ "id": "W2-125",
1670
+ "category": "shell_processes",
1671
+ "scenario": "shell-opaque",
1672
+ "resource": "sh-025"
1673
+ },
1674
+ {
1675
+ "id": "W2-126",
1676
+ "category": "shell_processes",
1677
+ "scenario": "shell-cwd-outside",
1678
+ "resource": "sh-026"
1679
+ },
1680
+ {
1681
+ "id": "W2-127",
1682
+ "category": "shell_processes",
1683
+ "scenario": "shell-context-mismatch",
1684
+ "resource": "sh-027"
1685
+ },
1686
+ {
1687
+ "id": "W2-128",
1688
+ "category": "shell_processes",
1689
+ "scenario": "shell-policy-drift",
1690
+ "resource": "sh-028"
1691
+ },
1692
+ {
1693
+ "id": "W2-129",
1694
+ "category": "shell_processes",
1695
+ "scenario": "shell-legacy",
1696
+ "resource": "sh-029"
1697
+ },
1698
+ {
1699
+ "id": "W2-130",
1700
+ "category": "shell_processes",
1701
+ "scenario": "shell-unverified",
1702
+ "resource": "sh-030"
1703
+ },
1704
+ {
1705
+ "id": "W2-131",
1706
+ "category": "shell_processes",
1707
+ "scenario": "shell-opaque",
1708
+ "resource": "sh-031"
1709
+ },
1710
+ {
1711
+ "id": "W2-132",
1712
+ "category": "shell_processes",
1713
+ "scenario": "shell-cwd-outside",
1714
+ "resource": "sh-032"
1715
+ },
1716
+ {
1717
+ "id": "W2-133",
1718
+ "category": "shell_processes",
1719
+ "scenario": "shell-context-mismatch",
1720
+ "resource": "sh-033"
1721
+ },
1722
+ {
1723
+ "id": "W2-134",
1724
+ "category": "shell_processes",
1725
+ "scenario": "shell-policy-drift",
1726
+ "resource": "sh-034"
1727
+ },
1728
+ {
1729
+ "id": "W2-135",
1730
+ "category": "shell_processes",
1731
+ "scenario": "shell-legacy",
1732
+ "resource": "sh-035"
1733
+ },
1734
+ {
1735
+ "id": "W2-136",
1736
+ "category": "shell_processes",
1737
+ "scenario": "shell-unverified",
1738
+ "resource": "sh-036"
1739
+ },
1740
+ {
1741
+ "id": "W2-137",
1742
+ "category": "shell_processes",
1743
+ "scenario": "shell-opaque",
1744
+ "resource": "sh-037"
1745
+ },
1746
+ {
1747
+ "id": "W2-138",
1748
+ "category": "shell_processes",
1749
+ "scenario": "shell-cwd-outside",
1750
+ "resource": "sh-038"
1751
+ },
1752
+ {
1753
+ "id": "W2-139",
1754
+ "category": "shell_processes",
1755
+ "scenario": "shell-context-mismatch",
1756
+ "resource": "sh-039"
1757
+ },
1758
+ {
1759
+ "id": "W2-140",
1760
+ "category": "shell_processes",
1761
+ "scenario": "shell-policy-drift",
1762
+ "resource": "sh-040"
1763
+ },
1764
+ {
1765
+ "id": "W2-141",
1766
+ "category": "shell_processes",
1767
+ "scenario": "shell-legacy",
1768
+ "resource": "sh-041"
1769
+ },
1770
+ {
1771
+ "id": "W2-142",
1772
+ "category": "shell_processes",
1773
+ "scenario": "shell-unverified",
1774
+ "resource": "sh-042"
1775
+ },
1776
+ {
1777
+ "id": "W2-143",
1778
+ "category": "shell_processes",
1779
+ "scenario": "shell-opaque",
1780
+ "resource": "sh-043"
1781
+ },
1782
+ {
1783
+ "id": "W2-144",
1784
+ "category": "shell_processes",
1785
+ "scenario": "shell-cwd-outside",
1786
+ "resource": "sh-044"
1787
+ },
1788
+ {
1789
+ "id": "W2-145",
1790
+ "category": "shell_processes",
1791
+ "scenario": "shell-context-mismatch",
1792
+ "resource": "sh-045"
1793
+ },
1794
+ {
1795
+ "id": "W2-146",
1796
+ "category": "shell_processes",
1797
+ "scenario": "shell-policy-drift",
1798
+ "resource": "sh-046"
1799
+ },
1800
+ {
1801
+ "id": "W2-147",
1802
+ "category": "shell_processes",
1803
+ "scenario": "shell-legacy",
1804
+ "resource": "sh-047"
1805
+ },
1806
+ {
1807
+ "id": "W2-148",
1808
+ "category": "shell_processes",
1809
+ "scenario": "shell-unverified",
1810
+ "resource": "sh-048"
1811
+ },
1812
+ {
1813
+ "id": "W2-149",
1814
+ "category": "shell_processes",
1815
+ "scenario": "shell-opaque",
1816
+ "resource": "sh-049"
1817
+ },
1818
+ {
1819
+ "id": "W2-150",
1820
+ "category": "shell_processes",
1821
+ "scenario": "shell-cwd-outside",
1822
+ "resource": "sh-050"
1823
+ },
1824
+ {
1825
+ "id": "W2-151",
1826
+ "category": "shell_processes",
1827
+ "scenario": "shell-context-mismatch",
1828
+ "resource": "sh-051"
1829
+ },
1830
+ {
1831
+ "id": "W2-152",
1832
+ "category": "shell_processes",
1833
+ "scenario": "shell-policy-drift",
1834
+ "resource": "sh-052"
1835
+ },
1836
+ {
1837
+ "id": "W2-153",
1838
+ "category": "shell_processes",
1839
+ "scenario": "shell-legacy",
1840
+ "resource": "sh-053"
1841
+ },
1842
+ {
1843
+ "id": "W2-154",
1844
+ "category": "shell_processes",
1845
+ "scenario": "shell-unverified",
1846
+ "resource": "sh-054"
1847
+ },
1848
+ {
1849
+ "id": "W2-155",
1850
+ "category": "shell_processes",
1851
+ "scenario": "shell-opaque",
1852
+ "resource": "sh-055"
1853
+ },
1854
+ {
1855
+ "id": "W2-156",
1856
+ "category": "shell_processes",
1857
+ "scenario": "shell-cwd-outside",
1858
+ "resource": "sh-056"
1859
+ },
1860
+ {
1861
+ "id": "W2-157",
1862
+ "category": "shell_processes",
1863
+ "scenario": "shell-context-mismatch",
1864
+ "resource": "sh-057"
1865
+ },
1866
+ {
1867
+ "id": "W2-158",
1868
+ "category": "shell_processes",
1869
+ "scenario": "shell-policy-drift",
1870
+ "resource": "sh-058"
1871
+ },
1872
+ {
1873
+ "id": "W2-159",
1874
+ "category": "shell_processes",
1875
+ "scenario": "shell-legacy",
1876
+ "resource": "sh-059"
1877
+ },
1878
+ {
1879
+ "id": "W2-160",
1880
+ "category": "shell_processes",
1881
+ "scenario": "shell-unverified",
1882
+ "resource": "sh-060"
1883
+ },
1884
+ {
1885
+ "id": "W2-161",
1886
+ "category": "shell_processes",
1887
+ "scenario": "shell-opaque",
1888
+ "resource": "sh-061"
1889
+ },
1890
+ {
1891
+ "id": "W2-162",
1892
+ "category": "shell_processes",
1893
+ "scenario": "shell-cwd-outside",
1894
+ "resource": "sh-062"
1895
+ },
1896
+ {
1897
+ "id": "W2-163",
1898
+ "category": "shell_processes",
1899
+ "scenario": "shell-context-mismatch",
1900
+ "resource": "sh-063"
1901
+ },
1902
+ {
1903
+ "id": "W2-164",
1904
+ "category": "shell_processes",
1905
+ "scenario": "shell-policy-drift",
1906
+ "resource": "sh-064"
1907
+ },
1908
+ {
1909
+ "id": "W2-165",
1910
+ "category": "shell_processes",
1911
+ "scenario": "shell-legacy",
1912
+ "resource": "sh-065"
1913
+ },
1914
+ {
1915
+ "id": "W2-166",
1916
+ "category": "shell_processes",
1917
+ "scenario": "shell-unverified",
1918
+ "resource": "sh-066"
1919
+ },
1920
+ {
1921
+ "id": "W2-167",
1922
+ "category": "shell_processes",
1923
+ "scenario": "shell-opaque",
1924
+ "resource": "sh-067"
1925
+ },
1926
+ {
1927
+ "id": "W2-168",
1928
+ "category": "shell_processes",
1929
+ "scenario": "shell-cwd-outside",
1930
+ "resource": "sh-068"
1931
+ },
1932
+ {
1933
+ "id": "W2-169",
1934
+ "category": "shell_processes",
1935
+ "scenario": "shell-context-mismatch",
1936
+ "resource": "sh-069"
1937
+ },
1938
+ {
1939
+ "id": "W2-170",
1940
+ "category": "shell_processes",
1941
+ "scenario": "shell-policy-drift",
1942
+ "resource": "sh-070"
1943
+ },
1944
+ {
1945
+ "id": "W2-171",
1946
+ "category": "shell_processes",
1947
+ "scenario": "shell-legacy",
1948
+ "resource": "sh-071"
1949
+ },
1950
+ {
1951
+ "id": "W2-172",
1952
+ "category": "shell_processes",
1953
+ "scenario": "shell-unverified",
1954
+ "resource": "sh-072"
1955
+ },
1956
+ {
1957
+ "id": "W2-173",
1958
+ "category": "shell_processes",
1959
+ "scenario": "shell-opaque",
1960
+ "resource": "sh-073"
1961
+ },
1962
+ {
1963
+ "id": "W2-174",
1964
+ "category": "shell_processes",
1965
+ "scenario": "shell-cwd-outside",
1966
+ "resource": "sh-074"
1967
+ },
1968
+ {
1969
+ "id": "W2-175",
1970
+ "category": "shell_processes",
1971
+ "scenario": "shell-context-mismatch",
1972
+ "resource": "sh-075"
1973
+ },
1974
+ {
1975
+ "id": "W2-176",
1976
+ "category": "shell_processes",
1977
+ "scenario": "shell-policy-drift",
1978
+ "resource": "sh-076"
1979
+ },
1980
+ {
1981
+ "id": "W2-177",
1982
+ "category": "shell_processes",
1983
+ "scenario": "shell-legacy",
1984
+ "resource": "sh-077"
1985
+ },
1986
+ {
1987
+ "id": "W2-178",
1988
+ "category": "shell_processes",
1989
+ "scenario": "shell-unverified",
1990
+ "resource": "sh-078"
1991
+ },
1992
+ {
1993
+ "id": "W2-179",
1994
+ "category": "shell_processes",
1995
+ "scenario": "shell-opaque",
1996
+ "resource": "sh-079"
1997
+ },
1998
+ {
1999
+ "id": "W2-180",
2000
+ "category": "shell_processes",
2001
+ "scenario": "shell-cwd-outside",
2002
+ "resource": "sh-080"
2003
+ },
2004
+ {
2005
+ "id": "W2-181",
2006
+ "category": "shell_processes",
2007
+ "scenario": "shell-context-mismatch",
2008
+ "resource": "sh-081"
2009
+ },
2010
+ {
2011
+ "id": "W2-182",
2012
+ "category": "shell_processes",
2013
+ "scenario": "shell-policy-drift",
2014
+ "resource": "sh-082"
2015
+ },
2016
+ {
2017
+ "id": "W2-183",
2018
+ "category": "shell_processes",
2019
+ "scenario": "shell-legacy",
2020
+ "resource": "sh-083"
2021
+ },
2022
+ {
2023
+ "id": "W2-184",
2024
+ "category": "shell_processes",
2025
+ "scenario": "shell-unverified",
2026
+ "resource": "sh-084"
2027
+ },
2028
+ {
2029
+ "id": "W2-185",
2030
+ "category": "shell_processes",
2031
+ "scenario": "shell-opaque",
2032
+ "resource": "sh-085"
2033
+ },
2034
+ {
2035
+ "id": "W2-186",
2036
+ "category": "shell_processes",
2037
+ "scenario": "shell-cwd-outside",
2038
+ "resource": "sh-086"
2039
+ },
2040
+ {
2041
+ "id": "W2-187",
2042
+ "category": "shell_processes",
2043
+ "scenario": "shell-context-mismatch",
2044
+ "resource": "sh-087"
2045
+ },
2046
+ {
2047
+ "id": "W2-188",
2048
+ "category": "shell_processes",
2049
+ "scenario": "shell-policy-drift",
2050
+ "resource": "sh-088"
2051
+ },
2052
+ {
2053
+ "id": "W2-189",
2054
+ "category": "shell_processes",
2055
+ "scenario": "shell-legacy",
2056
+ "resource": "sh-089"
2057
+ },
2058
+ {
2059
+ "id": "W2-190",
2060
+ "category": "shell_processes",
2061
+ "scenario": "shell-unverified",
2062
+ "resource": "sh-090"
2063
+ },
2064
+ {
2065
+ "id": "W2-191",
2066
+ "category": "shell_processes",
2067
+ "scenario": "shell-opaque",
2068
+ "resource": "sh-091"
2069
+ },
2070
+ {
2071
+ "id": "W2-192",
2072
+ "category": "shell_processes",
2073
+ "scenario": "shell-cwd-outside",
2074
+ "resource": "sh-092"
2075
+ },
2076
+ {
2077
+ "id": "W2-193",
2078
+ "category": "shell_processes",
2079
+ "scenario": "shell-context-mismatch",
2080
+ "resource": "sh-093"
2081
+ },
2082
+ {
2083
+ "id": "W2-194",
2084
+ "category": "shell_processes",
2085
+ "scenario": "shell-policy-drift",
2086
+ "resource": "sh-094"
2087
+ },
2088
+ {
2089
+ "id": "W2-195",
2090
+ "category": "shell_processes",
2091
+ "scenario": "shell-legacy",
2092
+ "resource": "sh-095"
2093
+ },
2094
+ {
2095
+ "id": "W2-196",
2096
+ "category": "shell_processes",
2097
+ "scenario": "shell-unverified",
2098
+ "resource": "sh-096"
2099
+ },
2100
+ {
2101
+ "id": "W2-197",
2102
+ "category": "shell_processes",
2103
+ "scenario": "shell-opaque",
2104
+ "resource": "sh-097"
2105
+ },
2106
+ {
2107
+ "id": "W2-198",
2108
+ "category": "shell_processes",
2109
+ "scenario": "shell-cwd-outside",
2110
+ "resource": "sh-098"
2111
+ },
2112
+ {
2113
+ "id": "W2-199",
2114
+ "category": "shell_processes",
2115
+ "scenario": "shell-context-mismatch",
2116
+ "resource": "sh-099"
2117
+ },
2118
+ {
2119
+ "id": "W2-200",
2120
+ "category": "shell_processes",
2121
+ "scenario": "shell-policy-drift",
2122
+ "resource": "sh-100"
2123
+ },
2124
+ {
2125
+ "id": "W2-201",
2126
+ "category": "shell_processes",
2127
+ "scenario": "shell-legacy",
2128
+ "resource": "sh-101"
2129
+ },
2130
+ {
2131
+ "id": "W2-202",
2132
+ "category": "shell_processes",
2133
+ "scenario": "shell-unverified",
2134
+ "resource": "sh-102"
2135
+ },
2136
+ {
2137
+ "id": "W2-203",
2138
+ "category": "shell_processes",
2139
+ "scenario": "shell-opaque",
2140
+ "resource": "sh-103"
2141
+ },
2142
+ {
2143
+ "id": "W2-204",
2144
+ "category": "shell_processes",
2145
+ "scenario": "shell-cwd-outside",
2146
+ "resource": "sh-104"
2147
+ },
2148
+ {
2149
+ "id": "W2-205",
2150
+ "category": "shell_processes",
2151
+ "scenario": "shell-context-mismatch",
2152
+ "resource": "sh-105"
2153
+ },
2154
+ {
2155
+ "id": "W2-206",
2156
+ "category": "shell_processes",
2157
+ "scenario": "shell-policy-drift",
2158
+ "resource": "sh-106"
2159
+ },
2160
+ {
2161
+ "id": "W2-207",
2162
+ "category": "shell_processes",
2163
+ "scenario": "shell-legacy",
2164
+ "resource": "sh-107"
2165
+ },
2166
+ {
2167
+ "id": "W2-208",
2168
+ "category": "shell_processes",
2169
+ "scenario": "shell-unverified",
2170
+ "resource": "sh-108"
2171
+ },
2172
+ {
2173
+ "id": "W2-209",
2174
+ "category": "shell_processes",
2175
+ "scenario": "shell-opaque",
2176
+ "resource": "sh-109"
2177
+ },
2178
+ {
2179
+ "id": "W2-210",
2180
+ "category": "shell_processes",
2181
+ "scenario": "shell-cwd-outside",
2182
+ "resource": "sh-110"
2183
+ },
2184
+ {
2185
+ "id": "W2-211",
2186
+ "category": "shell_processes",
2187
+ "scenario": "shell-context-mismatch",
2188
+ "resource": "sh-111"
2189
+ },
2190
+ {
2191
+ "id": "W2-212",
2192
+ "category": "shell_processes",
2193
+ "scenario": "shell-policy-drift",
2194
+ "resource": "sh-112"
2195
+ },
2196
+ {
2197
+ "id": "W2-213",
2198
+ "category": "shell_processes",
2199
+ "scenario": "shell-legacy",
2200
+ "resource": "sh-113"
2201
+ },
2202
+ {
2203
+ "id": "W2-214",
2204
+ "category": "shell_processes",
2205
+ "scenario": "shell-unverified",
2206
+ "resource": "sh-114"
2207
+ },
2208
+ {
2209
+ "id": "W2-215",
2210
+ "category": "shell_processes",
2211
+ "scenario": "shell-opaque",
2212
+ "resource": "sh-115"
2213
+ },
2214
+ {
2215
+ "id": "W2-216",
2216
+ "category": "shell_processes",
2217
+ "scenario": "shell-cwd-outside",
2218
+ "resource": "sh-116"
2219
+ },
2220
+ {
2221
+ "id": "W2-217",
2222
+ "category": "shell_processes",
2223
+ "scenario": "shell-context-mismatch",
2224
+ "resource": "sh-117"
2225
+ },
2226
+ {
2227
+ "id": "W2-218",
2228
+ "category": "shell_processes",
2229
+ "scenario": "shell-policy-drift",
2230
+ "resource": "sh-118"
2231
+ },
2232
+ {
2233
+ "id": "W2-219",
2234
+ "category": "shell_processes",
2235
+ "scenario": "shell-legacy",
2236
+ "resource": "sh-119"
2237
+ },
2238
+ {
2239
+ "id": "W2-220",
2240
+ "category": "shell_processes",
2241
+ "scenario": "shell-unverified",
2242
+ "resource": "sh-120"
2243
+ },
2244
+ {
2245
+ "id": "W2-221",
2246
+ "category": "network_endpoints",
2247
+ "scenario": "network-require",
2248
+ "resource": "net-001"
2249
+ },
2250
+ {
2251
+ "id": "W2-222",
2252
+ "category": "network_endpoints",
2253
+ "scenario": "network-allow",
2254
+ "resource": "net-002"
2255
+ },
2256
+ {
2257
+ "id": "W2-223",
2258
+ "category": "network_endpoints",
2259
+ "scenario": "network-capability-denied",
2260
+ "resource": "net-003"
2261
+ },
2262
+ {
2263
+ "id": "W2-224",
2264
+ "category": "network_endpoints",
2265
+ "scenario": "network-context-mismatch",
2266
+ "resource": "net-004"
2267
+ },
2268
+ {
2269
+ "id": "W2-225",
2270
+ "category": "network_endpoints",
2271
+ "scenario": "network-policy-drift",
2272
+ "resource": "net-005"
2273
+ },
2274
+ {
2275
+ "id": "W2-226",
2276
+ "category": "network_endpoints",
2277
+ "scenario": "network-gate-denied",
2278
+ "resource": "net-006"
2279
+ },
2280
+ {
2281
+ "id": "W2-227",
2282
+ "category": "network_endpoints",
2283
+ "scenario": "network-approval-stale",
2284
+ "resource": "net-007"
2285
+ },
2286
+ {
2287
+ "id": "W2-228",
2288
+ "category": "network_endpoints",
2289
+ "scenario": "network-gate-version",
2290
+ "resource": "net-008"
2291
+ },
2292
+ {
2293
+ "id": "W2-229",
2294
+ "category": "network_endpoints",
2295
+ "scenario": "network-require",
2296
+ "resource": "net-009"
2297
+ },
2298
+ {
2299
+ "id": "W2-230",
2300
+ "category": "network_endpoints",
2301
+ "scenario": "network-allow",
2302
+ "resource": "net-010"
2303
+ },
2304
+ {
2305
+ "id": "W2-231",
2306
+ "category": "network_endpoints",
2307
+ "scenario": "network-capability-denied",
2308
+ "resource": "net-011"
2309
+ },
2310
+ {
2311
+ "id": "W2-232",
2312
+ "category": "network_endpoints",
2313
+ "scenario": "network-context-mismatch",
2314
+ "resource": "net-012"
2315
+ },
2316
+ {
2317
+ "id": "W2-233",
2318
+ "category": "network_endpoints",
2319
+ "scenario": "network-policy-drift",
2320
+ "resource": "net-013"
2321
+ },
2322
+ {
2323
+ "id": "W2-234",
2324
+ "category": "network_endpoints",
2325
+ "scenario": "network-gate-denied",
2326
+ "resource": "net-014"
2327
+ },
2328
+ {
2329
+ "id": "W2-235",
2330
+ "category": "network_endpoints",
2331
+ "scenario": "network-approval-stale",
2332
+ "resource": "net-015"
2333
+ },
2334
+ {
2335
+ "id": "W2-236",
2336
+ "category": "network_endpoints",
2337
+ "scenario": "network-gate-version",
2338
+ "resource": "net-016"
2339
+ },
2340
+ {
2341
+ "id": "W2-237",
2342
+ "category": "network_endpoints",
2343
+ "scenario": "network-require",
2344
+ "resource": "net-017"
2345
+ },
2346
+ {
2347
+ "id": "W2-238",
2348
+ "category": "network_endpoints",
2349
+ "scenario": "network-allow",
2350
+ "resource": "net-018"
2351
+ },
2352
+ {
2353
+ "id": "W2-239",
2354
+ "category": "network_endpoints",
2355
+ "scenario": "network-capability-denied",
2356
+ "resource": "net-019"
2357
+ },
2358
+ {
2359
+ "id": "W2-240",
2360
+ "category": "network_endpoints",
2361
+ "scenario": "network-context-mismatch",
2362
+ "resource": "net-020"
2363
+ },
2364
+ {
2365
+ "id": "W2-241",
2366
+ "category": "network_endpoints",
2367
+ "scenario": "network-policy-drift",
2368
+ "resource": "net-021"
2369
+ },
2370
+ {
2371
+ "id": "W2-242",
2372
+ "category": "network_endpoints",
2373
+ "scenario": "network-gate-denied",
2374
+ "resource": "net-022"
2375
+ },
2376
+ {
2377
+ "id": "W2-243",
2378
+ "category": "network_endpoints",
2379
+ "scenario": "network-approval-stale",
2380
+ "resource": "net-023"
2381
+ },
2382
+ {
2383
+ "id": "W2-244",
2384
+ "category": "network_endpoints",
2385
+ "scenario": "network-gate-version",
2386
+ "resource": "net-024"
2387
+ },
2388
+ {
2389
+ "id": "W2-245",
2390
+ "category": "network_endpoints",
2391
+ "scenario": "network-require",
2392
+ "resource": "net-025"
2393
+ },
2394
+ {
2395
+ "id": "W2-246",
2396
+ "category": "network_endpoints",
2397
+ "scenario": "network-allow",
2398
+ "resource": "net-026"
2399
+ },
2400
+ {
2401
+ "id": "W2-247",
2402
+ "category": "network_endpoints",
2403
+ "scenario": "network-capability-denied",
2404
+ "resource": "net-027"
2405
+ },
2406
+ {
2407
+ "id": "W2-248",
2408
+ "category": "network_endpoints",
2409
+ "scenario": "network-context-mismatch",
2410
+ "resource": "net-028"
2411
+ },
2412
+ {
2413
+ "id": "W2-249",
2414
+ "category": "network_endpoints",
2415
+ "scenario": "network-policy-drift",
2416
+ "resource": "net-029"
2417
+ },
2418
+ {
2419
+ "id": "W2-250",
2420
+ "category": "network_endpoints",
2421
+ "scenario": "network-gate-denied",
2422
+ "resource": "net-030"
2423
+ },
2424
+ {
2425
+ "id": "W2-251",
2426
+ "category": "network_endpoints",
2427
+ "scenario": "network-approval-stale",
2428
+ "resource": "net-031"
2429
+ },
2430
+ {
2431
+ "id": "W2-252",
2432
+ "category": "network_endpoints",
2433
+ "scenario": "network-gate-version",
2434
+ "resource": "net-032"
2435
+ },
2436
+ {
2437
+ "id": "W2-253",
2438
+ "category": "network_endpoints",
2439
+ "scenario": "network-require",
2440
+ "resource": "net-033"
2441
+ },
2442
+ {
2443
+ "id": "W2-254",
2444
+ "category": "network_endpoints",
2445
+ "scenario": "network-allow",
2446
+ "resource": "net-034"
2447
+ },
2448
+ {
2449
+ "id": "W2-255",
2450
+ "category": "network_endpoints",
2451
+ "scenario": "network-capability-denied",
2452
+ "resource": "net-035"
2453
+ },
2454
+ {
2455
+ "id": "W2-256",
2456
+ "category": "network_endpoints",
2457
+ "scenario": "network-context-mismatch",
2458
+ "resource": "net-036"
2459
+ },
2460
+ {
2461
+ "id": "W2-257",
2462
+ "category": "network_endpoints",
2463
+ "scenario": "network-policy-drift",
2464
+ "resource": "net-037"
2465
+ },
2466
+ {
2467
+ "id": "W2-258",
2468
+ "category": "network_endpoints",
2469
+ "scenario": "network-gate-denied",
2470
+ "resource": "net-038"
2471
+ },
2472
+ {
2473
+ "id": "W2-259",
2474
+ "category": "network_endpoints",
2475
+ "scenario": "network-approval-stale",
2476
+ "resource": "net-039"
2477
+ },
2478
+ {
2479
+ "id": "W2-260",
2480
+ "category": "network_endpoints",
2481
+ "scenario": "network-gate-version",
2482
+ "resource": "net-040"
2483
+ },
2484
+ {
2485
+ "id": "W2-261",
2486
+ "category": "network_endpoints",
2487
+ "scenario": "network-require",
2488
+ "resource": "net-041"
2489
+ },
2490
+ {
2491
+ "id": "W2-262",
2492
+ "category": "network_endpoints",
2493
+ "scenario": "network-allow",
2494
+ "resource": "net-042"
2495
+ },
2496
+ {
2497
+ "id": "W2-263",
2498
+ "category": "network_endpoints",
2499
+ "scenario": "network-capability-denied",
2500
+ "resource": "net-043"
2501
+ },
2502
+ {
2503
+ "id": "W2-264",
2504
+ "category": "network_endpoints",
2505
+ "scenario": "network-context-mismatch",
2506
+ "resource": "net-044"
2507
+ },
2508
+ {
2509
+ "id": "W2-265",
2510
+ "category": "network_endpoints",
2511
+ "scenario": "network-policy-drift",
2512
+ "resource": "net-045"
2513
+ },
2514
+ {
2515
+ "id": "W2-266",
2516
+ "category": "network_endpoints",
2517
+ "scenario": "network-gate-denied",
2518
+ "resource": "net-046"
2519
+ },
2520
+ {
2521
+ "id": "W2-267",
2522
+ "category": "network_endpoints",
2523
+ "scenario": "network-approval-stale",
2524
+ "resource": "net-047"
2525
+ },
2526
+ {
2527
+ "id": "W2-268",
2528
+ "category": "network_endpoints",
2529
+ "scenario": "network-gate-version",
2530
+ "resource": "net-048"
2531
+ },
2532
+ {
2533
+ "id": "W2-269",
2534
+ "category": "network_endpoints",
2535
+ "scenario": "network-require",
2536
+ "resource": "net-049"
2537
+ },
2538
+ {
2539
+ "id": "W2-270",
2540
+ "category": "network_endpoints",
2541
+ "scenario": "network-allow",
2542
+ "resource": "net-050"
2543
+ },
2544
+ {
2545
+ "id": "W2-271",
2546
+ "category": "network_endpoints",
2547
+ "scenario": "network-capability-denied",
2548
+ "resource": "net-051"
2549
+ },
2550
+ {
2551
+ "id": "W2-272",
2552
+ "category": "network_endpoints",
2553
+ "scenario": "network-context-mismatch",
2554
+ "resource": "net-052"
2555
+ },
2556
+ {
2557
+ "id": "W2-273",
2558
+ "category": "network_endpoints",
2559
+ "scenario": "network-policy-drift",
2560
+ "resource": "net-053"
2561
+ },
2562
+ {
2563
+ "id": "W2-274",
2564
+ "category": "network_endpoints",
2565
+ "scenario": "network-gate-denied",
2566
+ "resource": "net-054"
2567
+ },
2568
+ {
2569
+ "id": "W2-275",
2570
+ "category": "network_endpoints",
2571
+ "scenario": "network-approval-stale",
2572
+ "resource": "net-055"
2573
+ },
2574
+ {
2575
+ "id": "W2-276",
2576
+ "category": "network_endpoints",
2577
+ "scenario": "network-gate-version",
2578
+ "resource": "net-056"
2579
+ },
2580
+ {
2581
+ "id": "W2-277",
2582
+ "category": "network_endpoints",
2583
+ "scenario": "network-require",
2584
+ "resource": "net-057"
2585
+ },
2586
+ {
2587
+ "id": "W2-278",
2588
+ "category": "network_endpoints",
2589
+ "scenario": "network-allow",
2590
+ "resource": "net-058"
2591
+ },
2592
+ {
2593
+ "id": "W2-279",
2594
+ "category": "network_endpoints",
2595
+ "scenario": "network-capability-denied",
2596
+ "resource": "net-059"
2597
+ },
2598
+ {
2599
+ "id": "W2-280",
2600
+ "category": "network_endpoints",
2601
+ "scenario": "network-context-mismatch",
2602
+ "resource": "net-060"
2603
+ },
2604
+ {
2605
+ "id": "W2-281",
2606
+ "category": "remote_ci_infra_messaging",
2607
+ "scenario": "remote-require",
2608
+ "resource": "remote-001"
2609
+ },
2610
+ {
2611
+ "id": "W2-282",
2612
+ "category": "remote_ci_infra_messaging",
2613
+ "scenario": "remote-allow",
2614
+ "resource": "remote-002"
2615
+ },
2616
+ {
2617
+ "id": "W2-283",
2618
+ "category": "remote_ci_infra_messaging",
2619
+ "scenario": "remote-phase-unknown",
2620
+ "resource": "remote-003"
2621
+ },
2622
+ {
2623
+ "id": "W2-284",
2624
+ "category": "remote_ci_infra_messaging",
2625
+ "scenario": "remote-task-unknown",
2626
+ "resource": "remote-004"
2627
+ },
2628
+ {
2629
+ "id": "W2-285",
2630
+ "category": "remote_ci_infra_messaging",
2631
+ "scenario": "remote-plan-drift",
2632
+ "resource": "remote-005"
2633
+ },
2634
+ {
2635
+ "id": "W2-286",
2636
+ "category": "remote_ci_infra_messaging",
2637
+ "scenario": "remote-g1-expired",
2638
+ "resource": "remote-006"
2639
+ },
2640
+ {
2641
+ "id": "W2-287",
2642
+ "category": "remote_ci_infra_messaging",
2643
+ "scenario": "remote-require",
2644
+ "resource": "remote-007"
2645
+ },
2646
+ {
2647
+ "id": "W2-288",
2648
+ "category": "remote_ci_infra_messaging",
2649
+ "scenario": "remote-allow",
2650
+ "resource": "remote-008"
2651
+ },
2652
+ {
2653
+ "id": "W2-289",
2654
+ "category": "remote_ci_infra_messaging",
2655
+ "scenario": "remote-phase-unknown",
2656
+ "resource": "remote-009"
2657
+ },
2658
+ {
2659
+ "id": "W2-290",
2660
+ "category": "remote_ci_infra_messaging",
2661
+ "scenario": "remote-task-unknown",
2662
+ "resource": "remote-010"
2663
+ },
2664
+ {
2665
+ "id": "W2-291",
2666
+ "category": "remote_ci_infra_messaging",
2667
+ "scenario": "remote-plan-drift",
2668
+ "resource": "remote-011"
2669
+ },
2670
+ {
2671
+ "id": "W2-292",
2672
+ "category": "remote_ci_infra_messaging",
2673
+ "scenario": "remote-g1-expired",
2674
+ "resource": "remote-012"
2675
+ },
2676
+ {
2677
+ "id": "W2-293",
2678
+ "category": "remote_ci_infra_messaging",
2679
+ "scenario": "remote-require",
2680
+ "resource": "remote-013"
2681
+ },
2682
+ {
2683
+ "id": "W2-294",
2684
+ "category": "remote_ci_infra_messaging",
2685
+ "scenario": "remote-allow",
2686
+ "resource": "remote-014"
2687
+ },
2688
+ {
2689
+ "id": "W2-295",
2690
+ "category": "remote_ci_infra_messaging",
2691
+ "scenario": "remote-phase-unknown",
2692
+ "resource": "remote-015"
2693
+ },
2694
+ {
2695
+ "id": "W2-296",
2696
+ "category": "remote_ci_infra_messaging",
2697
+ "scenario": "remote-task-unknown",
2698
+ "resource": "remote-016"
2699
+ },
2700
+ {
2701
+ "id": "W2-297",
2702
+ "category": "remote_ci_infra_messaging",
2703
+ "scenario": "remote-plan-drift",
2704
+ "resource": "remote-017"
2705
+ },
2706
+ {
2707
+ "id": "W2-298",
2708
+ "category": "remote_ci_infra_messaging",
2709
+ "scenario": "remote-g1-expired",
2710
+ "resource": "remote-018"
2711
+ },
2712
+ {
2713
+ "id": "W2-299",
2714
+ "category": "remote_ci_infra_messaging",
2715
+ "scenario": "remote-require",
2716
+ "resource": "remote-019"
2717
+ },
2718
+ {
2719
+ "id": "W2-300",
2720
+ "category": "remote_ci_infra_messaging",
2721
+ "scenario": "remote-allow",
2722
+ "resource": "remote-020"
2723
+ },
2724
+ {
2725
+ "id": "W2-301",
2726
+ "category": "remote_ci_infra_messaging",
2727
+ "scenario": "remote-phase-unknown",
2728
+ "resource": "remote-021"
2729
+ },
2730
+ {
2731
+ "id": "W2-302",
2732
+ "category": "remote_ci_infra_messaging",
2733
+ "scenario": "remote-task-unknown",
2734
+ "resource": "remote-022"
2735
+ },
2736
+ {
2737
+ "id": "W2-303",
2738
+ "category": "remote_ci_infra_messaging",
2739
+ "scenario": "remote-plan-drift",
2740
+ "resource": "remote-023"
2741
+ },
2742
+ {
2743
+ "id": "W2-304",
2744
+ "category": "remote_ci_infra_messaging",
2745
+ "scenario": "remote-g1-expired",
2746
+ "resource": "remote-024"
2747
+ },
2748
+ {
2749
+ "id": "W2-305",
2750
+ "category": "remote_ci_infra_messaging",
2751
+ "scenario": "remote-require",
2752
+ "resource": "remote-025"
2753
+ },
2754
+ {
2755
+ "id": "W2-306",
2756
+ "category": "remote_ci_infra_messaging",
2757
+ "scenario": "remote-allow",
2758
+ "resource": "remote-026"
2759
+ },
2760
+ {
2761
+ "id": "W2-307",
2762
+ "category": "remote_ci_infra_messaging",
2763
+ "scenario": "remote-phase-unknown",
2764
+ "resource": "remote-027"
2765
+ },
2766
+ {
2767
+ "id": "W2-308",
2768
+ "category": "remote_ci_infra_messaging",
2769
+ "scenario": "remote-task-unknown",
2770
+ "resource": "remote-028"
2771
+ },
2772
+ {
2773
+ "id": "W2-309",
2774
+ "category": "remote_ci_infra_messaging",
2775
+ "scenario": "remote-plan-drift",
2776
+ "resource": "remote-029"
2777
+ },
2778
+ {
2779
+ "id": "W2-310",
2780
+ "category": "remote_ci_infra_messaging",
2781
+ "scenario": "remote-g1-expired",
2782
+ "resource": "remote-030"
2783
+ },
2784
+ {
2785
+ "id": "W2-311",
2786
+ "category": "remote_ci_infra_messaging",
2787
+ "scenario": "remote-require",
2788
+ "resource": "remote-031"
2789
+ },
2790
+ {
2791
+ "id": "W2-312",
2792
+ "category": "remote_ci_infra_messaging",
2793
+ "scenario": "remote-allow",
2794
+ "resource": "remote-032"
2795
+ },
2796
+ {
2797
+ "id": "W2-313",
2798
+ "category": "remote_ci_infra_messaging",
2799
+ "scenario": "remote-phase-unknown",
2800
+ "resource": "remote-033"
2801
+ },
2802
+ {
2803
+ "id": "W2-314",
2804
+ "category": "remote_ci_infra_messaging",
2805
+ "scenario": "remote-task-unknown",
2806
+ "resource": "remote-034"
2807
+ },
2808
+ {
2809
+ "id": "W2-315",
2810
+ "category": "remote_ci_infra_messaging",
2811
+ "scenario": "remote-plan-drift",
2812
+ "resource": "remote-035"
2813
+ },
2814
+ {
2815
+ "id": "W2-316",
2816
+ "category": "remote_ci_infra_messaging",
2817
+ "scenario": "remote-g1-expired",
2818
+ "resource": "remote-036"
2819
+ },
2820
+ {
2821
+ "id": "W2-317",
2822
+ "category": "remote_ci_infra_messaging",
2823
+ "scenario": "remote-require",
2824
+ "resource": "remote-037"
2825
+ },
2826
+ {
2827
+ "id": "W2-318",
2828
+ "category": "remote_ci_infra_messaging",
2829
+ "scenario": "remote-allow",
2830
+ "resource": "remote-038"
2831
+ },
2832
+ {
2833
+ "id": "W2-319",
2834
+ "category": "remote_ci_infra_messaging",
2835
+ "scenario": "remote-phase-unknown",
2836
+ "resource": "remote-039"
2837
+ },
2838
+ {
2839
+ "id": "W2-320",
2840
+ "category": "remote_ci_infra_messaging",
2841
+ "scenario": "remote-task-unknown",
2842
+ "resource": "remote-040"
2843
+ },
2844
+ {
2845
+ "id": "W2-321",
2846
+ "category": "remote_ci_infra_messaging",
2847
+ "scenario": "remote-plan-drift",
2848
+ "resource": "remote-041"
2849
+ },
2850
+ {
2851
+ "id": "W2-322",
2852
+ "category": "remote_ci_infra_messaging",
2853
+ "scenario": "remote-g1-expired",
2854
+ "resource": "remote-042"
2855
+ },
2856
+ {
2857
+ "id": "W2-323",
2858
+ "category": "remote_ci_infra_messaging",
2859
+ "scenario": "remote-require",
2860
+ "resource": "remote-043"
2861
+ },
2862
+ {
2863
+ "id": "W2-324",
2864
+ "category": "remote_ci_infra_messaging",
2865
+ "scenario": "remote-allow",
2866
+ "resource": "remote-044"
2867
+ },
2868
+ {
2869
+ "id": "W2-325",
2870
+ "category": "remote_ci_infra_messaging",
2871
+ "scenario": "remote-phase-unknown",
2872
+ "resource": "remote-045"
2873
+ },
2874
+ {
2875
+ "id": "W2-326",
2876
+ "category": "remote_ci_infra_messaging",
2877
+ "scenario": "remote-task-unknown",
2878
+ "resource": "remote-046"
2879
+ },
2880
+ {
2881
+ "id": "W2-327",
2882
+ "category": "remote_ci_infra_messaging",
2883
+ "scenario": "remote-plan-drift",
2884
+ "resource": "remote-047"
2885
+ },
2886
+ {
2887
+ "id": "W2-328",
2888
+ "category": "remote_ci_infra_messaging",
2889
+ "scenario": "remote-g1-expired",
2890
+ "resource": "remote-048"
2891
+ },
2892
+ {
2893
+ "id": "W2-329",
2894
+ "category": "remote_ci_infra_messaging",
2895
+ "scenario": "remote-require",
2896
+ "resource": "remote-049"
2897
+ },
2898
+ {
2899
+ "id": "W2-330",
2900
+ "category": "remote_ci_infra_messaging",
2901
+ "scenario": "remote-allow",
2902
+ "resource": "remote-050"
2903
+ },
2904
+ {
2905
+ "id": "W2-331",
2906
+ "category": "remote_ci_infra_messaging",
2907
+ "scenario": "remote-phase-unknown",
2908
+ "resource": "remote-051"
2909
+ },
2910
+ {
2911
+ "id": "W2-332",
2912
+ "category": "remote_ci_infra_messaging",
2913
+ "scenario": "remote-task-unknown",
2914
+ "resource": "remote-052"
2915
+ },
2916
+ {
2917
+ "id": "W2-333",
2918
+ "category": "remote_ci_infra_messaging",
2919
+ "scenario": "remote-plan-drift",
2920
+ "resource": "remote-053"
2921
+ },
2922
+ {
2923
+ "id": "W2-334",
2924
+ "category": "remote_ci_infra_messaging",
2925
+ "scenario": "remote-g1-expired",
2926
+ "resource": "remote-054"
2927
+ },
2928
+ {
2929
+ "id": "W2-335",
2930
+ "category": "remote_ci_infra_messaging",
2931
+ "scenario": "remote-require",
2932
+ "resource": "remote-055"
2933
+ },
2934
+ {
2935
+ "id": "W2-336",
2936
+ "category": "remote_ci_infra_messaging",
2937
+ "scenario": "remote-allow",
2938
+ "resource": "remote-056"
2939
+ },
2940
+ {
2941
+ "id": "W2-337",
2942
+ "category": "remote_ci_infra_messaging",
2943
+ "scenario": "remote-phase-unknown",
2944
+ "resource": "remote-057"
2945
+ },
2946
+ {
2947
+ "id": "W2-338",
2948
+ "category": "remote_ci_infra_messaging",
2949
+ "scenario": "remote-task-unknown",
2950
+ "resource": "remote-058"
2951
+ },
2952
+ {
2953
+ "id": "W2-339",
2954
+ "category": "remote_ci_infra_messaging",
2955
+ "scenario": "remote-plan-drift",
2956
+ "resource": "remote-059"
2957
+ },
2958
+ {
2959
+ "id": "W2-340",
2960
+ "category": "remote_ci_infra_messaging",
2961
+ "scenario": "remote-g1-expired",
2962
+ "resource": "remote-060"
2963
+ },
2964
+ {
2965
+ "id": "W2-341",
2966
+ "category": "memory_state_telemetry_audit",
2967
+ "scenario": "memory-read-allow",
2968
+ "resource": "mem-001"
2969
+ },
2970
+ {
2971
+ "id": "W2-342",
2972
+ "category": "memory_state_telemetry_audit",
2973
+ "scenario": "memory-write-require",
2974
+ "resource": "mem-002"
2975
+ },
2976
+ {
2977
+ "id": "W2-343",
2978
+ "category": "memory_state_telemetry_audit",
2979
+ "scenario": "memory-write-allow",
2980
+ "resource": "mem-003"
2981
+ },
2982
+ {
2983
+ "id": "W2-344",
2984
+ "category": "memory_state_telemetry_audit",
2985
+ "scenario": "memory-capability-denied",
2986
+ "resource": "mem-004"
2987
+ },
2988
+ {
2989
+ "id": "W2-345",
2990
+ "category": "memory_state_telemetry_audit",
2991
+ "scenario": "memory-context-mismatch",
2992
+ "resource": "mem-005"
2993
+ },
2994
+ {
2995
+ "id": "W2-346",
2996
+ "category": "memory_state_telemetry_audit",
2997
+ "scenario": "memory-policy-drift",
2998
+ "resource": "mem-006"
2999
+ },
3000
+ {
3001
+ "id": "W2-347",
3002
+ "category": "memory_state_telemetry_audit",
3003
+ "scenario": "memory-phase-unknown",
3004
+ "resource": "mem-007"
3005
+ },
3006
+ {
3007
+ "id": "W2-348",
3008
+ "category": "memory_state_telemetry_audit",
3009
+ "scenario": "memory-task-unknown",
3010
+ "resource": "mem-008"
3011
+ },
3012
+ {
3013
+ "id": "W2-349",
3014
+ "category": "memory_state_telemetry_audit",
3015
+ "scenario": "memory-legacy",
3016
+ "resource": "mem-009"
3017
+ },
3018
+ {
3019
+ "id": "W2-350",
3020
+ "category": "memory_state_telemetry_audit",
3021
+ "scenario": "memory-unverified",
3022
+ "resource": "mem-010"
3023
+ },
3024
+ {
3025
+ "id": "W2-351",
3026
+ "category": "memory_state_telemetry_audit",
3027
+ "scenario": "memory-read-allow",
3028
+ "resource": "mem-011"
3029
+ },
3030
+ {
3031
+ "id": "W2-352",
3032
+ "category": "memory_state_telemetry_audit",
3033
+ "scenario": "memory-write-require",
3034
+ "resource": "mem-012"
3035
+ },
3036
+ {
3037
+ "id": "W2-353",
3038
+ "category": "memory_state_telemetry_audit",
3039
+ "scenario": "memory-write-allow",
3040
+ "resource": "mem-013"
3041
+ },
3042
+ {
3043
+ "id": "W2-354",
3044
+ "category": "memory_state_telemetry_audit",
3045
+ "scenario": "memory-capability-denied",
3046
+ "resource": "mem-014"
3047
+ },
3048
+ {
3049
+ "id": "W2-355",
3050
+ "category": "memory_state_telemetry_audit",
3051
+ "scenario": "memory-context-mismatch",
3052
+ "resource": "mem-015"
3053
+ },
3054
+ {
3055
+ "id": "W2-356",
3056
+ "category": "memory_state_telemetry_audit",
3057
+ "scenario": "memory-policy-drift",
3058
+ "resource": "mem-016"
3059
+ },
3060
+ {
3061
+ "id": "W2-357",
3062
+ "category": "memory_state_telemetry_audit",
3063
+ "scenario": "memory-phase-unknown",
3064
+ "resource": "mem-017"
3065
+ },
3066
+ {
3067
+ "id": "W2-358",
3068
+ "category": "memory_state_telemetry_audit",
3069
+ "scenario": "memory-task-unknown",
3070
+ "resource": "mem-018"
3071
+ },
3072
+ {
3073
+ "id": "W2-359",
3074
+ "category": "memory_state_telemetry_audit",
3075
+ "scenario": "memory-legacy",
3076
+ "resource": "mem-019"
3077
+ },
3078
+ {
3079
+ "id": "W2-360",
3080
+ "category": "memory_state_telemetry_audit",
3081
+ "scenario": "memory-unverified",
3082
+ "resource": "mem-020"
3083
+ },
3084
+ {
3085
+ "id": "W2-361",
3086
+ "category": "memory_state_telemetry_audit",
3087
+ "scenario": "memory-read-allow",
3088
+ "resource": "mem-021"
3089
+ },
3090
+ {
3091
+ "id": "W2-362",
3092
+ "category": "memory_state_telemetry_audit",
3093
+ "scenario": "memory-write-require",
3094
+ "resource": "mem-022"
3095
+ },
3096
+ {
3097
+ "id": "W2-363",
3098
+ "category": "memory_state_telemetry_audit",
3099
+ "scenario": "memory-write-allow",
3100
+ "resource": "mem-023"
3101
+ },
3102
+ {
3103
+ "id": "W2-364",
3104
+ "category": "memory_state_telemetry_audit",
3105
+ "scenario": "memory-capability-denied",
3106
+ "resource": "mem-024"
3107
+ },
3108
+ {
3109
+ "id": "W2-365",
3110
+ "category": "memory_state_telemetry_audit",
3111
+ "scenario": "memory-context-mismatch",
3112
+ "resource": "mem-025"
3113
+ },
3114
+ {
3115
+ "id": "W2-366",
3116
+ "category": "memory_state_telemetry_audit",
3117
+ "scenario": "memory-policy-drift",
3118
+ "resource": "mem-026"
3119
+ },
3120
+ {
3121
+ "id": "W2-367",
3122
+ "category": "memory_state_telemetry_audit",
3123
+ "scenario": "memory-phase-unknown",
3124
+ "resource": "mem-027"
3125
+ },
3126
+ {
3127
+ "id": "W2-368",
3128
+ "category": "memory_state_telemetry_audit",
3129
+ "scenario": "memory-task-unknown",
3130
+ "resource": "mem-028"
3131
+ },
3132
+ {
3133
+ "id": "W2-369",
3134
+ "category": "memory_state_telemetry_audit",
3135
+ "scenario": "memory-legacy",
3136
+ "resource": "mem-029"
3137
+ },
3138
+ {
3139
+ "id": "W2-370",
3140
+ "category": "memory_state_telemetry_audit",
3141
+ "scenario": "memory-unverified",
3142
+ "resource": "mem-030"
3143
+ },
3144
+ {
3145
+ "id": "W2-371",
3146
+ "category": "memory_state_telemetry_audit",
3147
+ "scenario": "memory-read-allow",
3148
+ "resource": "mem-031"
3149
+ },
3150
+ {
3151
+ "id": "W2-372",
3152
+ "category": "memory_state_telemetry_audit",
3153
+ "scenario": "memory-write-require",
3154
+ "resource": "mem-032"
3155
+ },
3156
+ {
3157
+ "id": "W2-373",
3158
+ "category": "memory_state_telemetry_audit",
3159
+ "scenario": "memory-write-allow",
3160
+ "resource": "mem-033"
3161
+ },
3162
+ {
3163
+ "id": "W2-374",
3164
+ "category": "memory_state_telemetry_audit",
3165
+ "scenario": "memory-capability-denied",
3166
+ "resource": "mem-034"
3167
+ },
3168
+ {
3169
+ "id": "W2-375",
3170
+ "category": "memory_state_telemetry_audit",
3171
+ "scenario": "memory-context-mismatch",
3172
+ "resource": "mem-035"
3173
+ },
3174
+ {
3175
+ "id": "W2-376",
3176
+ "category": "memory_state_telemetry_audit",
3177
+ "scenario": "memory-policy-drift",
3178
+ "resource": "mem-036"
3179
+ },
3180
+ {
3181
+ "id": "W2-377",
3182
+ "category": "memory_state_telemetry_audit",
3183
+ "scenario": "memory-phase-unknown",
3184
+ "resource": "mem-037"
3185
+ },
3186
+ {
3187
+ "id": "W2-378",
3188
+ "category": "memory_state_telemetry_audit",
3189
+ "scenario": "memory-task-unknown",
3190
+ "resource": "mem-038"
3191
+ },
3192
+ {
3193
+ "id": "W2-379",
3194
+ "category": "memory_state_telemetry_audit",
3195
+ "scenario": "memory-legacy",
3196
+ "resource": "mem-039"
3197
+ },
3198
+ {
3199
+ "id": "W2-380",
3200
+ "category": "memory_state_telemetry_audit",
3201
+ "scenario": "memory-unverified",
3202
+ "resource": "mem-040"
3203
+ },
3204
+ {
3205
+ "id": "W2-381",
3206
+ "category": "memory_state_telemetry_audit",
3207
+ "scenario": "memory-read-allow",
3208
+ "resource": "mem-041"
3209
+ },
3210
+ {
3211
+ "id": "W2-382",
3212
+ "category": "memory_state_telemetry_audit",
3213
+ "scenario": "memory-write-require",
3214
+ "resource": "mem-042"
3215
+ },
3216
+ {
3217
+ "id": "W2-383",
3218
+ "category": "memory_state_telemetry_audit",
3219
+ "scenario": "memory-write-allow",
3220
+ "resource": "mem-043"
3221
+ },
3222
+ {
3223
+ "id": "W2-384",
3224
+ "category": "memory_state_telemetry_audit",
3225
+ "scenario": "memory-capability-denied",
3226
+ "resource": "mem-044"
3227
+ },
3228
+ {
3229
+ "id": "W2-385",
3230
+ "category": "memory_state_telemetry_audit",
3231
+ "scenario": "memory-context-mismatch",
3232
+ "resource": "mem-045"
3233
+ },
3234
+ {
3235
+ "id": "W2-386",
3236
+ "category": "memory_state_telemetry_audit",
3237
+ "scenario": "memory-policy-drift",
3238
+ "resource": "mem-046"
3239
+ },
3240
+ {
3241
+ "id": "W2-387",
3242
+ "category": "memory_state_telemetry_audit",
3243
+ "scenario": "memory-phase-unknown",
3244
+ "resource": "mem-047"
3245
+ },
3246
+ {
3247
+ "id": "W2-388",
3248
+ "category": "memory_state_telemetry_audit",
3249
+ "scenario": "memory-task-unknown",
3250
+ "resource": "mem-048"
3251
+ },
3252
+ {
3253
+ "id": "W2-389",
3254
+ "category": "memory_state_telemetry_audit",
3255
+ "scenario": "memory-legacy",
3256
+ "resource": "mem-049"
3257
+ },
3258
+ {
3259
+ "id": "W2-390",
3260
+ "category": "memory_state_telemetry_audit",
3261
+ "scenario": "memory-unverified",
3262
+ "resource": "mem-050"
3263
+ },
3264
+ {
3265
+ "id": "W2-391",
3266
+ "category": "delegation_identity_permissions",
3267
+ "scenario": "delegation-target-missing",
3268
+ "resource": "identity-001"
3269
+ },
3270
+ {
3271
+ "id": "W2-392",
3272
+ "category": "delegation_identity_permissions",
3273
+ "scenario": "delegation-target-denied",
3274
+ "resource": "identity-002"
3275
+ },
3276
+ {
3277
+ "id": "W2-393",
3278
+ "category": "delegation_identity_permissions",
3279
+ "scenario": "delegation-scope-denied",
3280
+ "resource": "identity-003"
3281
+ },
3282
+ {
3283
+ "id": "W2-394",
3284
+ "category": "delegation_identity_permissions",
3285
+ "scenario": "delegation-require",
3286
+ "resource": "identity-004"
3287
+ },
3288
+ {
3289
+ "id": "W2-395",
3290
+ "category": "delegation_identity_permissions",
3291
+ "scenario": "delegation-allow",
3292
+ "resource": "identity-005"
3293
+ },
3294
+ {
3295
+ "id": "W2-396",
3296
+ "category": "delegation_identity_permissions",
3297
+ "scenario": "delegation-capability-denied",
3298
+ "resource": "identity-006"
3299
+ },
3300
+ {
3301
+ "id": "W2-397",
3302
+ "category": "delegation_identity_permissions",
3303
+ "scenario": "skill-denied",
3304
+ "resource": "identity-007"
3305
+ },
3306
+ {
3307
+ "id": "W2-398",
3308
+ "category": "delegation_identity_permissions",
3309
+ "scenario": "skill-require",
3310
+ "resource": "identity-008"
3311
+ },
3312
+ {
3313
+ "id": "W2-399",
3314
+ "category": "delegation_identity_permissions",
3315
+ "scenario": "delegation-target-missing",
3316
+ "resource": "identity-009"
3317
+ },
3318
+ {
3319
+ "id": "W2-400",
3320
+ "category": "delegation_identity_permissions",
3321
+ "scenario": "delegation-target-denied",
3322
+ "resource": "identity-010"
3323
+ },
3324
+ {
3325
+ "id": "W2-401",
3326
+ "category": "delegation_identity_permissions",
3327
+ "scenario": "delegation-scope-denied",
3328
+ "resource": "identity-011"
3329
+ },
3330
+ {
3331
+ "id": "W2-402",
3332
+ "category": "delegation_identity_permissions",
3333
+ "scenario": "delegation-require",
3334
+ "resource": "identity-012"
3335
+ },
3336
+ {
3337
+ "id": "W2-403",
3338
+ "category": "delegation_identity_permissions",
3339
+ "scenario": "delegation-allow",
3340
+ "resource": "identity-013"
3341
+ },
3342
+ {
3343
+ "id": "W2-404",
3344
+ "category": "delegation_identity_permissions",
3345
+ "scenario": "delegation-capability-denied",
3346
+ "resource": "identity-014"
3347
+ },
3348
+ {
3349
+ "id": "W2-405",
3350
+ "category": "delegation_identity_permissions",
3351
+ "scenario": "skill-denied",
3352
+ "resource": "identity-015"
3353
+ },
3354
+ {
3355
+ "id": "W2-406",
3356
+ "category": "delegation_identity_permissions",
3357
+ "scenario": "skill-require",
3358
+ "resource": "identity-016"
3359
+ },
3360
+ {
3361
+ "id": "W2-407",
3362
+ "category": "delegation_identity_permissions",
3363
+ "scenario": "delegation-target-missing",
3364
+ "resource": "identity-017"
3365
+ },
3366
+ {
3367
+ "id": "W2-408",
3368
+ "category": "delegation_identity_permissions",
3369
+ "scenario": "delegation-target-denied",
3370
+ "resource": "identity-018"
3371
+ },
3372
+ {
3373
+ "id": "W2-409",
3374
+ "category": "delegation_identity_permissions",
3375
+ "scenario": "delegation-scope-denied",
3376
+ "resource": "identity-019"
3377
+ },
3378
+ {
3379
+ "id": "W2-410",
3380
+ "category": "delegation_identity_permissions",
3381
+ "scenario": "delegation-require",
3382
+ "resource": "identity-020"
3383
+ },
3384
+ {
3385
+ "id": "W2-411",
3386
+ "category": "delegation_identity_permissions",
3387
+ "scenario": "delegation-allow",
3388
+ "resource": "identity-021"
3389
+ },
3390
+ {
3391
+ "id": "W2-412",
3392
+ "category": "delegation_identity_permissions",
3393
+ "scenario": "delegation-capability-denied",
3394
+ "resource": "identity-022"
3395
+ },
3396
+ {
3397
+ "id": "W2-413",
3398
+ "category": "delegation_identity_permissions",
3399
+ "scenario": "skill-denied",
3400
+ "resource": "identity-023"
3401
+ },
3402
+ {
3403
+ "id": "W2-414",
3404
+ "category": "delegation_identity_permissions",
3405
+ "scenario": "skill-require",
3406
+ "resource": "identity-024"
3407
+ },
3408
+ {
3409
+ "id": "W2-415",
3410
+ "category": "delegation_identity_permissions",
3411
+ "scenario": "delegation-target-missing",
3412
+ "resource": "identity-025"
3413
+ },
3414
+ {
3415
+ "id": "W2-416",
3416
+ "category": "delegation_identity_permissions",
3417
+ "scenario": "delegation-target-denied",
3418
+ "resource": "identity-026"
3419
+ },
3420
+ {
3421
+ "id": "W2-417",
3422
+ "category": "delegation_identity_permissions",
3423
+ "scenario": "delegation-scope-denied",
3424
+ "resource": "identity-027"
3425
+ },
3426
+ {
3427
+ "id": "W2-418",
3428
+ "category": "delegation_identity_permissions",
3429
+ "scenario": "delegation-require",
3430
+ "resource": "identity-028"
3431
+ },
3432
+ {
3433
+ "id": "W2-419",
3434
+ "category": "delegation_identity_permissions",
3435
+ "scenario": "delegation-allow",
3436
+ "resource": "identity-029"
3437
+ },
3438
+ {
3439
+ "id": "W2-420",
3440
+ "category": "delegation_identity_permissions",
3441
+ "scenario": "delegation-capability-denied",
3442
+ "resource": "identity-030"
3443
+ },
3444
+ {
3445
+ "id": "W2-421",
3446
+ "category": "delegation_identity_permissions",
3447
+ "scenario": "skill-denied",
3448
+ "resource": "identity-031"
3449
+ },
3450
+ {
3451
+ "id": "W2-422",
3452
+ "category": "delegation_identity_permissions",
3453
+ "scenario": "skill-require",
3454
+ "resource": "identity-032"
3455
+ },
3456
+ {
3457
+ "id": "W2-423",
3458
+ "category": "delegation_identity_permissions",
3459
+ "scenario": "delegation-target-missing",
3460
+ "resource": "identity-033"
3461
+ },
3462
+ {
3463
+ "id": "W2-424",
3464
+ "category": "delegation_identity_permissions",
3465
+ "scenario": "delegation-target-denied",
3466
+ "resource": "identity-034"
3467
+ },
3468
+ {
3469
+ "id": "W2-425",
3470
+ "category": "delegation_identity_permissions",
3471
+ "scenario": "delegation-scope-denied",
3472
+ "resource": "identity-035"
3473
+ },
3474
+ {
3475
+ "id": "W2-426",
3476
+ "category": "delegation_identity_permissions",
3477
+ "scenario": "delegation-require",
3478
+ "resource": "identity-036"
3479
+ },
3480
+ {
3481
+ "id": "W2-427",
3482
+ "category": "delegation_identity_permissions",
3483
+ "scenario": "delegation-allow",
3484
+ "resource": "identity-037"
3485
+ },
3486
+ {
3487
+ "id": "W2-428",
3488
+ "category": "delegation_identity_permissions",
3489
+ "scenario": "delegation-capability-denied",
3490
+ "resource": "identity-038"
3491
+ },
3492
+ {
3493
+ "id": "W2-429",
3494
+ "category": "delegation_identity_permissions",
3495
+ "scenario": "skill-denied",
3496
+ "resource": "identity-039"
3497
+ },
3498
+ {
3499
+ "id": "W2-430",
3500
+ "category": "delegation_identity_permissions",
3501
+ "scenario": "skill-require",
3502
+ "resource": "identity-040"
3503
+ },
3504
+ {
3505
+ "id": "W2-431",
3506
+ "category": "gates_approvals_grants_plan_drift",
3507
+ "scenario": "gate-not-satisfied",
3508
+ "resource": "gate-001"
3509
+ },
3510
+ {
3511
+ "id": "W2-432",
3512
+ "category": "gates_approvals_grants_plan_drift",
3513
+ "scenario": "gate-phase-unknown",
3514
+ "resource": "gate-002"
3515
+ },
3516
+ {
3517
+ "id": "W2-433",
3518
+ "category": "gates_approvals_grants_plan_drift",
3519
+ "scenario": "gate-task-unknown",
3520
+ "resource": "gate-003"
3521
+ },
3522
+ {
3523
+ "id": "W2-434",
3524
+ "category": "gates_approvals_grants_plan_drift",
3525
+ "scenario": "gate-version-mismatch",
3526
+ "resource": "gate-004"
3527
+ },
3528
+ {
3529
+ "id": "W2-435",
3530
+ "category": "gates_approvals_grants_plan_drift",
3531
+ "scenario": "gate-g1-expired",
3532
+ "resource": "gate-005"
3533
+ },
3534
+ {
3535
+ "id": "W2-436",
3536
+ "category": "gates_approvals_grants_plan_drift",
3537
+ "scenario": "gate-plan-drift",
3538
+ "resource": "gate-006"
3539
+ },
3540
+ {
3541
+ "id": "W2-437",
3542
+ "category": "gates_approvals_grants_plan_drift",
3543
+ "scenario": "gate-approval-required",
3544
+ "resource": "gate-007"
3545
+ },
3546
+ {
3547
+ "id": "W2-438",
3548
+ "category": "gates_approvals_grants_plan_drift",
3549
+ "scenario": "gate-approval-stale",
3550
+ "resource": "gate-008"
3551
+ },
3552
+ {
3553
+ "id": "W2-439",
3554
+ "category": "gates_approvals_grants_plan_drift",
3555
+ "scenario": "gate-approval-allow",
3556
+ "resource": "gate-009"
3557
+ },
3558
+ {
3559
+ "id": "W2-440",
3560
+ "category": "gates_approvals_grants_plan_drift",
3561
+ "scenario": "gate-direct-allow",
3562
+ "resource": "gate-010"
3563
+ },
3564
+ {
3565
+ "id": "W2-441",
3566
+ "category": "gates_approvals_grants_plan_drift",
3567
+ "scenario": "gate-not-satisfied",
3568
+ "resource": "gate-011"
3569
+ },
3570
+ {
3571
+ "id": "W2-442",
3572
+ "category": "gates_approvals_grants_plan_drift",
3573
+ "scenario": "gate-phase-unknown",
3574
+ "resource": "gate-012"
3575
+ },
3576
+ {
3577
+ "id": "W2-443",
3578
+ "category": "gates_approvals_grants_plan_drift",
3579
+ "scenario": "gate-task-unknown",
3580
+ "resource": "gate-013"
3581
+ },
3582
+ {
3583
+ "id": "W2-444",
3584
+ "category": "gates_approvals_grants_plan_drift",
3585
+ "scenario": "gate-version-mismatch",
3586
+ "resource": "gate-014"
3587
+ },
3588
+ {
3589
+ "id": "W2-445",
3590
+ "category": "gates_approvals_grants_plan_drift",
3591
+ "scenario": "gate-g1-expired",
3592
+ "resource": "gate-015"
3593
+ },
3594
+ {
3595
+ "id": "W2-446",
3596
+ "category": "gates_approvals_grants_plan_drift",
3597
+ "scenario": "gate-plan-drift",
3598
+ "resource": "gate-016"
3599
+ },
3600
+ {
3601
+ "id": "W2-447",
3602
+ "category": "gates_approvals_grants_plan_drift",
3603
+ "scenario": "gate-approval-required",
3604
+ "resource": "gate-017"
3605
+ },
3606
+ {
3607
+ "id": "W2-448",
3608
+ "category": "gates_approvals_grants_plan_drift",
3609
+ "scenario": "gate-approval-stale",
3610
+ "resource": "gate-018"
3611
+ },
3612
+ {
3613
+ "id": "W2-449",
3614
+ "category": "gates_approvals_grants_plan_drift",
3615
+ "scenario": "gate-approval-allow",
3616
+ "resource": "gate-019"
3617
+ },
3618
+ {
3619
+ "id": "W2-450",
3620
+ "category": "gates_approvals_grants_plan_drift",
3621
+ "scenario": "gate-direct-allow",
3622
+ "resource": "gate-020"
3623
+ },
3624
+ {
3625
+ "id": "W2-451",
3626
+ "category": "gates_approvals_grants_plan_drift",
3627
+ "scenario": "gate-not-satisfied",
3628
+ "resource": "gate-021"
3629
+ },
3630
+ {
3631
+ "id": "W2-452",
3632
+ "category": "gates_approvals_grants_plan_drift",
3633
+ "scenario": "gate-phase-unknown",
3634
+ "resource": "gate-022"
3635
+ },
3636
+ {
3637
+ "id": "W2-453",
3638
+ "category": "gates_approvals_grants_plan_drift",
3639
+ "scenario": "gate-task-unknown",
3640
+ "resource": "gate-023"
3641
+ },
3642
+ {
3643
+ "id": "W2-454",
3644
+ "category": "gates_approvals_grants_plan_drift",
3645
+ "scenario": "gate-version-mismatch",
3646
+ "resource": "gate-024"
3647
+ },
3648
+ {
3649
+ "id": "W2-455",
3650
+ "category": "gates_approvals_grants_plan_drift",
3651
+ "scenario": "gate-g1-expired",
3652
+ "resource": "gate-025"
3653
+ },
3654
+ {
3655
+ "id": "W2-456",
3656
+ "category": "gates_approvals_grants_plan_drift",
3657
+ "scenario": "gate-plan-drift",
3658
+ "resource": "gate-026"
3659
+ },
3660
+ {
3661
+ "id": "W2-457",
3662
+ "category": "gates_approvals_grants_plan_drift",
3663
+ "scenario": "gate-approval-required",
3664
+ "resource": "gate-027"
3665
+ },
3666
+ {
3667
+ "id": "W2-458",
3668
+ "category": "gates_approvals_grants_plan_drift",
3669
+ "scenario": "gate-approval-stale",
3670
+ "resource": "gate-028"
3671
+ },
3672
+ {
3673
+ "id": "W2-459",
3674
+ "category": "gates_approvals_grants_plan_drift",
3675
+ "scenario": "gate-approval-allow",
3676
+ "resource": "gate-029"
3677
+ },
3678
+ {
3679
+ "id": "W2-460",
3680
+ "category": "gates_approvals_grants_plan_drift",
3681
+ "scenario": "gate-direct-allow",
3682
+ "resource": "gate-030"
3683
+ },
3684
+ {
3685
+ "id": "W2-461",
3686
+ "category": "gates_approvals_grants_plan_drift",
3687
+ "scenario": "gate-not-satisfied",
3688
+ "resource": "gate-031"
3689
+ },
3690
+ {
3691
+ "id": "W2-462",
3692
+ "category": "gates_approvals_grants_plan_drift",
3693
+ "scenario": "gate-phase-unknown",
3694
+ "resource": "gate-032"
3695
+ },
3696
+ {
3697
+ "id": "W2-463",
3698
+ "category": "gates_approvals_grants_plan_drift",
3699
+ "scenario": "gate-task-unknown",
3700
+ "resource": "gate-033"
3701
+ },
3702
+ {
3703
+ "id": "W2-464",
3704
+ "category": "gates_approvals_grants_plan_drift",
3705
+ "scenario": "gate-version-mismatch",
3706
+ "resource": "gate-034"
3707
+ },
3708
+ {
3709
+ "id": "W2-465",
3710
+ "category": "gates_approvals_grants_plan_drift",
3711
+ "scenario": "gate-g1-expired",
3712
+ "resource": "gate-035"
3713
+ },
3714
+ {
3715
+ "id": "W2-466",
3716
+ "category": "gates_approvals_grants_plan_drift",
3717
+ "scenario": "gate-plan-drift",
3718
+ "resource": "gate-036"
3719
+ },
3720
+ {
3721
+ "id": "W2-467",
3722
+ "category": "gates_approvals_grants_plan_drift",
3723
+ "scenario": "gate-approval-required",
3724
+ "resource": "gate-037"
3725
+ },
3726
+ {
3727
+ "id": "W2-468",
3728
+ "category": "gates_approvals_grants_plan_drift",
3729
+ "scenario": "gate-approval-stale",
3730
+ "resource": "gate-038"
3731
+ },
3732
+ {
3733
+ "id": "W2-469",
3734
+ "category": "gates_approvals_grants_plan_drift",
3735
+ "scenario": "gate-approval-allow",
3736
+ "resource": "gate-039"
3737
+ },
3738
+ {
3739
+ "id": "W2-470",
3740
+ "category": "gates_approvals_grants_plan_drift",
3741
+ "scenario": "gate-direct-allow",
3742
+ "resource": "gate-040"
3743
+ },
3744
+ {
3745
+ "id": "W2-471",
3746
+ "category": "gates_approvals_grants_plan_drift",
3747
+ "scenario": "gate-not-satisfied",
3748
+ "resource": "gate-041"
3749
+ },
3750
+ {
3751
+ "id": "W2-472",
3752
+ "category": "gates_approvals_grants_plan_drift",
3753
+ "scenario": "gate-phase-unknown",
3754
+ "resource": "gate-042"
3755
+ },
3756
+ {
3757
+ "id": "W2-473",
3758
+ "category": "gates_approvals_grants_plan_drift",
3759
+ "scenario": "gate-task-unknown",
3760
+ "resource": "gate-043"
3761
+ },
3762
+ {
3763
+ "id": "W2-474",
3764
+ "category": "gates_approvals_grants_plan_drift",
3765
+ "scenario": "gate-version-mismatch",
3766
+ "resource": "gate-044"
3767
+ },
3768
+ {
3769
+ "id": "W2-475",
3770
+ "category": "gates_approvals_grants_plan_drift",
3771
+ "scenario": "gate-g1-expired",
3772
+ "resource": "gate-045"
3773
+ },
3774
+ {
3775
+ "id": "W2-476",
3776
+ "category": "gates_approvals_grants_plan_drift",
3777
+ "scenario": "gate-plan-drift",
3778
+ "resource": "gate-046"
3779
+ },
3780
+ {
3781
+ "id": "W2-477",
3782
+ "category": "gates_approvals_grants_plan_drift",
3783
+ "scenario": "gate-approval-required",
3784
+ "resource": "gate-047"
3785
+ },
3786
+ {
3787
+ "id": "W2-478",
3788
+ "category": "gates_approvals_grants_plan_drift",
3789
+ "scenario": "gate-approval-stale",
3790
+ "resource": "gate-048"
3791
+ },
3792
+ {
3793
+ "id": "W2-479",
3794
+ "category": "gates_approvals_grants_plan_drift",
3795
+ "scenario": "gate-approval-allow",
3796
+ "resource": "gate-049"
3797
+ },
3798
+ {
3799
+ "id": "W2-480",
3800
+ "category": "gates_approvals_grants_plan_drift",
3801
+ "scenario": "gate-direct-allow",
3802
+ "resource": "gate-050"
3803
+ },
3804
+ {
3805
+ "id": "W2-481",
3806
+ "category": "malformed_schema_smuggling",
3807
+ "scenario": "malformed-null",
3808
+ "resource": "malformed-001"
3809
+ },
3810
+ {
3811
+ "id": "W2-482",
3812
+ "category": "malformed_schema_smuggling",
3813
+ "scenario": "malformed-object",
3814
+ "resource": "malformed-002"
3815
+ },
3816
+ {
3817
+ "id": "W2-483",
3818
+ "category": "malformed_schema_smuggling",
3819
+ "scenario": "malformed-legacy-read",
3820
+ "resource": "malformed-003"
3821
+ },
3822
+ {
3823
+ "id": "W2-484",
3824
+ "category": "malformed_schema_smuggling",
3825
+ "scenario": "malformed-legacy-mutate",
3826
+ "resource": "malformed-004"
3827
+ },
3828
+ {
3829
+ "id": "W2-485",
3830
+ "category": "malformed_schema_smuggling",
3831
+ "scenario": "malformed-null",
3832
+ "resource": "malformed-005"
3833
+ },
3834
+ {
3835
+ "id": "W2-486",
3836
+ "category": "malformed_schema_smuggling",
3837
+ "scenario": "malformed-object",
3838
+ "resource": "malformed-006"
3839
+ },
3840
+ {
3841
+ "id": "W2-487",
3842
+ "category": "malformed_schema_smuggling",
3843
+ "scenario": "malformed-legacy-read",
3844
+ "resource": "malformed-007"
3845
+ },
3846
+ {
3847
+ "id": "W2-488",
3848
+ "category": "malformed_schema_smuggling",
3849
+ "scenario": "malformed-legacy-mutate",
3850
+ "resource": "malformed-008"
3851
+ },
3852
+ {
3853
+ "id": "W2-489",
3854
+ "category": "malformed_schema_smuggling",
3855
+ "scenario": "malformed-null",
3856
+ "resource": "malformed-009"
3857
+ },
3858
+ {
3859
+ "id": "W2-490",
3860
+ "category": "malformed_schema_smuggling",
3861
+ "scenario": "malformed-object",
3862
+ "resource": "malformed-010"
3863
+ },
3864
+ {
3865
+ "id": "W2-491",
3866
+ "category": "malformed_schema_smuggling",
3867
+ "scenario": "malformed-legacy-read",
3868
+ "resource": "malformed-011"
3869
+ },
3870
+ {
3871
+ "id": "W2-492",
3872
+ "category": "malformed_schema_smuggling",
3873
+ "scenario": "malformed-legacy-mutate",
3874
+ "resource": "malformed-012"
3875
+ },
3876
+ {
3877
+ "id": "W2-493",
3878
+ "category": "malformed_schema_smuggling",
3879
+ "scenario": "malformed-null",
3880
+ "resource": "malformed-013"
3881
+ },
3882
+ {
3883
+ "id": "W2-494",
3884
+ "category": "malformed_schema_smuggling",
3885
+ "scenario": "malformed-object",
3886
+ "resource": "malformed-014"
3887
+ },
3888
+ {
3889
+ "id": "W2-495",
3890
+ "category": "malformed_schema_smuggling",
3891
+ "scenario": "malformed-legacy-read",
3892
+ "resource": "malformed-015"
3893
+ },
3894
+ {
3895
+ "id": "W2-496",
3896
+ "category": "malformed_schema_smuggling",
3897
+ "scenario": "malformed-legacy-mutate",
3898
+ "resource": "malformed-016"
3899
+ },
3900
+ {
3901
+ "id": "W2-497",
3902
+ "category": "malformed_schema_smuggling",
3903
+ "scenario": "malformed-null",
3904
+ "resource": "malformed-017"
3905
+ },
3906
+ {
3907
+ "id": "W2-498",
3908
+ "category": "malformed_schema_smuggling",
3909
+ "scenario": "malformed-object",
3910
+ "resource": "malformed-018"
3911
+ },
3912
+ {
3913
+ "id": "W2-499",
3914
+ "category": "malformed_schema_smuggling",
3915
+ "scenario": "malformed-legacy-read",
3916
+ "resource": "malformed-019"
3917
+ },
3918
+ {
3919
+ "id": "W2-500",
3920
+ "category": "malformed_schema_smuggling",
3921
+ "scenario": "malformed-legacy-mutate",
3922
+ "resource": "malformed-020"
3923
+ }
3924
+ ],
3925
+ "evaluationCorpusDigest": "eeb0379f57920a0386d51d2e543e7a2619b1b930d1cd86328b9c5e661fcfd66e"
3926
+ }