Versioned security assessment

Report ID: SA-8508D280

7/5/2026, 1:15:39 PM

image-outpainting security assessment v4

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
image-outpainting
Version
v4
Maintainer
doany-ai
Coverage
1 Files scanned · 194 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Low

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 alerts are false positives caused by Markdown backticks, documentation links, and explicit token-storage documentation. The skill does intentionally run the RunComfy CLI and send prompts or image URLs to RunComfy, which is disclosed and scoped. No evidence found of prompt injection instructions, covert secret exfiltration, or hidden host reconnaissance.

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 · 194 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

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

Filesystem access

May read or write local files.

Observed in 1 evidence location

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

Capability review items (6)
Medium
Ruby/shell backtick execution
```bash
This block documents installing, logging in to, and running the RunComfy CLI. The workflow is intended and constrained, but it is real local command execution with authentication side effects.
Medium
Ruby/shell backtick execution
```bash
This example runs runcomfy with user-provided image input and writes generated files to disk. The command is legitimate, but it is real CLI execution and external processing.
Medium
Ruby/shell backtick execution
```bash
This example runs runcomfy with user-provided image input and writes generated files to disk. The command is legitimate, but it is real CLI execution and external processing.
Medium
Ruby/shell backtick execution
The skill classifies user intent — simple aspect-ratio swap, reference-style match, or brand-locked
The prose explicitly says the skill invokes runcomfy, posts to the Model API, polls status, and downloads results. That confirms intended external command and network behavior.
Medium
Ruby/shell backtick execution
- **Install via verified package manager only.** Use `npm i -g @runcomfy/cli` or `npx -y @runcomfy/c
The line advises installing the CLI through npm or npx. Using a package manager is legitimate, but global or on-demand package execution is a real supply-chain surface.
Medium
Ruby/shell backtick execution
- **Scope of bash usage**: `Bash(runcomfy *)` only.
The line declares Bash usage scoped to runcomfy commands. The scope is narrow, but it still authorizes an external CLI as part of the skill.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Low
External Image Processing Disclosure
The skill states that it invokes runcomfy, posts requests to the RunComfy Model API, and downloads results. This is expected behavior, but prompts and image URLs leave the local environment.
Line 173 explicitly describes API posting and downloads, and line 183 lists RunComfy outbound endpoints. The behavior is disclosed and service-limited, so the severity is low.

Remediation

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

  1. FIX-001
    Medium
    Shell JSON arguments may be fragile for prompts containing quotes.
    Recommend validated JSON generation, careful shell escaping, or a temporary input file before invoking runcomfy.
  2. FIX-002
    Low
    Third-party processing is required for the core workflow.
    Keep a clear notice that image URLs and prompts are sent to RunComfy before commands run.
  3. FIX-003
    Low
    The CLI persists an authentication token after login.
    Document token revocation or removal and prefer RUNCOMFY_TOKEN for CI or container workflows.

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.

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