๐ผ ACE Step โ Pro Pack on RunComfy
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This is a coherent RunComfy music-generation skill, but it uses a RunComfy account token, runs an external CLI, and may send lyrics or audio to RunComfy for paid processing.
This skill appears benign and purpose-aligned. Before installing or using it, verify the RunComfy CLI source, protect your RUNCOMFY_TOKEN, review the endpoint and duration because usage is paid, and avoid sending private audio or lyrics unless you are comfortable with RunComfy handling them.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may invoke a paid remote generation workflow and create local output files when the user asks for music generation or editing.
The skill instructs use of the runcomfy CLI to submit generation jobs and write outputs. This is central to the stated purpose, but users should review cost-bearing runs and output paths.
runcomfy run acestep-ai/ace-step/text-to-audio \
--input '{"tags": "..."}' \
--output-dir ./outConfirm the requested duration, endpoint, and output directory before running; avoid unattended batch use unless the cost and scope are clear.
Anyone or any agent process with access to the token/config may be able to use the RunComfy account and incur usage costs.
The skill requires a RunComfy token and config directory. This is expected for the integration, but it means actions are authenticated to the user's RunComfy account.
clawdis:
requires:
bins:
- runcomfy
env:
- RUNCOMFY_TOKEN
config:
- ~/.config/runcomfyKeep RUNCOMFY_TOKEN private, use the least-privileged token available, monitor account usage, and revoke or rotate the token if it is no longer needed.
Installing or running the latest npm package places trust in the published @runcomfy/cli package and, for global install, changes the local environment.
The documented setup uses npm/npx to install or run an external CLI without a pinned version. This is normal for a CLI-based integration, but it relies on the external package source.
npm i -g @runcomfy/cli # global install npx -y @runcomfy/cli --version # zero-install
Install the CLI from the official package source, consider pinning a known-good version, and avoid running npm/npx commands from untrusted contexts.
Prompts, lyrics, and selected audio may be sent to RunComfy for processing.
The skill sends generation/editing requests through RunComfy. For text-to-audio this includes prompts and lyrics; for inpaint/outpaint workflows it may involve user-selected audio.
Generate, inpaint, and outpaint music with ACE Step on RunComfy via the `runcomfy` CLI
Do not submit confidential lyrics, private audio, or third-party material unless you are comfortable with RunComfy processing it under its terms.
