Versioned security assessment

Report ID: SA-22B65247

6/29/2026, 8:26:06 PM

image-outpainting security assessment v2

Skill Security Certification Report

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

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

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 the Ruby backtick, weak cryptography, and reconnaissance alerts are false positives from markdown code spans and prose. The real risks are the intended RunComfy CLI execution, outbound API calls that upload image inputs, and local token storage under the user config directory. No prompt injection attempt or confirmed malicious behavior was found in SKILL.md.

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

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

Capability review items (3)
Medium
External RunComfy CLI Invocation
The skill grants Bash access for runcomfy commands and instructs agents to run the RunComfy CLI. This is required for the skill, but it can execute external tooling, submit image URLs and prompts, and download generated files.
The markdown explicitly authorizes Bash(runcomfy *) and documents runcomfy run usage. The scope is limited to the RunComfy CLI, so this is an elevated operational risk rather than confirmed abuse.
Medium
Image Data Sent to External RunComfy Services
The workflow uses RunComfy hosted model APIs and references external image URLs. User images, prompts, and generated outputs may leave the local environment, so users should avoid sensitive images unless they accept the service boundary.
SKILL.md states that the CLI posts to the Model API and allowlists RunComfy network endpoints. This confirms intended network transfer, although the endpoint is aligned with the skill purpose.
Low
Local API Token Storage
The documentation says runcomfy login stores an API token in ~/.config/runcomfy/token.json with mode 0600. This is a normal CLI credential pattern, but it should be disclosed because it writes a secret to a hidden home-directory path.
The file path and permission mode are stated directly in the security section. The storage location is legitimate, but credential persistence is still a privacy consideration.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

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
Static Backtick Detections Are Markdown False Positives
The repeated Ruby or shell backtick alerts correspond to markdown code spans, fenced examples, model identifiers, and prose. No Ruby execution construct or user-controlled shell expansion was found in SKILL.md.
The cited areas are markdown documentation and example commands, not executable Ruby code. The only allowed shell surface is explicitly constrained to runcomfy commands.
Low
Weak Cryptography and Reconnaissance Alerts Are Text Matches
The weak cryptography and system reconnaissance alerts appear to match ordinary words, model names, prompts, exit-code prose, and workflow descriptions. No evidence found of cryptographic operations, host reconnaissance commands, or stealth behavior.
Review of the cited regions shows descriptive markdown, examples, and exit-code documentation. There are no crypto APIs or commands that collect system information.

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