Versioned security assessment

Report ID: SA-D71C7417

7/12/2026, 9:59:57 AM

app-store-screenshots security assessment v3

Skill Security Certification Report

Audit History
Audit model: codex Latest published report
Skill name
app-store-screenshots
Version
v3
Maintainer
101-skills
Coverage
1 Files scanned · 271 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

1 confirmed security finding requires attention.

Installation context

Check the current Skill page

This page summarizes report evidence only. The Skill page provides the canonical install advisory.

Open current Skill page

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

The guide intentionally recommends external CLI installation and remote inference commands, creating supply-chain and third-party processing risks. Most detections are Markdown fences or prose references without execution behavior.

Report position

Latest published report

Latest refers to the report sequence, not to artifact currentness.

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 · 271 Lines analyzed

11 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

    Commit and path bound

  2. Artifact

    Content and tree hashes bound

  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.

Not recorded by this audit

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 20 evidence locations

Capability review items (10)
Medium
Ruby/shell backtick execution
> **Install the belt CLI skill:** `npx skills add belt-sh/cli`
Line 7 explicitly instructs users to execute npx against a third-party package source. This creates external command and package supply-chain exposure.
Medium
Ruby/shell backtick execution
```bash
The cited block contains belt login and belt app run commands. These invoke an installed external CLI and submit an inference job.
Medium
Ruby/shell backtick execution
```bash
The cited Bash block runs belt app run against a remote image model. It is an intentional external command.
Medium
Ruby/shell backtick execution
```bash
The cited Bash block invokes belt app run for external image generation. This is real external CLI execution.
Medium
Ruby/shell backtick execution
```bash
The Bash block runs an external belt inference command. Execution is expected and clearly disclosed.
Medium
Ruby/shell backtick execution
```bash
The cited Bash example runs belt with local image filenames as inference inputs. This is intentional external command execution.
Medium
Ruby/shell backtick execution
```bash
The Bash block invokes belt app run for remote video generation. This is a genuine external process and service call.
Medium
Ruby/shell backtick execution
```bash
The Bash block contains four npx skills add commands for third-party skills. Running them introduces package installation and supply-chain exposure.
Medium
Ruby/shell backtick execution
```
Although line 267 is a closing fence, the cited range also tells users to run belt app store. This is an explicit external CLI command.
Low
Hardcoded URL
Create app store screenshots and preview videos via [inference.sh](https://inference.sh) CLI.
The text states that generation occurs through inference.sh, and later commands submit jobs to that service. External processing is an intended network dependency.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
External Processing Without Privacy Guidance
The workflow sends prompts and potentially local app screenshots to external inference models without warning users to remove sensitive or confidential content.
The guide names an external inference service and supplies local image filenames to a remote app command. No privacy or data-handling warning appears.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    Medium
    The guide recommends installing skills and running an external CLI.
    Pin package versions, document trusted sources, and require user confirmation before installation or command execution.
  2. FIX-002
    Medium
    Prompts and source images may be processed by an external inference service.
    Disclose external processing and instruct users to remove secrets, personal data, and confidential interface content before submission.

Expert evidence

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

Artifact subject

Marketplace commit
d71c7417a35d5c2624161bd2fe8de8a41a362128
Content hash
3fd7a868ffdf84122a84934d4a190fbc53d0f42ed47d20b5038461d24b7142c8
Tree hash
e82706d8f2f8a8eea01578d3eaf8930a5b1e147104d4f63f4c8c7ce9d68f0e23
Skill path
skills/101-skills/app-store-screenshots
Audit payload hash
456d56a07e7f1ffd1729b3abbfbaa3bc

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.

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