📦

Audit-Verlauf

gpt-series-reasoning-style - 6 Audits

Versionsvergleich

Änderungen an Fähigkeiten und Befunden über geprüfte Versionen hinweg, neueste zuerst.

VersionDatumErgebnisPrüfelementeÄnderung ggü. vorheriger
v6 Neueste20. Sept. 2026, 03:25 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v5 18. Sept. 2026, 05:39 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v4 17. Sept. 2026, 20:05 1 bestätigt0Keine Änderung der Fähigkeiten
v3 16. Sept. 2026, 19:18 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v2 12. Sept. 2026, 11:20 Keine bestätigten Befunde1Keine Änderung der Fähigkeiten
v1 11. Sept. 2026, 21:27 Keine bestätigten Befunde1Ausgangsbasis

20. Sept. 2026, 03:25

All 91 static findings were adjudicated as false positives because they reference public metadata, documentation, fixed repository paths, or analysis heuristics rather than executed behavior. No prompt-injection text, data-exfiltration intent, or runtime command execution was evidenced in the reviewed files.

24
Gescannte Dateien
2,119
Analysierte Zeilen
3
Prüfelemente
0
Falschmeldungen ignoriert
Geprüft von: codex

17. Sept. 2026, 20:05

58 个静态命中均对应文档中的安装示例、代码围栏、正则字面量或纯文本熵启发式,未发现相应的运行时攻击行为。AGENTS.md 与 SKILL.md 仍包含控制代理加载顺序和执行规则的高风险提示注入式文本,安装前应由宿主策略和用户明确同意进行约束。

21
Gescannte Dateien
1,653
Analysierte Zeilen
4
Prüfelemente
0
Falschmeldungen ignoriert

Bestätigte Sicherheitsbedenken (1)

Hoch
Prompt Injection Attempt Detected
AGENTS.md 要求代理按其加载顺序读取技能文件,SKILL.md 又要求“禁止读取”规则文件并“严格按其中内容执行任务”。这些文本试图控制代理的指令加载和执行顺序,项目级安装时可能与宿主策略或用户指令竞争;未发现直接数据窃取或代码执行载荷。
文件直接使用“强制门禁”、读取禁令和“严格按其中内容执行任务”等代理控制措辞,属于强提示注入信号;但内容未要求窃取数据或执行危险命令,因此风险判断低于确定性恶意载荷。
Geprüft von: codex

16. Sept. 2026, 19:18

26 个静态发现均为误报:证据来自文档安装命令、Markdown 反引号、Python 文本匹配和普通文本熵启发式。未发现实际网络通信、危险命令执行、数据外传或提示注入证据。

17
Gescannte Dateien
1,293
Analysierte Zeilen
3
Prüfelemente
0
Falschmeldungen ignoriert
Geprüft von: codex

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
Gescannte Dateien
13,494
Analysierte Zeilen
4
Prüfelemente
0
Falschmeldungen ignoriert
Elemente der Fähigkeitsprüfung (1)

Dies sind echte lokale Fähigkeiten, die für diese Fähigkeit erwartet werden können; daher müssen sie überprüft werden, werden jedoch nicht als bestätigtes bösartiges Verhalten gezählt.

Hoch
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.

Risikofaktoren

🌐 Netzwerkzugriff (13)
⚙️ Externe Befehle (50)
📁 Dateisystemzugriff (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
Geprüft von: 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
Gescannte Dateien
13,319
Analysierte Zeilen
4
Prüfelemente
0
Falschmeldungen ignoriert
Elemente der Fähigkeitsprüfung (1)

Dies sind echte lokale Fähigkeiten, die für diese Fähigkeit erwartet werden können; daher müssen sie überprüft werden, werden jedoch nicht als bestätigtes bösartiges Verhalten gezählt.

Hoch
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.

Risikofaktoren

🌐 Netzwerkzugriff (13)
⚙️ Externe Befehle (50)
📁 Dateisystemzugriff (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
Geprüft von: codex