描述
ckm:design — 一项面向 AI 智能体的可安装技能,由 nextlevelbuilder/ui-ux-pro-max-skill 发布。
设计与产品 / 审核评估
ckm:design
描述
ckm:design — 一项面向 AI 智能体的可安装技能,由 nextlevelbuilder/ui-ux-pro-max-skill 发布。
安全审计
不符合规则:不要在未说明风险时执行系统命令
位置:.claude/skills/brand/scripts/sync-brand-to-tokens.cjs:253
相关片段:execSync(`node ${generateScript} --config ${DESIGN_TOKENS_JSON} -o ${DESIGN_TOKENS_CSS}`, {
不符合规则:The brand sync script runs a node subprocess when invoked. This is expected for a design token pipeline but means the skill executes code beyond pure instruction-following.
位置:.claude/skills/brand/scripts/sync-brand-to-tokens.cjs
相关片段:The script uses child_process.execSync to run a node command for design token generation. This is a build/sync step central to the brand management workflow, operating on project-local files with no user-controlled input in the command string.