Versioned security assessment

Report ID: SA-7550FC0F

6/30/2026, 10:50:00 AM

elevenlabs-music-generation security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
elevenlabs-music-generation
Version
v2
Maintainer
runcomfy-com
Coverage
1 Files scanned · 189 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 and medium patterns, but review shows the file is a Markdown skill guide, not executable bundled code. The confirmed risks are legitimate for the skill purpose: it invokes the RunComfy CLI, sends user prompts to RunComfy network endpoints, writes generated audio, and may use a local auth token. Weak crypto, shell substitution, and system reconnaissance alerts appear to be false positives from documentation text and inline examples.

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 · 189 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 7 evidence locations

Filesystem access

May read or write local files.

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

Capability review items (4)
Medium
External CLI Invocation Required
The skill is designed to run `runcomfy run elevenlabs/elevenlabs/music-generation` and includes setup commands for npm or npx. This is expected behavior, but it gives the skill an external command execution dependency and should be limited to trusted RunComfy CLI commands.
The allowed-tools metadata and examples clearly show intended Bash use with the RunComfy CLI. The commands are documented and scoped, so the risk is real but not evidence of malicious intent.
Medium
Outbound Network Calls to RunComfy Services
The documented workflow sends music prompts and request data to RunComfy Model API endpoints and downloads generated audio from RunComfy domains. This is necessary for the cloud music-generation service, but users should treat prompts and lyrics as data shared with a third party.
The skill explicitly describes API submission, polling, and audio download behavior. The endpoints are vendor domains, and no unrelated exfiltration destination was found.
Medium
Local Token and Output File Handling
The skill documents `runcomfy login`, token storage at `~/.config/runcomfy/token.json`, use of the `RUNCOMFY_TOKEN` environment variable, and output downloads to `--output-dir`. This is legitimate credential and output handling, but it requires careful permission and logging controls.
The file directly states where the CLI stores tokens and where generated files are downloaded. The same section warns not to echo or log tokens, which reduces but does not remove operational risk.
Low
Remote Install Guidance Requires User Review
The security section warns agents not to pipe arbitrary remote install scripts into a shell and says operators should review any curl-pipe install path first. This is a positive safety instruction, but the topic is still relevant because users may follow linked installation documentation.
The line is a defensive warning rather than an unsafe instruction. It still touches a sensitive installation pattern, so it is worth preserving as a marketplace warning.

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 Analyzer False Positives in Markdown Text
Many reported Ruby backtick, weak cryptographic algorithm, command substitution, and reconnaissance detections occur inside Markdown prose, inline code, tables, or examples. No Ruby code, cryptographic implementation, or system reconnaissance behavior was found in the reviewed file.
The reviewed file is a single Markdown skill description. The suspicious tokens are documentation examples such as backticks, `music_length_ms`, `$(...)`, and exit-code tables rather than executable logic.

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