Habilidades gpt-series-reasoning-style Historial de auditorías
📦

Historial de auditorías

gpt-series-reasoning-style - 2 auditorías

Comparación de versiones

Cambios de capacidades y hallazgos entre versiones auditadas, primero las más recientes.

VersiónFechaResultadoElementos de revisiónCambio vs anterior
v2 Más reciente12 sept 2026, 11:20 Sin hallazgos confirmados1Sin cambios de capacidad
v1 11 sept 2026, 21:27 Sin hallazgos confirmados1Base

12 sept 2026, 11:20

Most static alerts are false positives caused by defensive examples, readable Chinese prose, Markdown syntax, SVG paths, and documented installation locations. One high-risk behavior is confirmed: claim-check executes claims-file commands through shell=True, so hostile or insufficiently reviewed input can run arbitrary code. Static review was capped at 400/554 representative findings; omitted static matches are unconfirmed, so automatic publishing stays disabled until manual review.

97
Archivos escaneados
13,494
Líneas analizadas
4
Elementos de revisión
0
Falsos positivos ignorados
Elementos de revisión de capacidades (1)

Estas son capacidades locales reales que pueden esperarse para esta habilidad, por lo que requieren revisión, pero no se cuentan como comportamiento malicioso confirmado.

Alto
Python subprocess.run
proc = subprocess.run(cmd, shell=True, cwd=str(root),
This call passes commands parsed from a claims file to subprocess.run with shell=True. The file and SECURITY.md explicitly acknowledge that hostile input can execute arbitrary code.

Factores de riesgo

🌐 Acceso a red (13)
⚙️ Comandos externos (50)
📁 Acceso al sistema de archivos (50)
.github/workflows/selfcheck.yml:32 .github/workflows/selfcheck.yml:33 .github/workflows/selfcheck.yml:59 .github/workflows/selfcheck.yml:61 .github/workflows/selfcheck.yml:63 .github/workflows/selfcheck.yml:66 .github/workflows/selfcheck.yml:43 .github/workflows/selfcheck.yml:46 .github/workflows/selfcheck.yml:48 .github/workflows/selfcheck.yml:49 .github/workflows/selfcheck.yml:50 .github/workflows/selfcheck.yml:55 assets/README.md:11 CHANGELOG.md:29 CHANGELOG.md:33 CHANGELOG.md:44 CHANGELOG.md:29 CHANGELOG.md:105 CHANGELOG.md:29 CHANGELOG.md:71 CHANGELOG.md:77 CHANGELOG.md:105 CHANGELOG.md:47 docs/field-tests/ab-baseline/judgement-sheet.md:166 docs/field-tests/README.md:16 docs/field-tests/README.md:36 docs/field-tests/selftest-run-2026-09-10/report.md:4 docs/field-tests/selftest-run-2026-09-10/report.md:13 docs/proposals/2026-09-09-rule-audit-probe-c.md:25 docs/proposals/2026-09-09-rule-audit-probe-c.md:31 docs/proposals/2026-09-09-rule-audit-probe-c.md:37 docs/proposals/2026-09-09-rule-audit-probe-c.md:42 docs/proposals/2026-09-09-rule-audit-probe-c.md:47 docs/proposals/2026-09-09-rule-audit-probe-c.md:53 docs/proposals/2026-09-09-rule-audit-probe-c.md:59 docs/proposals/2026-09-09-rule-audit-probe-c.md:64 docs/proposals/2026-09-09-rule-audit-probe-c.md:69 docs/reviews/2026-09-09-three-ai-audit-verdict.md:82 docs/reviews/2026-09-10-deep-audit.md:17 docs/reviews/2026-09-10-deep-audit.md:27 docs/reviews/2026-09-11-full-repo-audit.md:33 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:14 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:17 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:74 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:77 hooks/README.md:17 hooks/README.md:17 hooks/README.md:28 hooks/README.md:71 README.md:421
Auditado por: codex

11 sept 2026, 21:27

The audit confirms one high-risk issue: scripts/claim-check.py executes commands from an untrusted claims file with shell=True. The other reviewed matches are false positives from documentation, defensive patterns, test harnesses, installer mechanics, or static-site content; the confirmed issue requires remediation before publication. Static review was capped at 400/536 representative findings; omitted static matches are unconfirmed, so automatic publishing stays disabled until manual review.

94
Archivos escaneados
13,319
Líneas analizadas
4
Elementos de revisión
0
Falsos positivos ignorados
Elementos de revisión de capacidades (1)

Estas son capacidades locales reales que pueden esperarse para esta habilidad, por lo que requieren revisión, pero no se cuentan como comportamiento malicioso confirmado.

Alto
Python subprocess.run
proc = subprocess.run(cmd, shell=True, cwd=str(root),
At line 352, subprocess.run uses shell=True on each command parsed from an untrusted claims file. A malicious claims file can execute arbitrary shell commands despite the blacklist, so this is a real command-execution risk.

Factores de riesgo

🌐 Acceso a red (13)
⚙️ Comandos externos (50)
📁 Acceso al sistema de archivos (50)
.github/workflows/selfcheck.yml:32 .github/workflows/selfcheck.yml:33 .github/workflows/selfcheck.yml:59 .github/workflows/selfcheck.yml:61 .github/workflows/selfcheck.yml:63 .github/workflows/selfcheck.yml:66 .github/workflows/selfcheck.yml:43 .github/workflows/selfcheck.yml:46 .github/workflows/selfcheck.yml:48 .github/workflows/selfcheck.yml:49 .github/workflows/selfcheck.yml:50 .github/workflows/selfcheck.yml:55 CHANGELOG.md:20 CHANGELOG.md:24 CHANGELOG.md:35 CHANGELOG.md:20 CHANGELOG.md:96 CHANGELOG.md:20 CHANGELOG.md:62 CHANGELOG.md:68 CHANGELOG.md:96 CHANGELOG.md:38 docs/field-tests/ab-baseline/judgement-sheet.md:166 docs/field-tests/README.md:16 docs/field-tests/README.md:34 docs/field-tests/selftest-run-2026-09-10/report.md:4 docs/field-tests/selftest-run-2026-09-10/report.md:13 docs/proposals/2026-09-09-rule-audit-probe-c.md:25 docs/proposals/2026-09-09-rule-audit-probe-c.md:31 docs/proposals/2026-09-09-rule-audit-probe-c.md:37 docs/proposals/2026-09-09-rule-audit-probe-c.md:42 docs/proposals/2026-09-09-rule-audit-probe-c.md:47 docs/proposals/2026-09-09-rule-audit-probe-c.md:53 docs/proposals/2026-09-09-rule-audit-probe-c.md:59 docs/proposals/2026-09-09-rule-audit-probe-c.md:64 docs/proposals/2026-09-09-rule-audit-probe-c.md:69 docs/reviews/2026-09-09-three-ai-audit-verdict.md:82 docs/reviews/2026-09-10-deep-audit.md:17 docs/reviews/2026-09-10-deep-audit.md:27 docs/reviews/2026-09-11-full-repo-audit.md:33 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:14 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:17 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:74 docs/reviews/2026-09-11-verification-sensitivity-mutation-kill.md:77 hooks/README.md:17 hooks/README.md:17 hooks/README.md:28 hooks/README.md:71 README.md:419 README.md:420
Auditado por: codex