@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,158 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Adaptador REAL del puerto `attestationVerifier` que inyecta
5
+ * `w4-verificar-veredicto.js` (T-09, REQ-32-09, ADR-0056). Envuelve
6
+ * `gh attestation verify <artefacto> --bundle <bundle> --owner <owner>
7
+ * --signer-workflow <wf> --format json` — el EFECTO (spawn de `gh` + disco)
8
+ * vive aquí; el núcleo del verificador permanece puro.
9
+ *
10
+ * Contrato del puerto (ADR-0056, tres argumentos):
11
+ * `(bundle: Buffer, expectedArtifactDigest: string sha256hex,
12
+ * artifactBytes: string)` -> Promise<{ identidadOIDC:{repo,workflow,ref},
13
+ * firmaValida:boolean }>
14
+ *
15
+ * `gh` real (v2.89.0) EXIGE el artefacto en disco (no existe `--digest`): el
16
+ * adaptador escribe `artifactBytes` a un temporal 0600 y se lo pasa a `gh`,
17
+ * que computa su sha256 y lo compara contra el sujeto atestiguado por Sigstore.
18
+ *
19
+ * Fail-closed (C4): cualquier borde de fallo — input malformado, cross-check
20
+ * de digest fallido, exit != 0 de `gh`, JSON inválido, campo de identidad
21
+ * faltante — LANZA; el núcleo lo captura y cae a `VERDICT_SIGNATURE_INVALID`.
22
+ * Nunca retorna `firmaValida:true` sin identidad OIDC completa.
23
+ *
24
+ * Defensa en profundidad (ADR-0053 pieza 5 / ADR-0056): se pasa `--owner` Y
25
+ * `--signer-workflow` a `gh` para que el propio `gh` rechace attestations de un
26
+ * workflow distinto del pineado, ademas de la comparación estricta del núcleo.
27
+ *
28
+ * NOTA DE BINDING (dev vs real, ADR-0053 § Honestidad): el mapeo exacto de los
29
+ * campos del certificado Sigstore de GitHub Actions a `{repo,workflow,ref}` y
30
+ * sus formas de string se anclan contra un GOLDEN BUNDLE real en el tramo real
31
+ * (T-13); hasta entonces `mapearIdentidad` usa los nombres de extensión
32
+ * documentados de Fulcio/GitHub. Ver DT-T06-BINDING-C1-DELEGADO-A-ADAPTADOR-T09.
33
+ */
34
+
35
+ const crypto = require('node:crypto');
36
+ const fs = require('node:fs');
37
+ const os = require('node:os');
38
+ const path = require('node:path');
39
+ const { execFileSync } = require('node:child_process');
40
+
41
+ const GH_MAX_BUFFER = 8 * 1024 * 1024; // 8 MiB — igual que ci-reader.js
42
+ const GH_TIMEOUT_MS_DEFAULT = 20000;
43
+ const SHA256_HEX = /^[a-f0-9]{64}$/u;
44
+
45
+ function ejecutorGhReal(ghPath, timeoutMs) {
46
+ return (args) => execFileSync(ghPath, args, {
47
+ encoding: 'utf8',
48
+ maxBuffer: GH_MAX_BUFFER,
49
+ timeout: timeoutMs,
50
+ windowsHide: true,
51
+ });
52
+ }
53
+
54
+ function esBufferCrudo(valor) {
55
+ if (!valor || typeof valor !== 'object') return false;
56
+ const proto = Object.getPrototypeOf(valor);
57
+ return (proto === Buffer.prototype || proto === Uint8Array.prototype) && valor.byteLength > 0;
58
+ }
59
+
60
+ function normalizarTextoNoVacio(valor) {
61
+ return typeof valor === 'string' && valor.length > 0 ? valor : null;
62
+ }
63
+
64
+ /**
65
+ * Extrae `{repo, workflow, ref}` del JSON de `gh attestation verify
66
+ * --format json` (un arreglo de resultados de verificación). Lee el
67
+ * certificado Sigstore del primer resultado y mapea las extensiones de
68
+ * GitHub Actions. Lanza si el arreglo está vacío o falta cualquier campo.
69
+ */
70
+ function mapearIdentidad(salidaJson) {
71
+ const resultados = Array.isArray(salidaJson) ? salidaJson : null;
72
+ if (!resultados || resultados.length === 0) throw new Error('gh: salida de verificación vacía');
73
+ const primero = resultados[0];
74
+ const cert = primero
75
+ && primero.verificationResult
76
+ && primero.verificationResult.signature
77
+ && primero.verificationResult.signature.certificate;
78
+ if (!cert || typeof cert !== 'object') throw new Error('gh: certificado ausente en la salida');
79
+
80
+ const repo = normalizarTextoNoVacio(cert.sourceRepositoryURI);
81
+ const ref = normalizarTextoNoVacio(cert.sourceRepositoryRef);
82
+ // El workflow firmante puede venir como buildSignerURI o SubjectAlternativeName
83
+ // según la versión del cert; se toma el primero presente (documentado, no inferido).
84
+ const workflow = normalizarTextoNoVacio(cert.buildSignerURI)
85
+ || normalizarTextoNoVacio(cert.subjectAlternativeName);
86
+ if (!repo || !ref || !workflow) {
87
+ throw new Error('gh: certificado sin repo/ref/workflow completos');
88
+ }
89
+ return { repo, workflow, ref };
90
+ }
91
+
92
+ function escribirTemporal(fsDeps, dir, nombre, contenido) {
93
+ const destino = path.join(dir, nombre);
94
+ fsDeps.writeFileSync(destino, contenido, { mode: 0o600 });
95
+ return destino;
96
+ }
97
+
98
+ /**
99
+ * Construye el verificador real. `owner` y `signerWorkflow` son OBLIGATORIOS e
100
+ * inyectados (jamás hardcodeados). `ejecutor`/`fsDeps` son inyectables para
101
+ * pruebas — por defecto usan `gh` real y `fs`.
102
+ *
103
+ * @param {{owner:string, signerWorkflow:string, ghPath?:string,
104
+ * timeoutMs?:number, ejecutor?:(args:string[])=>string, fsDeps?:object}} opciones
105
+ */
106
+ function crearAttestationVerifierReal(opciones = {}) {
107
+ const owner = normalizarTextoNoVacio(opciones.owner);
108
+ const signerWorkflow = normalizarTextoNoVacio(opciones.signerWorkflow);
109
+ if (!owner) throw new Error('crearAttestationVerifierReal: owner requerido');
110
+ if (!signerWorkflow) throw new Error('crearAttestationVerifierReal: signerWorkflow requerido');
111
+ const ghPath = normalizarTextoNoVacio(opciones.ghPath) || 'gh';
112
+ const timeoutMs = Number.isFinite(opciones.timeoutMs) ? opciones.timeoutMs : GH_TIMEOUT_MS_DEFAULT;
113
+ const fsDeps = opciones.fsDeps || fs;
114
+ const ejecutor = opciones.ejecutor || ejecutorGhReal(ghPath, timeoutMs);
115
+
116
+ return async function attestationVerifier(bundle, expectedArtifactDigest, artifactBytes) {
117
+ if (!esBufferCrudo(bundle)) throw new Error('adaptador: bundle debe ser bytes crudos no vacíos');
118
+ if (!SHA256_HEX.test(expectedArtifactDigest || '')) throw new Error('adaptador: digest esperado inválido');
119
+ if (typeof artifactBytes !== 'string' || artifactBytes.length === 0) {
120
+ throw new Error('adaptador: artifactBytes debe ser string no vacío');
121
+ }
122
+ // Cross-check barato antes de tocar `gh`: los bytes recibidos DEBEN hashear
123
+ // al digest que el núcleo derivó del contenido (C1).
124
+ const digestBytes = crypto.createHash('sha256').update(artifactBytes, 'utf8').digest('hex');
125
+ if (digestBytes !== expectedArtifactDigest) {
126
+ throw new Error('adaptador: sha256(artifactBytes) no coincide con expectedArtifactDigest');
127
+ }
128
+
129
+ const dirTmp = fsDeps.mkdtempSync(path.join(os.tmpdir(), 'swl-w4-attest-'));
130
+ try {
131
+ const rutaArtefacto = escribirTemporal(fsDeps, dirTmp, 'verdict-sin-firma.ijson', artifactBytes);
132
+ const rutaBundle = escribirTemporal(fsDeps, dirTmp, 'attestation.sigstore.json', bundle);
133
+ const args = [
134
+ 'attestation', 'verify', rutaArtefacto,
135
+ '--bundle', rutaBundle,
136
+ '--owner', owner,
137
+ '--signer-workflow', signerWorkflow,
138
+ '--digest-alg', 'sha256',
139
+ '--format', 'json',
140
+ ];
141
+ const salida = ejecutor(args); // lanza si exit != 0
142
+ const identidadOIDC = mapearIdentidad(JSON.parse(salida));
143
+ return { identidadOIDC, firmaValida: true };
144
+ } finally {
145
+ try {
146
+ fsDeps.rmSync(dirTmp, { recursive: true, force: true });
147
+ } catch {
148
+ // limpieza best-effort; no enmascara el resultado de la verificación.
149
+ }
150
+ }
151
+ };
152
+ }
153
+
154
+ module.exports = {
155
+ crearAttestationVerifierReal,
156
+ mapearIdentidad,
157
+ GH_TIMEOUT_MS_DEFAULT,
158
+ };
@@ -0,0 +1,337 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Gate de canario de campo (ADR-0050 § meta-SLO, F32/T-11, REQ-32-11): el
5
+ * lado JUEZ que consume evidencia de campo ya agregada por runtime y exige
6
+ * SIMULTÁNEAMENTE >=1,000 sesiones y >=7 días reales por runtime, sobre los
7
+ * tres runtimes Core-3 (`scripts/lib/w4-runtimes-core3.js`).
8
+ *
9
+ * Fail-closed sin compensación en tres ejes, todos AND — cero promedio,
10
+ * ponderación o suma:
11
+ * (1) por runtime: `sesiones>=1000 && dias>=7 && procedencia==='real'`.
12
+ * Un mínimo sin el otro (días sin volumen, o volumen sin días) NO
13
+ * certifica — nunca se promedian volumen y días.
14
+ * (2) entre runtimes: `certifica = RUNTIMES_CORE3.every(d => d.pass)`.
15
+ * Dos runtimes perfectos NUNCA compensan un tercero fallido.
16
+ * (3) procedencia: sólo el literal exacto `'real'` habilita `pass`;
17
+ * `'sintetica'`, ausente o cualquier otro valor reprueba — las
18
+ * sesiones sintéticas no sustituyen el mínimo temporal ni el volumen
19
+ * de campo (ADR-0050 § meta-SLO).
20
+ *
21
+ * FRONTERA DE HONESTIDAD (mismo patrón que `w4-claims.js` § T-09): este
22
+ * módulo sólo LEE la marca `procedencia` que trae la evidencia de campo —
23
+ * los *datos* reales dependen de W6/W7, explícitamente NO autorizados en
24
+ * F32 (32-PLAN.md § Tanda W4-M). T-11 no puede cerrar un canario real por
25
+ * sí sola. Ningún dato marcado `'sintetica'`, ausente, o sin marca de
26
+ * origen genuina produce `certifica:true` — el resultado honesto por
27
+ * defecto es `certifica:false` + `evidenciaInsuficiente:true`.
28
+ *
29
+ * Anti-gaming (`~/.claude/rules/seguridad-agentes.md § Anti-gaming`): ni
30
+ * `evaluarGateCanario` ni el ingestor `normalizarEvidenciaCampo` exponen un
31
+ * parámetro para inyectar `procedencia:'real'` fabricada por el propio
32
+ * evaluado — la marca la porta la evidencia de campo, copiada tal cual la
33
+ * declaró el pipeline de origen. El vector residual (un CALLER de
34
+ * `normalizarEvidenciaCampo` que suministre registros con
35
+ * `procedencia:'real'` sintética) NO lo cierra este módulo: lo contiene el
36
+ * pipeline protegido W6/W7, que es quien debe garantizar que la marca sea
37
+ * genuina antes de entregarle registros a este ingestor. Se documenta como
38
+ * frontera, no se cierra aquí, y NUNCA se convierte en un `pass` fabricado
39
+ * por este módulo.
40
+ *
41
+ * Puro: cero `fs`, cero `net`/`dns`, cero reloj de pared, cero
42
+ * aleatoriedad. `evaluarGateCanario` NUNCA lanza — todo borde de fallo
43
+ * (evidencia malformada, tipo inesperado, excepción interna) retorna
44
+ * `certifica:false` (fail-closed), igual que `w4-scorer-certificacion.js`.
45
+ */
46
+
47
+ const {
48
+ RUNTIMES_CORE3,
49
+ SESIONES_MIN_CANARIO: SESIONES_MIN,
50
+ DIAS_MIN_CANARIO: DIAS_MIN,
51
+ } = require('./w4-runtimes-core3');
52
+
53
+ const SCHEMA_VERSION = '1.0.0';
54
+ const KIND_EVIDENCIA = 'swl-field-evidence';
55
+ const PROCEDENCIA_REAL = 'real';
56
+ const PROCEDENCIA_SINTETICA = 'sintetica';
57
+ const PROCEDENCIAS_VALIDAS = Object.freeze([PROCEDENCIA_REAL, PROCEDENCIA_SINTETICA]);
58
+
59
+ function crearError(codigo, mensaje) {
60
+ const error = new Error(mensaje);
61
+ error.codigo = codigo;
62
+ return error;
63
+ }
64
+
65
+ function fallar(codigo, mensaje) {
66
+ throw crearError(codigo, mensaje);
67
+ }
68
+
69
+ function esObjetoPlano(valor) {
70
+ return Boolean(valor) && typeof valor === 'object' && !Array.isArray(valor)
71
+ && Object.getPrototypeOf(valor) === Object.prototype
72
+ && Object.getOwnPropertySymbols(valor).length === 0;
73
+ }
74
+
75
+ function congelarProfundo(valor) {
76
+ if (valor && typeof valor === 'object' && !Object.isFrozen(valor)) {
77
+ Object.values(valor).forEach(congelarProfundo);
78
+ Object.freeze(valor);
79
+ }
80
+ return valor;
81
+ }
82
+
83
+ // ---------------------------------------------------------------------------
84
+ // § 1 Lectura defensiva de campos — nunca delega en un wrapper genérico:
85
+ // floats, strings coercibles, NaN, Infinity y negativos jamás pasan `>=`
86
+ // por coerción implícita de JS (evita que un no-entero por encima del
87
+ // umbral evada el gate).
88
+ // ---------------------------------------------------------------------------
89
+
90
+ function leerEntero(valor) {
91
+ if (typeof valor !== 'number') return null;
92
+ if (!Number.isFinite(valor)) return null;
93
+ if (!Number.isInteger(valor)) return null;
94
+ if (valor < 0) return null;
95
+ return valor;
96
+ }
97
+
98
+ function leerProcedencia(valor) {
99
+ return PROCEDENCIAS_VALIDAS.includes(valor) ? valor : null;
100
+ }
101
+
102
+ // ---------------------------------------------------------------------------
103
+ // § 2 Evaluación por runtime — regla dura: `ausente===true` fuerza
104
+ // `pass:false` SIEMPRE, sin importar qué calculen las tres condiciones.
105
+ // ---------------------------------------------------------------------------
106
+
107
+ function construirMotivoRuntime(runtime, datos) {
108
+ const { ausente, cumpleVolumen, cumpleDias, cumpleProcedenciaReal, sesiones, dias, procedencia } = datos;
109
+ if (ausente) {
110
+ return `${runtime}: evidencia ausente o inválida (sesiones=${sesiones ?? 'inválido/ausente'}, `
111
+ + `dias=${dias ?? 'inválido/ausente'}, procedencia=${procedencia ?? 'inválida/ausente'})`;
112
+ }
113
+ if (cumpleVolumen && cumpleDias && cumpleProcedenciaReal) {
114
+ return `${runtime}: cumple (sesiones=${sesiones}>=${SESIONES_MIN}, dias=${dias}>=${DIAS_MIN}, procedencia=real)`;
115
+ }
116
+ const fallas = [];
117
+ if (!cumpleVolumen) fallas.push(`VOLUMEN insuficiente (sesiones=${sesiones}<${SESIONES_MIN})`);
118
+ if (!cumpleDias) fallas.push(`DÍAS insuficientes (dias=${dias}<${DIAS_MIN})`);
119
+ if (!cumpleProcedenciaReal) fallas.push(`PROCEDENCIA no es 'real' (procedencia=${procedencia})`);
120
+ return `${runtime}: no cumple — ${fallas.join('; ')}`;
121
+ }
122
+
123
+ /**
124
+ * Evalúa un runtime individual del gate. `ausente` cubre tanto la clave
125
+ * `porRuntime[runtime]` faltante como cualquier campo malformado dentro de
126
+ * ella (equivalencia "inválido == ausente": un `sesiones`/`dias` no-entero
127
+ * o una `procedencia` fuera de `{'real','sintetica'}` deja el runtime sin
128
+ * evidencia suficiente para decidir, no sólo "por debajo del umbral").
129
+ */
130
+ function evaluarRuntime(runtime, entradaCruda) {
131
+ const entrada = esObjetoPlano(entradaCruda) ? entradaCruda : null;
132
+ const sesiones = entrada ? leerEntero(entrada.sesiones) : null;
133
+ const dias = entrada ? leerEntero(entrada.dias) : null;
134
+ const procedencia = entrada ? leerProcedencia(entrada.procedencia) : null;
135
+ const ausente = entrada === null || sesiones === null || dias === null || procedencia === null;
136
+
137
+ const cumpleVolumen = sesiones !== null && sesiones >= SESIONES_MIN;
138
+ const cumpleDias = dias !== null && dias >= DIAS_MIN;
139
+ const cumpleProcedenciaReal = procedencia === PROCEDENCIA_REAL;
140
+ const pass = ausente ? false : (cumpleVolumen && cumpleDias && cumpleProcedenciaReal);
141
+
142
+ const datos = { ausente, cumpleVolumen, cumpleDias, cumpleProcedenciaReal, sesiones, dias, procedencia };
143
+ return congelarProfundo({
144
+ runtime, sesiones, dias, procedencia,
145
+ cumpleVolumen, cumpleDias, cumpleProcedenciaReal, ausente, pass,
146
+ motivo: construirMotivoRuntime(runtime, datos),
147
+ });
148
+ }
149
+
150
+ // ---------------------------------------------------------------------------
151
+ // § 3 Agregador — itera SIEMPRE la constante de longitud fija RUNTIMES_CORE3
152
+ // (nunca `Object.keys(porRuntime)`): un runtime faltante no puede
153
+ // "desaparecer" del arreglo y colar un `.every()` vacuamente verdadero
154
+ // sobre 2 elementos en vez de 3.
155
+ // ---------------------------------------------------------------------------
156
+
157
+ function esEvidenciaCampoValida(evidenciaCampo) {
158
+ return esObjetoPlano(evidenciaCampo)
159
+ && evidenciaCampo.kind === KIND_EVIDENCIA
160
+ && esObjetoPlano(evidenciaCampo.porRuntime);
161
+ }
162
+
163
+ function resultadoDesdeDetalle(detallePorRuntime) {
164
+ const certifica = detallePorRuntime.every((d) => d.pass);
165
+ const evidenciaInsuficiente = detallePorRuntime.some((d) => d.ausente);
166
+ const razonFallo = certifica
167
+ ? null
168
+ : detallePorRuntime.filter((d) => !d.pass).map((d) => d.motivo).join(' | ');
169
+ return congelarProfundo({ certifica, evidenciaInsuficiente, detallePorRuntime, razonFallo });
170
+ }
171
+
172
+ /**
173
+ * `evaluarGateCanario(evidenciaCampo) -> ResultadoGateCanario`. Función
174
+ * PURA, salida deeply-frozen, NUNCA lanza: cualquier entrada malformada —
175
+ * incluida una excepción inesperada durante la evaluación — se trata como
176
+ * evidencia ausente para los 3 runtimes (fail-closed absoluto).
177
+ */
178
+ function evaluarGateCanario(evidenciaCampo) {
179
+ try {
180
+ const porRuntime = esEvidenciaCampoValida(evidenciaCampo) ? evidenciaCampo.porRuntime : {};
181
+ const detallePorRuntime = RUNTIMES_CORE3.map((runtime) => evaluarRuntime(runtime, porRuntime[runtime]));
182
+ return resultadoDesdeDetalle(detallePorRuntime);
183
+ } catch (_error) {
184
+ const detallePorRuntime = RUNTIMES_CORE3.map((runtime) => evaluarRuntime(runtime, null));
185
+ return resultadoDesdeDetalle(detallePorRuntime);
186
+ }
187
+ }
188
+
189
+ // ---------------------------------------------------------------------------
190
+ // § 4 Ingestor — agrega registros de campo crudos por runtime. NUNCA
191
+ // fabrica `procedencia:'real'`: sólo la copia si el pipeline de origen la
192
+ // declaró de forma consistente en TODOS los registros de ese runtime.
193
+ // ---------------------------------------------------------------------------
194
+
195
+ /**
196
+ * Resuelve la `procedencia` agregada de un runtime a partir de sus
197
+ * registros crudos. Ambigua (marcas mixtas) o ausente en cualquier
198
+ * registro => `null` (sin declarar) — jamás se "adivina" ni se completa
199
+ * con `'real'` por mayoría ni por defecto.
200
+ */
201
+ function procedenciaConsensuada(registros) {
202
+ if (registros.length === 0) return null;
203
+ const marcas = new Set(registros.map((r) => r.procedencia));
204
+ if (marcas.size !== 1) return null;
205
+ const [unica] = marcas;
206
+ return PROCEDENCIAS_VALIDAS.includes(unica) ? unica : null;
207
+ }
208
+
209
+ function agregarRegistrosRuntime(registros) {
210
+ const sesiones = registros.length;
211
+ const diasDistintos = new Set(
212
+ registros.map((r) => r.dia).filter((dia) => typeof dia === 'string' && dia.length > 0)
213
+ );
214
+ const entrada = { sesiones, dias: diasDistintos.size };
215
+ const procedencia = procedenciaConsensuada(registros);
216
+ if (procedencia !== null) entrada.procedencia = procedencia;
217
+ return entrada;
218
+ }
219
+
220
+ /**
221
+ * `normalizarEvidenciaCampo(registrosCrudos) -> evidenciaCampo`. Único
222
+ * parámetro — sin superficie para que un caller inyecte `procedencia`
223
+ * fabricada vía un segundo argumento de "opciones" (anti-gaming: la marca
224
+ * sólo puede venir dentro de cada registro, tal como la declaró W6/W7).
225
+ * `sesiones` = conteo de registros del runtime; `dias` = días calendario
226
+ * DISTINTOS con actividad (nunca un span sintético entre `desde`/`hasta`).
227
+ */
228
+ function normalizarEvidenciaCampo(registrosCrudos) {
229
+ const registros = Array.isArray(registrosCrudos) ? registrosCrudos : [];
230
+ const porRuntime = {};
231
+ for (const runtime of RUNTIMES_CORE3) {
232
+ const propios = registros.filter((r) => esObjetoPlano(r) && r.runtime === runtime);
233
+ porRuntime[runtime] = agregarRegistrosRuntime(propios);
234
+ }
235
+ return congelarProfundo({ kind: KIND_EVIDENCIA, schemaVersion: SCHEMA_VERSION, porRuntime });
236
+ }
237
+
238
+ // ---------------------------------------------------------------------------
239
+ // § 5 validateResultadoGateCanario — validación sin efectos del shape de
240
+ // salida (plantilla: `validateScoringReport` de `w4-scorer-certificacion.js`).
241
+ // A diferencia de `evaluarGateCanario`, ESTA función SÍ lanza ante shape
242
+ // inválido — es un validador de contrato, no el juez fail-closed.
243
+ // ---------------------------------------------------------------------------
244
+
245
+ const RESULTADO_KEYS = Object.freeze(['certifica', 'evidenciaInsuficiente', 'detallePorRuntime', 'razonFallo']);
246
+ const DETALLE_KEYS = Object.freeze([
247
+ 'runtime', 'sesiones', 'dias', 'procedencia',
248
+ 'cumpleVolumen', 'cumpleDias', 'cumpleProcedenciaReal', 'ausente', 'pass', 'motivo',
249
+ ]);
250
+ const DETALLE_CAMPOS_BOOLEANOS = Object.freeze([
251
+ 'cumpleVolumen', 'cumpleDias', 'cumpleProcedenciaReal', 'ausente', 'pass',
252
+ ]);
253
+
254
+ function validarClaves(valor, esperadas, etiqueta) {
255
+ if (!esObjetoPlano(valor)) fallar('GATE_CANARIO_INVALID', `${etiqueta} inválido`);
256
+ const actuales = Object.keys(valor).sort();
257
+ const objetivo = [...esperadas].sort();
258
+ if (JSON.stringify(actuales) !== JSON.stringify(objetivo)) {
259
+ fallar('GATE_CANARIO_INVALID', `${etiqueta} inválido`);
260
+ }
261
+ }
262
+
263
+ function validarEnteroOpcional(valor, etiqueta) {
264
+ if (valor !== null && !(Number.isInteger(valor) && valor >= 0)) {
265
+ fallar('GATE_CANARIO_INVALID', `${etiqueta} inválido`);
266
+ }
267
+ }
268
+
269
+ function validarDetalleRuntime(detalle, etiqueta) {
270
+ validarClaves(detalle, DETALLE_KEYS, etiqueta);
271
+ if (typeof detalle.runtime !== 'string' || !RUNTIMES_CORE3.includes(detalle.runtime)) {
272
+ fallar('GATE_CANARIO_INVALID', `${etiqueta}.runtime inválido`);
273
+ }
274
+ validarEnteroOpcional(detalle.sesiones, `${etiqueta}.sesiones`);
275
+ validarEnteroOpcional(detalle.dias, `${etiqueta}.dias`);
276
+ if (detalle.procedencia !== null && !PROCEDENCIAS_VALIDAS.includes(detalle.procedencia)) {
277
+ fallar('GATE_CANARIO_INVALID', `${etiqueta}.procedencia inválido`);
278
+ }
279
+ for (const campo of DETALLE_CAMPOS_BOOLEANOS) {
280
+ if (typeof detalle[campo] !== 'boolean') fallar('GATE_CANARIO_INVALID', `${etiqueta}.${campo} inválido`);
281
+ }
282
+ if (typeof detalle.motivo !== 'string' || detalle.motivo.length === 0) {
283
+ fallar('GATE_CANARIO_INVALID', `${etiqueta}.motivo inválido`);
284
+ }
285
+ if (detalle.ausente && detalle.pass !== false) {
286
+ fallar('GATE_CANARIO_INVALID', `${etiqueta}: ausente implica pass:false`);
287
+ }
288
+ }
289
+
290
+ /**
291
+ * Valida un `ResultadoGateCanario` sin efectos. Lanza `GATE_CANARIO_INVALID`
292
+ * si el valor no cumple el shape o sus invariantes cruzadas (`certifica`
293
+ * coherente con `detallePorRuntime`, `razonFallo` presente sólo cuando
294
+ * `certifica:false`); retorna un valor deeply-frozen equivalente si es válido.
295
+ */
296
+ function validateResultadoGateCanario(value) {
297
+ validarClaves(value, RESULTADO_KEYS, 'resultadoGateCanario');
298
+ if (typeof value.certifica !== 'boolean') fallar('GATE_CANARIO_INVALID', 'certifica inválido');
299
+ if (typeof value.evidenciaInsuficiente !== 'boolean') {
300
+ fallar('GATE_CANARIO_INVALID', 'evidenciaInsuficiente inválido');
301
+ }
302
+ if (!Array.isArray(value.detallePorRuntime) || value.detallePorRuntime.length !== RUNTIMES_CORE3.length) {
303
+ fallar('GATE_CANARIO_INVALID', 'detallePorRuntime inválido');
304
+ }
305
+ value.detallePorRuntime.forEach((d, i) => validarDetalleRuntime(d, `detallePorRuntime[${i}]`));
306
+ const runtimesRecibidos = value.detallePorRuntime.map((d) => d.runtime);
307
+ if (JSON.stringify(runtimesRecibidos) !== JSON.stringify(RUNTIMES_CORE3)) {
308
+ fallar('GATE_CANARIO_INVALID', 'detallePorRuntime debe cubrir RUNTIMES_CORE3 en orden canónico');
309
+ }
310
+ if (value.razonFallo !== null && (typeof value.razonFallo !== 'string' || value.razonFallo.length === 0)) {
311
+ fallar('GATE_CANARIO_INVALID', 'razonFallo inválido');
312
+ }
313
+
314
+ const certificaEsperado = value.detallePorRuntime.every((d) => d.pass);
315
+ if (value.certifica !== certificaEsperado) fallar('GATE_CANARIO_INVALID', 'certifica no coincide con detallePorRuntime');
316
+ const evidenciaInsuficienteEsperada = value.detallePorRuntime.some((d) => d.ausente);
317
+ if (value.evidenciaInsuficiente !== evidenciaInsuficienteEsperada) {
318
+ fallar('GATE_CANARIO_INVALID', 'evidenciaInsuficiente no coincide con detallePorRuntime');
319
+ }
320
+ if (value.certifica && value.razonFallo !== null) fallar('GATE_CANARIO_INVALID', 'certifica:true exige razonFallo null');
321
+ if (!value.certifica && value.razonFallo === null) {
322
+ fallar('GATE_CANARIO_INVALID', 'certifica:false exige razonFallo no-null');
323
+ }
324
+
325
+ return congelarProfundo(JSON.parse(JSON.stringify(value)));
326
+ }
327
+
328
+ module.exports = {
329
+ DIAS_MIN,
330
+ PROCEDENCIA_REAL,
331
+ PROCEDENCIA_SINTETICA,
332
+ RUNTIMES_CORE3,
333
+ SESIONES_MIN,
334
+ evaluarGateCanario,
335
+ normalizarEvidenciaCampo,
336
+ validateResultadoGateCanario,
337
+ };
@@ -0,0 +1,182 @@
1
+ 'use strict';
2
+
3
+ /**
4
+ * Generador del claim público de certificación (ADR-0053, F32/T-10,
5
+ * REQ-32-10). Envuelve `verificarVeredicto` (T-06/T-09) — NUNCA reimplementa
6
+ * la lógica de firma/origen/request — y sólo proyecta un claim sanitizado
7
+ * cuando la verificación GENUINA confirma `ok:true && certifica:true`.
8
+ *
9
+ * Contrato anti-gaming (`~/.claude/rules/seguridad-agentes.md § Anti-gaming`,
10
+ * "el agente evaluado NUNCA produce ni edita la evidencia que lo aprueba"):
11
+ * la firma acepta EXACTAMENTE `(verdict, opcionesVerificacion)` — el mismo
12
+ * shape que exige `verificarVeredicto`. No existe parámetro para un
13
+ * resultado ya-verificado, un score crudo ni un `{ok:true}` fabricado a
14
+ * mano: el maker no tiene superficie donde inyectar evidencia
15
+ * pre-computada. `generarClaim` re-corre la verificación completa en cada
16
+ * llamada — nunca confía en nada que el caller afirme sobre el veredicto.
17
+ *
18
+ * Vector residual documentado (no cerrado por este módulo): el CALLER de
19
+ * `generarClaim` controla `opcionesVerificacion` (`attestationVerifier` +
20
+ * `pinOrigen`). Un maker con acceso local podría invocar este módulo con un
21
+ * stub que retorne `firmaValida:true` e `identidadOIDC` igual a un
22
+ * `pinOrigen` que él mismo suministra — ese vector NO lo cierra T-10, lo
23
+ * contiene el entorno protegido de T-09 (environment `certificacion`,
24
+ * deployment branch policy, secret sólo a nivel environment, aprobación
25
+ * humana separada — 32-PLAN.md § Tanda W4-K, H-3/H-4/H-7). T-09 está
26
+ * bloqueada en el momento de escribir este módulo; la integración real que
27
+ * cierra el vector residual queda pendiente de su propio gate, no del de
28
+ * T-10. El claim aquí producido hereda la misma frontera de honestidad C3a
29
+ * que `verificarVeredicto`: ningún `ok:true` obtenido con un
30
+ * `attestationVerifier` simulado constituye "origen verificado" en el
31
+ * sentido de ADR-0053. Misma dependencia que la DT ya registrada
32
+ * `DT-T06-BINDING-C1-DELEGADO-A-ADAPTADOR-T09`
33
+ * (`.planning/DEUDA-TECNICA.md`) — no se abre una DT nueva para T-10.
34
+ *
35
+ * `claimDigest` es INTEGRIDAD-EN-TRÁNSITO, no autenticación: es un sha256
36
+ * auto-referencial que cualquiera puede recomputar sobre el propio claim
37
+ * (detecta corrupción/alteración accidental en tránsito). La autenticación
38
+ * real del claim es `verdictDigest`, que ata el claim al `CertificationVerdict`
39
+ * ya verificado por attestation Sigstore dentro de `verificarVeredicto`. Este
40
+ * módulo NO firma el sobre del claim para consumo de terceros — esa firma
41
+ * (envelope signing para publicación downstream) es responsabilidad de W6/T-11.
42
+ *
43
+ * Puro: cero fs, cero red, cero reloj — hereda esa pureza de
44
+ * `verificarVeredicto`/`validateCertificationVerdict`. Nunca lanza: todo
45
+ * borde de fallo, incluida cualquier excepción inesperada en la proyección
46
+ * final, retorna `{ok:false, codigo}` (fail-closed).
47
+ */
48
+
49
+ const crypto = require('node:crypto');
50
+
51
+ const verificadorModulo = require('./w4-verificar-veredicto');
52
+ const { evaluarRevocacion } = require('./w4-revocacion');
53
+ const { canonicalizarIJson } = require('./signed-envelope');
54
+
55
+ const CLAIM_VERSION = '1.0.0';
56
+
57
+ const CODIGOS = Object.freeze({
58
+ VERIFICACION_FALLIDA: 'CLAIM_VERIFICACION_FALLIDA',
59
+ NO_CERTIFICA: 'CLAIM_NO_CERTIFICA',
60
+ REVOCADO: 'CLAIM_REVOCADO',
61
+ });
62
+
63
+ // Whitelist estructural (AD-1): el claim se construye campo-por-campo desde
64
+ // `resultado.verdict`/`resultado.identidadOIDC` — nunca por spread/copy —
65
+ // para que un campo nuevo agregado al schema del veredicto NUNCA se filtre
66
+ // al claim público por evolución silenciosa del schema. Esta lista es la
67
+ // única fuente de verdad del conjunto de claves emitidas.
68
+ const CLAIM_KEYS = [
69
+ 'kind', 'claimVersion', 'certifica', 'runId', 'commit', 'tarballDigest',
70
+ 'matrix', 'dimensiones', 'metaSlo', 'firmante', 'emitidoEn', 'verdictDigest',
71
+ 'claimDigest',
72
+ ];
73
+
74
+ function congelarProfundo(valor) {
75
+ if (valor && typeof valor === 'object' && !Object.isFrozen(valor)) {
76
+ Object.values(valor).forEach(congelarProfundo);
77
+ Object.freeze(valor);
78
+ }
79
+ return valor;
80
+ }
81
+
82
+ function rechazo(codigo, causa) {
83
+ return Object.freeze(causa === undefined ? { ok: false, codigo } : { ok: false, codigo, causa });
84
+ }
85
+
86
+ // Proyección campo-por-campo de una entrada de dimensión SANITIZADA: sólo
87
+ // {dimension, slo, pass} — deliberadamente SIN `medido` (el badge publica
88
+ // pass/slo, no los números crudos que serían fingerprint del corpus).
89
+ function proyectarDimension(dimensionVerdict) {
90
+ return {
91
+ dimension: dimensionVerdict.dimension,
92
+ slo: dimensionVerdict.slo,
93
+ pass: dimensionVerdict.pass,
94
+ };
95
+ }
96
+
97
+ function proyectarClaimSinDigest(verdict, identidadOIDC) {
98
+ return {
99
+ kind: 'swl-certification-claim',
100
+ claimVersion: CLAIM_VERSION,
101
+ certifica: true, // materializado explícito tras la puerta de emisión, no copiado del input.
102
+ runId: verdict.runId,
103
+ commit: verdict.request.commit,
104
+ tarballDigest: verdict.request.tarballDigest,
105
+ matrix: verdict.request.matrix.map((entrada) => ({
106
+ runtime: entrada.runtime, os: entrada.os, model: entrada.model,
107
+ })),
108
+ dimensiones: verdict.dimensiones.map(proyectarDimension),
109
+ metaSlo: proyectarDimension(verdict.metaSlo),
110
+ firmante: { repo: identidadOIDC.repo, workflow: identidadOIDC.workflow, ref: identidadOIDC.ref },
111
+ emitidoEn: verdict.emitidoEn,
112
+ verdictDigest: verificadorModulo.digestVerdictSinFirma(verdict),
113
+ };
114
+ }
115
+
116
+ /**
117
+ * Genera el claim público de certificación a partir de un `CertificationVerdict`
118
+ * crudo. Nunca lanza; ver el docstring del módulo para el contrato anti-gaming
119
+ * completo.
120
+ *
121
+ * @param {unknown} verdict - CertificationVerdict crudo, tal cual lo emitió
122
+ * `w4-veredicto.js#emitirVeredicto`. NUNCA un resultado pre-verificado.
123
+ * @param {{pinOrigen: unknown, requestEsperado: unknown,
124
+ * attestationVerifier: Function, bundle: unknown}} opcionesVerificacion -
125
+ * mismo shape exacto que exige `verificarVeredicto`.
126
+ * @returns {Promise<{ok:true, claim: object} | {ok:false, codigo:string, causa?:string}>}
127
+ */
128
+ async function generarClaim(verdict, opcionesVerificacion) {
129
+ // AD-3: guarda fail-closed sobre el CUERPO COMPLETO — la llamada a
130
+ // `verificarVeredicto` (que internamente usa `crypto.createHash` sin su
131
+ // propio try/catch para el digest del bundle, C7) Y el paso de
132
+ // proyección/digest del claim. El invariante "NUNCA lanza" no admite
133
+ // excepciones de borde en ninguno de los dos pasos.
134
+ try {
135
+ const resultado = await verificadorModulo.verificarVeredicto(verdict, opcionesVerificacion);
136
+
137
+ // `resultado.codigo` propagado en `causa` es DIAGNÓSTICO INTERNO / telemetría
138
+ // (para logs de CI y debugging del propio pipeline), NUNCA dato publicable a
139
+ // un consumidor no confiable. El caller actual de este módulo es CI confiable;
140
+ // al cruzar cualquier frontera hacia publicación downstream (W6/T-11) esta
141
+ // causa granular (VERDICT_ORIGIN_MISMATCH, VERDICT_SIGNATURE_INVALID, etc.)
142
+ // debe colapsarse a un código genérico — exponerla tal cual a un atacante
143
+ // forma un oráculo de verificación que le permite afinar iterativamente sus
144
+ // intentos de forja (qué chequeo exacto falló, en qué orden).
145
+ if (resultado.ok !== true) return rechazo(CODIGOS.VERIFICACION_FALLIDA, resultado.codigo);
146
+ if (resultado.certifica !== true) return rechazo(CODIGOS.NO_CERTIFICA);
147
+
148
+ // T-12: revocación automática. Si el caller provee `estadoActual`, un drift
149
+ // (commit/matrix/dataset/seed) o un canario fallido revoca la etiqueta —
150
+ // el claim NO se emite aunque el veredicto sea auténtico y certifique.
151
+ // Sin `estadoActual` no se evalúa revocación (el caller decide qué observa).
152
+ if (opcionesVerificacion && opcionesVerificacion.estadoActual !== undefined) {
153
+ const revocacion = evaluarRevocacion(resultado.verdict, opcionesVerificacion.estadoActual);
154
+ if (revocacion.revocado) return rechazo(CODIGOS.REVOCADO, revocacion.motivos.join(','));
155
+ }
156
+
157
+ const claimSinDigest = proyectarClaimSinDigest(resultado.verdict, resultado.identidadOIDC);
158
+ const claimDigest = crypto.createHash('sha256')
159
+ .update(canonicalizarIJson(claimSinDigest), 'utf8')
160
+ .digest('hex');
161
+ // Self-check de consistencia INTERNA de refactor: compara CLAIM_KEYS (la
162
+ // whitelist declarada) contra las claves que `proyectarClaimSinDigest`
163
+ // realmente construyó — detecta que ambas listas diverjan por un cambio
164
+ // futuro no sincronizado. NO es un gate de seguridad contra input externo
165
+ // (el input externo ya pasó por AD-1: proyección campo-por-campo, nunca spread).
166
+ const claveEsperadaConjunto = JSON.stringify([...CLAIM_KEYS].sort());
167
+ const claveObtenidaConjunto = JSON.stringify([...Object.keys(claimSinDigest), 'claimDigest'].sort());
168
+ if (claveEsperadaConjunto !== claveObtenidaConjunto) {
169
+ return rechazo(CODIGOS.VERIFICACION_FALLIDA, 'CLAIM_PROYECCION_INESPERADA');
170
+ }
171
+ return Object.freeze({ ok: true, claim: congelarProfundo({ ...claimSinDigest, claimDigest }) });
172
+ } catch {
173
+ return rechazo(CODIGOS.VERIFICACION_FALLIDA, 'CLAIM_PROYECCION_INESPERADA');
174
+ }
175
+ }
176
+
177
+ module.exports = {
178
+ CODIGOS,
179
+ CLAIM_VERSION,
180
+ CLAIM_KEYS,
181
+ generarClaim,
182
+ };