📦

監査履歴

app-store-screenshots - 6 監査

バージョン比較

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

バージョン日付結果レビュー項目前バージョンとの変化
v6 最新2026年7月9日 07:31 確認された検出結果なし0機能の変化なし
v5 2026年7月9日 07:31 確認された検出結果なし0機能の変化なし
v4 2026年7月5日 20:53 確認された検出結果なし1機能の変化なし
v3 2026年7月5日 20:53 確認された検出結果なし1 ネットワークアクセスファイルシステムへのアクセス
v2 2026年6月30日 10:45 2 確認済み0外部コマンドネットワークアクセスファイルシステムへのアクセス
v1 2026年3月11日 00:14 確認された検出結果なし0基準

2026年7月5日 20:53

Most static findings are false positives caused by Markdown code fences, inline code, and TSX template literals. The only confirmed issue is the setup block that tells an agent to run package-manager commands, which is legitimate but can download dependencies and change the workspace. The screen-capture, system-reconnaissance, and binary-file findings were not supported by the reviewed context.

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

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

中
Ruby/shell backtick execution
```bash
This setup block instructs the agent to run package-manager commands that scaffold a Next.js app and install html-to-image. The purpose is legitimate, but it downloads dependencies and mutates the workspace, so it requires user confirmation.
静的解析の誤検知を無視 (3)

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

高
Screen capture upload
1. **App screenshots** — "Where are your app screenshots? (PNG files of actual device captures)"
Force-confirmed blocker/high static finding; AI dismissal overridden.
高
Screen capture upload
- **On-screen for capture**: Temporarily move to `left: 0` before calling `toPng`.
Force-confirmed blocker/high static finding; AI dismissal overridden.
高
Screen capture upload
| Export is blank | Use double-call trick; move element on-screen before capture |
Force-confirmed blocker/high static finding; AI dismissal overridden.
監査者: codex

2026年7月5日 20:53

Most static findings are false positives caused by Markdown code fences, inline code, and TSX template literals. The only confirmed issue is the setup block that tells an agent to run package-manager commands, which is legitimate but can download dependencies and change the workspace. The screen-capture, system-reconnaissance, and binary-file findings were not supported by the reviewed context.

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

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

中
Ruby/shell backtick execution
```bash
This setup block instructs the agent to run package-manager commands that scaffold a Next.js app and install html-to-image. The purpose is legitimate, but it downloads dependencies and mutates the workspace, so it requires user confirmation.
静的解析の誤検知を無視 (3)

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

高
Screen capture upload
1. **App screenshots** — "Where are your app screenshots? (PNG files of actual device captures)"
Force-confirmed blocker/high static finding; AI dismissal overridden.
高
Screen capture upload
- **On-screen for capture**: Temporarily move to `left: 0` before calling `toPng`.
Force-confirmed blocker/high static finding; AI dismissal overridden.
高
Screen capture upload
| Export is blank | Use double-call trick; move element on-screen before capture |
Force-confirmed blocker/high static finding; AI dismissal overridden.
監査者: codex

2026年6月30日 10:45

Static analysis reported many high-risk patterns, but review shows most are Markdown false positives from inline code, screenshot terminology, and words that matched cryptography heuristics. The confirmed risk is legitimate operational behavior: package installation, project scaffolding, filesystem writes, and local image export. No evidence found of prompt injection, credential access, obfuscation, malicious network exfiltration, or unauthorized screenshot upload.

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

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

中
Package Installation and Project Scaffolding Commands
The skill instructs the agent to detect package managers, scaffold a Next.js project, and install html-to-image. This is expected for the stated workflow, but it can download third-party code and modify the current workspace, so users should review commands before execution.
The package-manager commands are explicit and affect the workspace. I found no suspicious endpoint, obfuscation, or command injection pattern, so the concern is operational risk rather than malicious intent.
低
System Reconnaissance Finding Is Low-Risk Tool Detection
The skill tells the agent to check which package manager exists before choosing install commands. This reveals minimal local environment information and is directly related to setup.
The command checks for common package-manager binaries only. It does not enumerate secrets, users, network configuration, or broader system state.
静的解析の誤検知を無視 (2)

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

低
Screen Capture Upload Finding Is a False Positive
The skill asks the user for local app screenshot and icon files, then describes browser-based export with html-to-image. No evidence found that it uploads screenshots or captured images to a remote service.
The cited lines discuss local source assets and local PNG export behavior. There is no instruction to transmit captures to an external domain or service.
低
Weak Cryptography Findings Are False Positives
The weak-cryptography static hits occur in prose, Markdown, dimensions, and design guidance. No cryptographic algorithm, hash function call, encryption code, or credential handling appears in the skill text.
The flagged lines are natural-language instructions and UI sizing examples, not cryptographic code. The file contains no executable crypto implementation to evaluate.

リスク要因

⚙️ 外部コマンド (1)
🌐 ネットワークアクセス (2)
📁 ファイルシステムへのアクセス (2)

検出されたパターン

Third-Party Package Installation
監査者: codex

2026年3月11日 00:14

Static analysis detected 75 potential issues across 335 lines, all of which are false positives upon review. The findings consist of bash command examples in markdown code blocks (instructional documentation), legitimate use of html-to-image library for screenshot generation (core functionality), and MD5 hashes used for content integrity verification. No executable code, no network exfiltration, no credential access, and no malicious intent detected. This is a legitimate skill for generating App Store marketing assets.

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