Versioned security assessment

Report ID: SA-3045E4FB

6/30/2026, 10:45:15 AM

app-store-screenshots security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
app-store-screenshots
Version
v2
Maintainer
ParthJadhav
Coverage
1 Files scanned · 335 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

2 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

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.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 335 Lines analyzed

2 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 2 evidence locations

Filesystem access

May read or write local files.

Observed in 2 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 1 evidence location

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (2)

RISK-001 Medium
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.
RISK-002 Low
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.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (2)
Low
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.
Low
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.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable