📦

Audit-Verlauf

app-store-screenshots - 6 Audits

Versionsvergleich

Änderungen an Fähigkeiten und Befunden über geprüfte Versionen hinweg, neueste zuerst.

VersionDatumErgebnisPrüfelementeÄnderung ggü. vorheriger
v6 Neueste9. Juli 2026, 07:31 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v5 9. Juli 2026, 07:31 Keine bestätigten Befunde0Keine Änderung der Fähigkeiten
v4 5. Juli 2026, 20:53 Keine bestätigten Befunde1Keine Änderung der Fähigkeiten
v3 5. Juli 2026, 20:53 Keine bestätigten Befunde1 NetzwerkzugriffDateisystemzugriff
v2 30. Juni 2026, 10:45 2 bestätigt0Externe BefehleNetzwerkzugriffDateisystemzugriff
v1 11. März 2026, 00:14 Keine bestätigten Befunde0Ausgangsbasis

5. Juli 2026, 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
Gescannte Dateien
335
Analysierte Zeilen
2
Prüfelemente
3
Falschmeldungen ignoriert
Elemente der Fähigkeitsprüfung (1)

Dies sind echte lokale Fähigkeiten, die für diese Fähigkeit erwartet werden können; daher müssen sie überprüft werden, werden jedoch nicht als bestätigtes bösartiges Verhalten gezählt.

Mittel
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.
Statische falsch positive Treffer ignoriert (3)

Diese statischen Treffer wurden durch semantische Prüfung verworfen oder entsprachen reinen Schema-Tokens; daher werden sie aus Transparenzgründen angezeigt, beeinflussen jedoch nicht die Qualitätsbewertung.

Hoch
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.
Hoch
Screen capture upload
- **On-screen for capture**: Temporarily move to `left: 0` before calling `toPng`.
Force-confirmed blocker/high static finding; AI dismissal overridden.
Hoch
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.
Geprüft von: codex

5. Juli 2026, 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
Gescannte Dateien
335
Analysierte Zeilen
2
Prüfelemente
3
Falschmeldungen ignoriert
Elemente der Fähigkeitsprüfung (1)

Dies sind echte lokale Fähigkeiten, die für diese Fähigkeit erwartet werden können; daher müssen sie überprüft werden, werden jedoch nicht als bestätigtes bösartiges Verhalten gezählt.

Mittel
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.
Statische falsch positive Treffer ignoriert (3)

Diese statischen Treffer wurden durch semantische Prüfung verworfen oder entsprachen reinen Schema-Tokens; daher werden sie aus Transparenzgründen angezeigt, beeinflussen jedoch nicht die Qualitätsbewertung.

Hoch
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.
Hoch
Screen capture upload
- **On-screen for capture**: Temporarily move to `left: 0` before calling `toPng`.
Force-confirmed blocker/high static finding; AI dismissal overridden.
Hoch
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.
Geprüft von: codex

30. Juni 2026, 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
Gescannte Dateien
335
Analysierte Zeilen
5
Prüfelemente
2
Falschmeldungen ignoriert

Bestätigte Sicherheitsbedenken (2)

Mittel
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.
Niedrig
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.
Statische falsch positive Treffer ignoriert (2)

Diese statischen Treffer wurden durch semantische Prüfung verworfen oder entsprachen reinen Schema-Tokens; daher werden sie aus Transparenzgründen angezeigt, beeinflussen jedoch nicht die Qualitätsbewertung.

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

Risikofaktoren

⚙️ Externe Befehle (1)
🌐 Netzwerkzugriff (2)
📁 Dateisystemzugriff (2)

Erkannte Muster

Third-Party Package Installation
Geprüft von: codex

11. März 2026, 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
Gescannte Dateien
335
Analysierte Zeilen
0
Prüfelemente
0
Falschmeldungen ignoriert
Für dieses abgeschlossene Audit wurden keine bestätigten Sicherheitsbefunde erfasst.
Geprüft von: claude