Music Creator
Analysis
The music-creation workflow is coherent, but it asks the agent to auto-install unpinned global/system packages and publish generated content through another skill without clear approval, while also requiring a MiniMax API key.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
以下依赖 Agent 首次运行时自行检测,缺失则自动安装,无需用户参与 ... npm install -g mmx-cli ... pip install openai-whisper ... apt install ffmpeg ... pip install Pillow
The skill instructs the agent to automatically install unpinned third-party and system packages, including global npm, pip, and apt installs.
按以下 7 个步骤顺序执行 ... 通过 deploy.py 注册索引并 sync_to_deploy() 统一推送
The standard workflow ends by deploying the generated page and static assets through another skill, but the visible instructions do not require final user confirmation or destination review.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
我需要一个 MiniMax API Key ... 请提供你的 API Key ... mmx auth login --api-key <用户提供的API_KEY>
The skill needs a MiniMax API key and logs the CLI in with it; this is purpose-aligned, but it is sensitive account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
mmx text chat --model MiniMax-M2.7 --message PROMPT ... 参考以下素材融入歌词:{参考摘要}The workflow sends prompts and summarized user reference material to the external MiniMax provider for generation.
