📦

監査履歴

backend-models - 11 監査

バージョン比較

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

バージョン日付結果レビュー項目前バージョンとの変化
v11 最新2026年7月9日 12:39 確認された検出結果なし1機能の変化なし
v10 2026年7月9日 12:39 確認された検出結果なし1機能の変化なし
v9 2026年7月5日 10:02 確認された検出結果なし1機能の変化なし
v8 2026年7月5日 10:02 確認された検出結果なし1外部コマンド
v7 2026年6月29日 17:20 確認された検出結果なし1ファイルシステムへのアクセス
v6 2026年1月21日 20:04 確認された検出結果なし0 ファイルシステムへのアクセス外部コマンド
v5 2026年1月17日 03:04 確認された検出結果なし0機能の変化なし
v4 2026年1月17日 03:04 確認された検出結果なし0ファイルシステムへのアクセス外部コマンド
v3 2026年1月10日 13:58 確認された検出結果なし0機能の変化なし
v2 2026年1月10日 13:58 確認された検出結果なし0機能の変化なし
v1 2026年1月10日 13:58 確認された検出結果なし0基準

2026年7月9日 12:39

The external command finding is a false positive caused by Markdown backticks around a path, with no command execution. The filesystem finding is confirmed because SKILL.md points agents to a parent-directory file outside the skill package using ../../../. No prompt injection, exfiltration intent, or other semantic abuse was found in SKILL.md.

1
スキャンされたファイル
29
解析済み行数
3
レビュー項目
0
誤検知を無視
機能レビュー項目 (1)

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

高
Path traversal sequence
[backend models](../../../agent-os/standards/backend/models.md)
SKILL.md directs the agent to follow ../../../agent-os/standards/backend/models.md, which escapes the skill package to a parent-directory file. The path is fixed, but it still asks an agent to access out-of-package filesystem content.

リスク要因

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

2026年7月9日 12:39

The external command finding is a false positive caused by Markdown backticks around a path, with no command execution. The filesystem finding is confirmed because SKILL.md points agents to a parent-directory file outside the skill package using ../../../. No prompt injection, exfiltration intent, or other semantic abuse was found in SKILL.md.

1
スキャンされたファイル
29
解析済み行数
3
レビュー項目
0
誤検知を無視
機能レビュー項目 (1)

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

高
Path traversal sequence
[backend models](../../../agent-os/standards/backend/models.md)
SKILL.md directs the agent to follow ../../../agent-os/standards/backend/models.md, which escapes the skill package to a parent-directory file. The path is fixed, but it still asks an agent to access out-of-package filesystem content.

リスク要因

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

2026年7月5日 10:02

The inline backticks on SKILL.md line 12 are Markdown formatting for a Laravel model path, so that static command finding is a false positive. SKILL.md line 28 uses parent-directory traversal in a documentation link, which can lead an agent outside the packaged skill boundary. No prompt injection or malicious intent was found.

1
スキャンされたファイル
29
解析済み行数
3
レビュー項目
0
誤検知を無視
機能レビュー項目 (1)

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

高
Path traversal sequence
[backend models](../../../agent-os/standards/backend/models.md)
The link uses ../../../ to reference a standards file outside the skill directory. Although it appears documentation-related, following it can cross the packaged skill boundary and should be made package-local.

リスク要因

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

2026年7月5日 10:02

The inline backticks on SKILL.md line 12 are Markdown formatting for a Laravel model path, so that static command finding is a false positive. SKILL.md line 28 uses parent-directory traversal in a documentation link, which can lead an agent outside the packaged skill boundary. No prompt injection or malicious intent was found.

1
スキャンされたファイル
29
解析済み行数
3
レビュー項目
0
誤検知を無視
機能レビュー項目 (1)

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

高
Path traversal sequence
[backend models](../../../agent-os/standards/backend/models.md)
The link uses ../../../ to reference a standards file outside the skill directory. Although it appears documentation-related, following it can cross the packaged skill boundary and should be made package-local.

