用途分类 / 其他用途
Pick Ui Library Skill 安全审计
作者说它能做什么(原文)
Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own.
第三方安全检查结论
这次检查未发现明显风险
- 已检查文件
- 1
- 发现的风险
- 0
会不会运行危险命令?检查是否下载程序后直接运行、让他人远程控制电脑,或藏起要运行的命令。未发现风险
会不会泄露文件和密钥?检查是否发送含密码或密钥的文件,以及代码里是否直接写了密钥。未发现风险
会不会删除文件或一直在后台运行?检查是否大范围删除文件、改写磁盘,或设置自动启动。未发现风险
会不会绕过安全保护?检查是否跳过网站安全验证、开放过多文件权限,或取消操作前的确认。未发现风险
会不会误导 AI 或隐藏内容?检查工作说明是否要求 AI 忽略你的指令、干扰检查结果,或夹带看不见的文字。未发现风险
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。未发现风险
Skill 逻辑拆解
该 Skill 是一个需显式调用的前端库推荐清单;它按用户的实际 UI 任务匹配库,并通常只给出一个推荐。
查看原文
name: pick-ui-librarydescription: Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own.disable-model-invocation: true---A lookup skill. When invoked with a task ("I need toasts", "what should I use for drag and drop?"), match the task to the curated list below and recommend the library. These are deliberate, taste-driven picks — don't substitute alternatives outside this list unless the user asks for one or the task genuinely isn't covered.它会先读取项目的 package.json,优先沿用已安装的清单内依赖;若项目使用竞品,只提示建议,不要求未经请求地替换依赖。
查看原文
1. **Identify the task**, not the library the user named. "I need to show a dropdown" is a UI-primitives task (base-ui), even if they asked about something else.2. **Check what's already installed.** Look at `package.json` first. If the project already uses a listed library, use it. If it uses a competitor (e.g. react-window instead of Virtuoso), flag the recommendation but don't churn the dependency without being asked.3. **Recommend one library**, state what it's for in one sentence, and install/wire it up if that's part of the request. Don't present a menu of options when the list has a clear answer.安装和接线仅在用户请求包含该工作时进行;如果任务不在清单范围内,它允许基于自身知识推荐,但要求明确说明已离开清单。
查看原文
2. **Check what's already installed.** Look at `package.json` first. If the project already uses a listed library, use it. If it uses a competitor (e.g. react-window instead of Virtuoso), flag the recommendation but don't churn the dependency without being asked.3. **Recommend one library**, state what it's for in one sentence, and install/wire it up if that's part of the request. Don't present a menu of options when the list has a clear answer.4. If the task isn't covered by the list, say so explicitly and recommend from your own knowledge — but be clear you've left the curated list.从这里开始 · 工作说明SKILL.md
pick-ui-library文件与检查记录1 个文件
检查范围与遗漏
逐文件查看涉及的内容
下方列出本次涉及的原文范围;纳入检查不代表已查清所有问题。
SKILL.md已纳入全文
这份报告只针对上方版本。我们看了拿到的代码和说明文件,没有实际运行 Skill,也没有检查它另外安装的软件包。因此,这不是“保证安全”的承诺;换了版本或使用环境,结果也可能不同。
SKILL.md工作说明
代码和说明中提到的操作
连接外部网站
| --- | --- || Unstyled, accessible UI components (dialogs, popovers, menus, selects…) | [base-ui](https://base-ui.com) || Command menus (⌘K palettes) | [cmdk](https://cmdk.paco.me) || Unstyled, accessible UI components (dialogs, popovers, menus, selects…) | [base-ui](https://base-ui.com) || Command menus (⌘K palettes) | [cmdk](https://cmdk.paco.me) || Toasts / notifications | [Sonner](https://sonner.emilkowal.ski) || Command menus (⌘K palettes) | [cmdk](https://cmdk.paco.me) || Toasts / notifications | [Sonner](https://sonner.emilkowal.ski) || One-time password / verification code inputs | [input-otp](https://input-otp.rodz.dev) |- 读取了多少行
- 78
- 文件校验值(用于核对版本)
- f736b309f62115ee127850e24726ca11ae8def70f33bd9c539c355d5b183590c