Versioned security assessment

Report ID: SA-6D68799A

6/30/2026, 10:47:42 AM

controlnet-pose security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
controlnet-pose
Version
v2
Maintainer
runcomfy-com
Coverage
1 Files scanned · 187 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 review found most are Markdown code fences, inline model names, URLs, and documented CLI examples rather than hidden executable logic. The skill intentionally uses the runcomfy CLI, networked RunComfy model endpoints, local token storage, and output downloads, so it carries medium operational risk but no confirmed malicious intent or prompt injection attempt was found.

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 · 187 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 6 evidence locations

Filesystem access

May read or write local files.

Observed in 5 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 5 evidence locations

Capability review items (4)
Medium
Networked CLI Sends User Assets to RunComfy
The skill instructs agents to run the runcomfy CLI against RunComfy model endpoints using user-provided video, image, and control-image URLs. This is expected functionality, but it can transmit sensitive media references to a third-party service and should require user consent.
The CLI examples and security section explicitly describe posting to the Model API and limiting outbound endpoints. This confirms real networked processing, while the documented allowlist reduces confidence that it is malicious.
Medium
External Command Execution Is Core Behavior
The skill grants Bash access for runcomfy commands and includes installation, login, and generation command examples. The command scope is limited to runcomfy, but running a third-party CLI still depends on package integrity and local shell policy.
The allowed-tools declaration and examples show intentional command execution. The risk is real but bounded because the permission is scoped to runcomfy and the text warns against remote install scripts.
Medium
Local Token and Output File Handling
The skill documents that runcomfy login stores an API token in a user configuration path and that generated files are downloaded to an output directory. This is normal CLI behavior but creates local secret and generated-file handling concerns.
The file paths and token storage behavior are directly documented. The text also states mode 0600 and a download size cap, so this is a moderate operational risk rather than evidence of abuse.
Low
Static Backtick Detections Are Markdown Formatting
Many external-command detections map to Markdown inline code, model identifiers, and shell examples instead of Ruby backtick execution. No Ruby code or dynamic command construction was found in SKILL.md.
The cited locations are Markdown documentation and fenced bash examples. There is no executable Ruby source in the reviewed file.

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
Weak Cryptography Detections Are False Positives
The static weak-cryptography hits occur in descriptive Markdown front matter, tips, and an exit-code table. No hashing, encryption, or cryptographic API call appears in the reviewed file.
The referenced lines contain prose or tables, not cryptographic implementation. The scanner appears to have matched substrings in Markdown text.
Low
System Reconnaissance Detections Are False Positives
The reported reconnaissance lines are route-selection advice using the word avoid, not commands that inspect the host system. No host enumeration behavior was found.
The evidence lines are model guidance bullets. They do not run uname, whoami, env, process listing, or similar reconnaissance commands.

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