Versioned security assessment

Report ID: SA-7915ABFD

5/28/2026, 9:27:43 AM

elevenlabs-music-generation security assessment v1

Skill Security Certification Report

Audit History
Audit model: claude Historical report
Skill name
elevenlabs-music-generation
Version
v1
Maintainer
doany-ai
Coverage
1 Files scanned · 189 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.

Static analysis flagged 93 potential issues, but evaluation reveals all external_commands patterns are markdown code formatting (backticks for inline code), weak_crypto detections are numeric strings (music durations/frequencies not crypto), and network URLs are legitimate RunComfy documentation links. The skill invokes the runcomfy CLI to call the ElevenLabs Music API - a standard music generation wrapper with no malicious behavior detected. All shell commands are pre-defined CLI invocations; no user input injection vectors exist.

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

2 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 1 evidence location

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

Capability review items (1)
Low
Token Storage in User Home Directory
The skill documents storing API tokens in ~/.config/runcomfy/token.json. This is standard CLI token storage behavior, documented with appropriate file permissions (mode 0600).
Standard token storage pattern for CLI tools. File permissions are properly documented, and the skill does not expose the token value.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
Numeric Values Misidentified as Weak Cryptographic Algorithms
Static analysis flagged 10 instances of 'weak cryptographic algorithm'. Evaluation reveals these are numeric strings representing music duration, frequency, and bar counts (e.g., '44.1 kHz', '5 seconds', '8 bars', '120 BPM'). No cryptographic algorithms are used in this skill.
Pattern matching flagged numeric strings as crypto algorithms. No crypto usage exists in this skill - it only calls the runcomfy CLI to invoke the ElevenLabs Music API.

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: claude

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)
Medium
Markdown Backticks Misidentified as Shell Commands
Static analysis flagged 69 instances of 'Ruby/shell backtick execution'. Evaluation shows these are Markdown code formatting syntax used throughout documentation, not executable shell commands. The backticks surround CLI examples like `runcomfy run elevenlabs/...` for documentation display.
All backtick instances in SKILL.md are clearly markdown inline code formatting for documenting CLI commands. No actual shell execution occurs from these patterns.
Low
Hardcoded URL References for Documentation
The skill contains hardcoded URLs to RunComfy documentation pages. These are necessary documentation links for a CLI wrapper skill. URLs target legitimate runcomfy.com domains.
URLs are legitimate RunComfy documentation links. No third-party or untrusted endpoints present.

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