📦

監査履歴

install-anti-slop - 2 監査

バージョン比較

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

バージョン日付結果レビュー項目前バージョンとの変化
v2 最新2026年8月15日 08:23 2 確認済み0機能の変化なし
v1 2026年8月15日 08:23 2 確認済み0基準

2026年8月15日 08:23

All 49 static findings are false positives caused by TypeScript imports, template literals, AST property names, or Markdown formatting. Semantic review found two medium risks: unchecked installer destinations and installation of unpinned current dependency versions.

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

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

中
Installer Allows Destinations Outside the Repository
The installer resolves an unchecked destination argument against the current directory. Absolute paths or parent traversal can target files outside the repository, and --force permits overwrites.
The argument reaches path.resolve without a containment check before mkdirSync and cpSync. The code directly confirms the out-of-repository write behavior.
中
Installation Uses Unpinned Current Dependency Versions
The procedure tells agents to discover and install current package versions. Results can change between runs and expose users immediately to a compromised upstream release.
The instructions explicitly query current versions and install them. The named packages are legitimate, but the workflow lacks a reviewed version pin or integrity check.

リスク要因

⚙️ 外部コマンド (36)
📁 ファイルシステムへのアクセス (6)
監査者: codex

2026年8月15日 08:23

All 49 static findings are false positives caused by TypeScript imports, template literals, AST property names, or Markdown formatting. Semantic review found two medium risks: unchecked installer destinations and installation of unpinned current dependency versions.

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

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

中
Installer Allows Destinations Outside the Repository
The installer resolves an unchecked destination argument against the current directory. Absolute paths or parent traversal can target files outside the repository, and --force permits overwrites.
The argument reaches path.resolve without a containment check before mkdirSync and cpSync. The code directly confirms the out-of-repository write behavior.
中
Installation Uses Unpinned Current Dependency Versions
The procedure tells agents to discover and install current package versions. Results can change between runs and expose users immediately to a compromised upstream release.
The instructions explicitly query current versions and install them. The named packages are legitimate, but the workflow lacks a reviewed version pin or integrity check.

リスク要因

⚙️ 外部コマンド (36)
📁 ファイルシステムへのアクセス (6)
監査者: codex