リスク要因

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

2026年6月29日 17:20

The external command and weak cryptography alerts are false positives in Markdown prose and inline code formatting. The parent-directory reference at SKILL.md line 28 is a real packaging and filesystem concern because the skill delegates details to an unbundled file outside the skill directory.

1
スキャンされたファイル
29
解析済み行数
2
レビュー項目
1
誤検知を無視
機能レビュー項目 (1)

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

中
Parent Directory Reference to Unbundled Guidance
SKILL.md line 28 links to ../../../agent-os/standards/backend/models.md. This traverses outside the skill directory and may cause the assistant to depend on unreviewed or unavailable repository content.
The traversal sequence is directly present in the Markdown link. It is not malicious by itself, but it creates a clear dependency on content outside the audited skill package.
静的解析の誤検知を無視 (1)

これらの静的マッチはセマンティックレビューで却下されたか、スキーマのみのトークンに一致したため、透明性のために表示されていますが、品質スコアには影響しません。

低
False Positive Static Matches in Markdown Text
The alert for Ruby or shell backtick execution at SKILL.md line 12 is inline Markdown for app/Models/. The weak cryptography alerts at lines 3 and 8 appear to match ordinary model-related prose, with no cryptographic operation present.
The referenced lines contain Markdown front matter, prose, and inline code formatting only. I found no command execution syntax or weak cryptographic API usage in the scanned file.

リスク要因

📁 ファイルシステムへのアクセス (1)
監査者: codex

2026年1月21日 20:04

All 16 static findings are false positives. The skill is a pure documentation skill containing only markdown guidelines. The scanner incorrectly flagged metadata strings (URLs, hashes), documentation file paths, and markdown code formatting backticks as security threats. No executable code exists in this skill.

2
スキャンされたファイル
294
解析済み行数
0
レビュー項目
0
誤検知を無視
この完了済み監査には、確認済みのセキュリティ検出事項は記録されていません。
監査者: claude

2026年1月17日 03:04

AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.

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

リスク要因

📁 ファイルシステムへのアクセス (3)
⚙️ 外部コマンド (1)

検出されたパターン

Weak cryptographic algorithmRuby/shell backtick executionPath traversal sequence
監査者: claude

2026年1月17日 03:04

AI analysis failed after multiple attempts - MANUAL REVIEW REQUIRED before publishing. This skill cannot be auto-published until reviewed by a human.

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

リスク要因

📁 ファイルシステムへのアクセス (3)
⚙️ 外部コマンド (1)

検出されたパターン

Weak cryptographic algorithmRuby/shell backtick executionPath traversal sequence
監査者: claude

2026年1月10日 13:58

This skill is a documentation-only resource that provides Laravel model best practices. It contains no executable code, network calls, or file system access beyond reading documentation files. The skill only references Laravel-specific conventions and does not expose any sensitive data or credentials.

1
スキャンされたファイル
29
解析済み行数
0
レビュー項目
0
誤検知を無視
この完了済み監査には、確認済みのセキュリティ検出事項は記録されていません。
監査者: claude

2026年1月10日 13:58

This skill is a documentation-only resource that provides Laravel model best practices. It contains no executable code, network calls, or file system access beyond reading documentation files. The skill only references Laravel-specific conventions and does not expose any sensitive data or credentials.

1
スキャンされたファイル
29
解析済み行数
0
レビュー項目
0
誤検知を無視
この完了済み監査には、確認済みのセキュリティ検出事項は記録されていません。
監査者: claude

2026年1月10日 13:58

This skill is a documentation-only resource that provides Laravel model best practices. It contains no executable code, network calls, or file system access beyond reading documentation files. The skill only references Laravel-specific conventions and does not expose any sensitive data or credentials.

1
スキャンされたファイル
29
解析済み行数
0
レビュー項目
0
誤検知を無視
この完了済み監査には、確認済みのセキュリティ検出事項は記録されていません。
監査者: claude