Versioned security assessment

Report ID: SA-D71C7417

7/12/2026, 10:10:27 AM

landing-page-design security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
landing-page-design
Version
v2
Maintainer
101-skills
Coverage
1 Files scanned · 248 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

1 confirmed security finding requires 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.

Most static findings are false positives caused by Markdown code fences and inline formatting. Confirmed risks are external package installation, third-party CLI execution, and transmission of prompts or search queries to remote services.

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

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

Capability review items (6)
Medium
Ruby/shell backtick execution
> **Install the belt CLI skill:** `npx skills add belt-sh/cli`
Line 7 instructs users to run npx against an external package. Installation can execute third-party package lifecycle code and creates a supply-chain risk.
Medium
Ruby/shell backtick execution
```bash
The Bash block runs belt login and remote belt app commands. These commands authenticate and send supplied inputs to external services.
Medium
Ruby/shell backtick execution
```bash
The Bash block runs belt app commands against remote image-generation providers. Execution depends on an external CLI and service.
Medium
Ruby/shell backtick execution
```bash
The Bash block invokes a remote answer service through belt. The query leaves the local environment and depends on third-party execution.
Medium
Ruby/shell backtick execution
```bash
The Bash block invokes remote image-generation and HTML-rendering applications through belt. Both operations execute outside the skill and process supplied content.
Medium
Ruby/shell backtick execution
```bash
The Bash block recommends three npx package installation commands. Running unpinned third-party packages creates a supply-chain and code-execution risk.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
User Content Sent to Third-Party Services
Image prompts and research queries are submitted to remote providers through belt. Sensitive product details or personal data could leave the local environment.
The commands explicitly pass prompt and query fields to named remote applications. The skill provides no warning against submitting sensitive information.

Remediation

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

  1. FIX-001
    Medium
    The skill recommends installing external packages with npx.
    Pin package versions and commits, document package provenance, and require user confirmation before installation.
  2. FIX-002
    Medium
    The skill sends prompts and search queries to third-party services through belt.
    Disclose remote data processing and tell users to remove secrets, personal data, and confidential business information.
  3. FIX-003
    Medium
    The allowed Bash pattern permits any belt subcommand.
    Restrict allowed commands to the required belt operations and require confirmation before login or remote execution.

Expert evidence

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

Artifact subject

Marketplace commit
d71c7417a35d5c2624161bd2fe8de8a41a362128
Content hash
1e408a7ceffb72a873c996aab0382455c85734d35763a6f6bd2d4e37c010517e
Tree hash
b6cab91d72de51c577e06140bdec43b2d46c78e0931192037e3f1fe185126d20
Skill path
skills/101-skills/landing-page-design
Audit payload hash
90b0ab9dd134ad2cf0649c1655bb1489

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