監査履歴
commit-drafter - 5 監査
監査バージョン 5
最新 安全Jan 16, 2026, 02:45 PM
This skill is a legitimate git utility. Static scanner found 20 patterns but ALL are false positives. The scanner misidentified Markdown backticks as shell execution, JSON text as cryptographic algorithms, and a source URL as a network vulnerability. The code only runs hardcoded read-only git commands (status, diff, rev-parse) with argument lists and timeouts.
リスク要因
⚙️ 外部コマンド (1)
📁 ファイルシステムへのアクセス (1)
監査バージョン 4
安全Jan 16, 2026, 02:45 PM
This skill is a legitimate git utility. Static scanner found 20 patterns but ALL are false positives. The scanner misidentified Markdown backticks as shell execution, JSON text as cryptographic algorithms, and a source URL as a network vulnerability. The code only runs hardcoded read-only git commands (status, diff, rev-parse) with argument lists and timeouts.
リスク要因
⚙️ 外部コマンド (1)
📁 ファイルシステムへのアクセス (1)
監査バージョン 3
低リスクJan 10, 2026, 09:52 AM
This skill is a legitimate git utility that analyzes staged changes to help draft commit messages. It uses subprocess to run read-only git commands (status, diff, rev-parse) with hardcoded arguments. No network calls, no arbitrary command execution, no file access outside the git repository.
リスク要因
⚙️ 外部コマンド (1)
📁 ファイルシステムへのアクセス (3)
監査バージョン 2
低リスクJan 10, 2026, 09:52 AM
This skill is a legitimate git utility that analyzes staged changes to help draft commit messages. It uses subprocess to run read-only git commands (status, diff, rev-parse) with hardcoded arguments. No network calls, no arbitrary command execution, no file access outside the git repository.
リスク要因
⚙️ 外部コマンド (1)
📁 ファイルシステムへのアクセス (3)
監査バージョン 1
低リスクJan 10, 2026, 09:52 AM
This skill is a legitimate git utility that analyzes staged changes to help draft commit messages. It uses subprocess to run read-only git commands (status, diff, rev-parse) with hardcoded arguments. No network calls, no arbitrary command execution, no file access outside the git repository.