📦

監査履歴

gpt-series-reasoning-style - 6 監査

バージョン比較

監査済みバージョン間の機能と検出結果の変化(新しい順)。

バージョン日付結果レビュー項目前バージョンとの変化
v6 最新2026年9月20日 03:25 確認された検出結果なし0機能の変化なし
v5 2026年9月18日 05:39 確認された検出結果なし0機能の変化なし
v4 2026年9月17日 20:05 1 確認済み0機能の変化なし
v3 2026年9月16日 19:18 確認された検出結果なし0機能の変化なし
v2 2026年9月12日 11:20 確認された検出結果なし1機能の変化なし
v1 2026年9月11日 21:27 確認された検出結果なし1基準

2026年9月20日 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
スキャンされたファイル
2,119
解析済み行数
3
レビュー項目
0
誤検知を無視
監査者: codex

2026年9月18日 05:39

All 65 static findings are false positives based on their cited snippets. They identify documentation examples, installation paths, Markdown syntax, a standard ignore entry, or entropy heuristics rather than executable malicious behavior; no prompt injection or data-exfiltration intent was evidenced.

21
スキャンされたファイル
1,679
解析済み行数
3
レビュー項目
0
誤検知を無視
監査者: claude

2026年9月17日 20:05

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

21
スキャンされたファイル
1,653
解析済み行数
4
レビュー項目
0
誤検知を無視

確認済みのセキュリティ上の懸念 (1)

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

2026年9月16日 19:18

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

17
スキャンされたファイル
1,293
解析済み行数
3
レビュー項目
0
誤検知を無視
監査者: codex

2026年9月12日 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
スキャンされたファイル
13,494
解析済み行数
4
レビュー項目
0
誤検知を無視
機能レビュー項目 (1)

これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。

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

リスク要因

🌐 ネットワークアクセス (13)
⚙️ 外部コマンド (50)
📁 ファイルシステムへのアクセス (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
監査者: codex

2026年9月11日 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
スキャンされたファイル
13,319
解析済み行数
4
レビュー項目
0
誤検知を無視
機能レビュー項目 (1)

これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。

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

リスク要因

🌐 ネットワークアクセス (13)
⚙️ 外部コマンド (50)
📁 ファイルシステムへのアクセス (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
監査者: codex