Versioned security assessment

Report ID: SA-5516F0AF

6/30/2026, 10:45:44 AM

codex-pet security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
codex-pet
Version
v2
Maintainer
runcomfy-com
Coverage
1 Files scanned · 348 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 findings are mostly expected for a documentation skill that provides shell commands for RunComfy, ImageMagick, and Codex pet installation. No malicious prompt injection or credential exfiltration was found, but the recipes use network calls, local file writes, and an unsanitized pet name in paths.

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

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

Filesystem access

May read or write local files.

Observed in 13 evidence locations

Env variables

May read values from the process environment.

Observed in 4 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 8 evidence locations

Capability review items (4)
Medium
Unsanitized Pet Name Used In File Paths
PET_NAME is used directly to construct RUN_DIR and DEST. A value containing path traversal can write generated files outside the intended pet folders.
The variable is quoted, which reduces shell injection risk, but it is not validated before path construction. The write operations are explicit and target user-controlled paths.
Medium
Third-Party Network Processing Of User Image URLs
The workflow sends a user-provided source image URL to the RunComfy GPT Image endpoint. This is expected behavior, but users should understand the privacy boundary.
The RunComfy CLI call is central to the skill and the security notes disclose the outbound endpoints. The risk is disclosure of submitted image URLs and image content to a third party.
Medium
External CLI Recipes Require Local Execution
The skill instructs agents to install and run npm, runcomfy, and magick commands. These commands are legitimate for the workflow but expand the local execution surface.
The commands are documented recipes rather than hidden code. They still require trusted tools and should be reviewed before execution in sensitive environments.
Low
Credential Access Is Disclosed And Limited To RunComfy Token Use
The skill references RUNCOMFY_TOKEN and RunComfy token storage. This is required for authentication and no unrelated secret harvesting was found.
The token references are specific to RunComfy authentication and the document states local token storage details. I found no evidence of sending unrelated environment secrets.

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 (1)
Low
Weak Cryptography Findings Are False Positives
The static cryptography alerts appear to match dimensions, colors, hashes, or animation values in documentation, not cryptographic implementation.
SKILL.md contains no implemented cryptographic algorithm. The flagged lines describe image generation, metadata, colors, or file content examples.

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