Versioned security assessment

Report ID: SA-26DC578C

6/28/2026, 5:55:02 AM

happyhorse-1-0 security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
happyhorse-1-0
Version
v2
Maintainer
agentspace-so
Coverage
1 Files scanned · 196 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 for Ruby backtick execution and weak cryptography are false positives caused by Markdown code spans, examples, arrows, and prose in SKILL.md. The confirmed risks are intentional RunComfy CLI execution, outbound HTTPS API calls, bearer token handling, and downloaded output files, so users should publish with a clear external-service warning.

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

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

Capability review items (4)
Medium
External CLI Invocation Sends User Prompts to RunComfy
The skill instructs agents to run the local RunComfy CLI for HappyHorse text-to-video generation. This is expected behavior, but it executes an external command and submits user prompt content to a third-party API.
The invocation examples and workflow description explicitly show runcomfy commands and POST submission to the RunComfy model API. The behavior is intentional, not hidden, but it has privacy and execution risk.
Medium
Bearer Token and Local Token File Handling
The skill documents RunComfy login, RUNCOMFY_TOKEN use, and token storage under a hidden user configuration path. This is legitimate for authenticated API access, but marketplace users should understand that credentials are required and stored or provided through the environment.
The file explicitly references a bearer token, RUNCOMFY_TOKEN, and ~/.config/runcomfy/token.json. This confirms credential handling, while the documented 0600 mode reduces severity.
Medium
Generated Output Downloads to Local Filesystem
The skill directs the CLI to download generated outputs into a caller-supplied output directory. The documented host whitelist and file size cap are helpful controls, but the workflow still writes remote model output to local storage.
The command examples require --output-dir and the workflow describes downloading whitelisted URLs. The risk is bounded by documented controls but remains relevant for disk usage and file provenance.
Low
Hardcoded RunComfy URLs Are Service Documentation
The hardcoded URLs point to RunComfy home, model, documentation, and API endpoints that match the skill purpose. No evidence found of covert callbacks, unrelated domains, or suspicious exfiltration endpoints.
The cited domains are RunComfy documentation and model API domains aligned with the declared function. The skill also states a narrow outbound endpoint policy.

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
Static Backtick and Weak Crypto Alerts Are False Positives
The analyzer flagged many Markdown backticks as Ruby command execution and weak cryptography in prose. Review found documentation, shell examples, arrows, and model descriptions, with no executable Ruby code or cryptographic implementation in the skill file.
The only scanned file is Markdown, and the cited lines are front matter, examples, and prose. No evidence found of Ruby code execution or weak hash usage.

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