Versioned security assessment

Report ID: SA-578C6648

6/30/2026, 10:08:53 PM

ai-image-generation security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
ai-image-generation
Version
v2
Maintainer
tool-belt
Coverage
1 Files scanned · 148 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

3 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 flagged many command and URL patterns in SKILL.md. Review found these are mainly documented inference.sh CLI examples and public documentation links, but the skill still enables external command execution and third-party image generation requests.

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

3 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 6 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 13 evidence locations

Risk findings

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

Confirmed security concerns (3)

RISK-001 Medium
External Inference CLI Execution
The skill authorizes Bash access for infsh and provides many infsh app run examples. This is expected for the skill purpose, but prompts, image URLs, and outputs are handled by an external service.
The file explicitly allows Bash(infsh *) and documents infsh commands that call remote image apps. The behavior matches the skill purpose, so the concern is data exposure and command scope rather than malicious intent.
RISK-002 Medium
Third-Party Image URL Processing
The upscaling and stitching examples accept remote image URLs. Users could expose private image links or controlled URLs to the inference service if they follow these examples without review.
The examples show image_url and images fields containing external URLs. Legitimate image workflows often need URLs, but this still creates a clear privacy and data-sharing risk.
RISK-003 Low
External Skill Installation Examples
The related-skills section suggests npx skills add commands for additional community skills. This is user-directed supply-chain exposure, not automatic installation.
The commands are concrete external installation examples. They are not executed by the skill automatically, so the risk depends on whether users choose to run them.

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
Hardcoded Public Documentation URLs
Static analysis flagged public links to inference.sh pages, a hosted preview image, and install documentation. These are expected documentation references and do not show secret exfiltration.
The URLs are visible documentation or image links and no credentials or local data are appended to them. They are still noted because users should understand the skill depends on a third-party service.
Low
Weak Cryptography Alert Is Not Supported
The static weak-cryptography finding points to the description line. No cryptographic operation, hash function call, encryption routine, or credential handling is present there.
Line 3 is frontmatter describing image models and triggers. I found no evidence of weak cryptographic algorithms or cryptographic code in that location.

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