Versioned security assessment

Report ID: SA-C579EFD0

7/5/2026, 12:59:37 PM

happyhorse-1-0 security assessment v3

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
happyhorse-1-0
Version
v3
Maintainer
doany-ai
Coverage
1 Files scanned · 196 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

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 backtick findings are Markdown examples, table values, endpoint names, or prompt samples rather than Ruby shell execution. The skill relies on local RunComfy CLI commands and a RunComfy API request with a bearer token. No prompt injection attempt or malicious exfiltration intent 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 · 196 Lines analyzed

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

Capability review items (9)
Medium
Ruby/shell backtick execution
Calls `runcomfy run happyhorse/happyhorse-1-0/text-to-video` through
The skill documentation intentionally directs the agent or user to run the local RunComfy CLI. External CLI execution can affect the host and submit data externally, so it requires user awareness and constrained arguments.
Medium
Ruby/shell backtick execution
```bash
The fenced example runs npx to add a skill from a GitHub source. That is real external command execution with package and supply-chain exposure.
Medium
Ruby/shell backtick execution
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`
The prerequisite tells users to install the RunComfy CLI globally through npm. Global CLI installation is legitimate but has package supply-chain and host modification risk.
Medium
Ruby/shell backtick execution
2. **RunComfy account** — `runcomfy login` opens a browser device-code flow.
The prerequisite directs users to run runcomfy login, which opens an authentication flow and creates local credentials. That is expected but still a security-relevant command.
Medium
Ruby/shell backtick execution
```bash
The fenced example runs runcomfy with user-controlled prompt content and an output directory. The command is fixed, but it invokes a local CLI with network and filesystem effects.
Medium
Ruby/shell backtick execution
```bash
The fenced example runs runcomfy with user-controlled prompt content and an output directory. The command is fixed, but it invokes a local CLI with network and filesystem effects.
Medium
Ruby/shell backtick execution
```bash
The fenced example runs runcomfy with user-controlled prompt content and an output directory. The command is fixed, but it invokes a local CLI with network and filesystem effects.
Medium
Ruby/shell backtick execution
1. The skill invokes `runcomfy run happyhorse/happyhorse-1-0/text-to-video` with a JSON body matchin
The skill documentation intentionally directs the agent or user to run the local RunComfy CLI. External CLI execution can affect the host and submit data externally, so it requires user awareness and constrained arguments.
Low
Hardcoded URL
2. The CLI POSTs to `https://model-api.runcomfy.net/v1/models/happyhorse/happyhorse-1-0/text-to-vide
The documented workflow posts requests to the RunComfy Model API using a bearer token. This is intentional network behavior, but it exposes prompts and credentials to a third-party service.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
Third-Party Prompt and Token Transfer
The workflow sends user prompts to the RunComfy Model API and authenticates with a bearer token. Users should understand that prompt content leaves the local environment.
Lines 178-181 describe CLI submission, a POST to the RunComfy API with the bearer token, polling, and result retrieval. This is explicit third-party data transfer, not inferred behavior.

Remediation

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

  1. FIX-001
    Medium
    External CLI execution
    Ask for explicit user approval before running install, login, or generation commands. Keep command arguments fixed and validate output directories before use.
  2. FIX-002
    Medium
    Third-party prompt transfer
    Clearly disclose that prompts and generated output requests are sent to RunComfy. Let users review sensitive prompt text before submission.
  3. FIX-003
    Medium
    Unpinned package installation guidance
    Prefer pinned CLI versions or official installation instructions so users can verify the package they install.
  4. FIX-004
    Low
    Local API token storage
    Document token file removal, logout behavior, and the environment variable alternative for temporary or containerized sessions.

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