描述
ckm:ui-styling — 一项面向 AI 智能体的可安装技能,由 nextlevelbuilder/ui-ux-pro-max-skill 发布。
设计与产品 / 审核评估
ckm:ui-styling
描述
ckm:ui-styling — 一项面向 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 skill runs local Node.js and Python scripts as part of design token generation and brand syncing. These operate on project-local files only.
位置:.claude/skills/brand/scripts/sync-brand-to-tokens.cjs
相关片段:The script uses child_process.execSync to invoke a node script for generating CSS from design tokens. This is standard build-tool behavior for a design system skill, not arbitrary code execution.