Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

roadmap/labels/yaml gates: residuals ledger after the six-round critic loop (#1226) — one P2 (privacy classifier fails open) closed in round 7; 8 ranked residuals

Abierto
#1,230 3 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Activo
Stack tecnológico
bash, github-actions, yaml
Área
ci-cd, security

Línea de trabajo

Start with roadmap_check.sh and the [99zb] gate, then read the caller paths and the daily issue-triage.yml workflow; docs/CI.md records the stated boundary. Reproduce the ranked residuals using the mentioned fixtures and existing selftest pin. Done means the selected residuals have agreed fixes, accurate receipts or diagnostics, and regression coverage without reopening the pinned exclusions.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

area:gates found-by:critic kind:gate-defect

Residuals ledger for the front-door gates after the six-round blind-critic loop on PR #1226 (m1b-front-doors, head 93ff029). Final verdicts: Fable PASS / dry / fit to merge; Astra FAIL on one P2 (item 1 below) which both critics found and which is closed in the past-cap round 7 of #1226. Reproducers live under /tmp/critic-fable-c-r6/ and /tmp/critic-astra-c-r6/ on the dev box.

Class the six rounds closed: a caller that certifies a gate without an independent measurement — exit status (r1), the gate's own contract (r2), the gate's own SKIP token with no token-holding lane (r3), an explicit owner discarded (r3), the oracle's identity and the verification's outcome not on the receipt (r5–r6).

Ranked residuals

  1. P2 — unknown privacy is certified public (both critics): roadmap_check.sh's classifier treats every .private value other than the literal true as public, so a listing with .private missing/null yields repos=verified:13 with zero explicit false values; both callers accept it. Real GitHub responses always carry a boolean, so fixture-only today. → closed in round 7 (only explicit false counts; anything else is "unknown visibility", red).
  2. P3 — [99zb]'s identity check keys on the GNU banner, not BASH_VERSINFO (Fable): a genuine bash 3.2 with a non-GNU --version banner completes the audit and is failed "never named its interpreter" — a false RED, unreachable on any current lane. Fix shape: the gate prints oracle-major=N from BASH_VERSINFO[0] and the caller parses that.
  3. P3 — the [99zb] identity arm has no in-tree selftest (both; inside caveat 2): the only mechanical guard is Astra's reproducer under /tmp.
  4. P3 — under a public-only listing (github.token) a KNOWN_REPOS entry that flipped private is diagnosed "does not exist … not about the token" (both; inside caveat 1): still red, wrong reason; a listing with zero private rows is a public-only view and "absent" means absent-or-private.
  5. P3 — a self-echoing org listing forges repos=verified:13 (both; INSIDE the stated forged-receipt boundary): gutting the verifier is caught by the selftest pin; forging only the live path passes with zero listing calls.
  6. P3 — the daily workflow's "this lane exports GH_TOKEN" wording when both token variables are UNSET (both; caveat 4): correct failure, inaccurate wording.
  7. A user-owned fork running the daily audit goes RED by name (orgs/<user>/repos 404s → repos=skipped:org-listing-unavailable rejected by the live pin) — the safer direction; a behaviour change worth knowing.
  8. verified:N is not pinned to |KNOWN_REPOS| at the callers; a shrunken list is stricter, never a false green.
  9. README "~940K minimal binary" measures 951 KiB (inside the pinned ±10%; drift in progress).

Stated and pinned (do not re-file)

  • A gate that fabricates its own receipts is outside the caller's power (stated in [99zd], both gate headers, docs/CI.md).
  • The BUILTIN-FAMILIES class covers the seven-file doc set only; docs/TRACE.md and other executed-example docs are outside it.
  • Sanitizer shards hold no token by design (three redundant API walks per push).
  • DONE-cell equality is after whitespace/full-stop normalisation; lowercase repo names are red (typed case-sensitive KNOWN_REPOS).
  • The daily issue-triage.yml lanes (schedule, issues) are unobserved until the branch is on main.
Lenguaje dominante
C
Estrellas
3
Forks
7
Merge medio
3 h 58 min
PR fusionados (30 d)
105

Preparar el entorno

Abrir en Codespaces

Inicia el contenedor de desarrollo del proyecto en tu navegador, con tu propia cuenta de GitHub.

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de InauguralSystems/EigenScript

Todos los issues de InauguralSystems/EigenScript

Issues similares

Más issues de C

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.