跳转到正文
报告库
用途分类 / 其他用途

Redesign Existing Projects Skill 安全审计

作者说它能做什么(原文)

Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end design standards without breaking functionality. Works with any CSS framework or vanilla CSS.

第三方安全检查结论

发现安全风险

已检查文件
1
发现的风险
2
会不会运行危险命令?检查是否下载程序后直接运行、让他人远程控制电脑,或藏起要运行的命令。未发现风险
会不会泄露文件和密钥?检查是否发送含密码或密钥的文件,以及代码里是否直接写了密钥。发现 1 项风险
中风险

外部占位图片会让访客连接第三方服务

原文依据:1 处
发现了什么

该 Skill 建议把 picsum.photos URL 直接用于页面背景。若成品保留该远程 URL,浏览器会在访问页面时联系该第三方;这不是单纯的本地设计改动。

为什么需要注意

第三方可能收到访客的 IP 地址、请求时间及浏览器通常随图片请求提供的相关元数据;页面也会依赖第三方的可用性和其返回内容。

该 Skill 明确建议在缺少真实素材时使用 picsum.photos 的远程图片地址。若生成的网页直接保留该地址,每位访客加载相关页面时都可能向该第三方发起请求,向其暴露 IP 地址、访问时间以及常见的请求元数据。风险取决于最终实现是否下载并自托管图片;用户可要求只使用本地或已批准域名的素材。

SKILL.md:43来自说明文档打开原文件
- **Random dark sections in a light mode page (or vice versa).** A single dark-background section breaking an otherwise light page looks like a copy-paste accident. Either commit to a full dark mode or keep a consistent background tone throughout. If contrast is needed, use a slightly darker shade of the same palette — not a sudden jump to `#111` in the middle of a cream page.- **Empty, flat sections with no visual depth.** Sections that are just text on a plain background feel unfinished. Add high-quality background imagery (blurred, overlaid, or masked), subtle patterns, or ambient gradients. Use reliable placeholder sources like `https://picsum.photos/seed/{name}/1920/1080` when real assets are not available. Experiment with background images behind hero sections, feature blocks, or CTAs — even a subtle full-width photo at low opacity adds presence.
会不会删除文件或一直在后台运行?检查是否大范围删除文件、改写磁盘,或设置自动启动。未发现风险
会不会绕过安全保护?检查是否跳过网站安全验证、开放过多文件权限,或取消操作前的确认。未发现风险
会不会误导 AI 或隐藏内容?检查工作说明是否要求 AI 忽略你的指令、干扰检查结果,或夹带看不见的文字。未发现风险
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。发现 1 项风险
中风险

指示把虚构内容伪装成真实人物、数据和日期

原文依据:3 处
发现了什么

该 Skill 不只是改善排版;它明确要求将“虚假”的整齐数字换成更自然的数字、编造可信品牌,并随机化日期以“显得真实”。如果这些内容被用于客户、业绩、价格、评价或文章历史,这会掩盖其占位或虚构性质。

为什么需要注意

访客可能把编造的指标、身份、公司、时间线或头像当作真实证据,并据此作出购买、信任或合作决定。

该 Skill 的活动指令要求用“真实感”更强的虚构姓名和品牌替换明显占位内容,并将日期随机化以“显得真实”。若这些做法用于客户身份、评价、业绩或发布历史,访客可能无法识别内容是虚构或占位的,从而影响其判断。用户可要求作者明确限定这些做法仅用于演示数据,并在界面中标注为示例内容。

SKILL.md:79来自说明文档打开原文件
- **Generic names like "John Doe" or "Jane Smith".** Use diverse, realistic-sounding names.- **Fake round numbers like `99.99%`, `50%`, `$100.00`.** Use organic, messy data: `47.2%`, `$99.00`, `+1 (312) 847-1928`.- **Placeholder company names like "Acme Corp", "Nexus", "SmartFlow".** Invent contextual, believable brand names.- **AI copywriting cliches.** Never use "Elevate", "Seamless", "Unleash", "Next-Gen", "Game-changer", "Delve", "Tapestry", or "In the world of...". Write plain, specific language.
查看另外 2 个位置
SKILL.md:86来自说明文档打开原文件
- **Passive voice.** Use active voice: "We couldn't save your changes" instead of "Mistakes were made."- **All blog post dates identical.** Randomize dates to appear real.- **Same avatar image for multiple users.** Use unique assets for every distinct person.- **Lorem Ipsum.** Never use placeholder latin text. Write real draft copy.
SKILL.md:81来自说明文档打开原文件
- **Fake round numbers like `99.99%`, `50%`, `$100.00`.** Use organic, messy data: `47.2%`, `$99.00`, `+1 (312) 847-1928`.- **Placeholder company names like "Acme Corp", "Nexus", "SmartFlow".** Invent contextual, believable brand names.- **AI copywriting cliches.** Never use "Elevate", "Seamless", "Unleash", "Next-Gen", "Game-changer", "Delve", "Tapestry", or "In the world of...". Write plain, specific language.

Skill 逻辑拆解

5 个说明模块

该 Skill 会读取现有代码库、审查设计问题,然后直接修改项目;其声明的范围是沿用现有技术栈进行局部升级,而不是重写或迁移框架。

查看原文
SKILL.md:12来自说明文档打开原文件
1. **Scan** — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns.2. **Diagnose** — Run through the audit below. List every generic pattern, weak point, and missing state you find.3. **Fix** — Apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there.
SKILL.md:173来自说明文档打开原文件
- Work with the existing tech stack. Do not migrate frameworks or styling libraries.- Do not break existing functionality. Test after every change.- Before importing any new library, check the project's dependency file first.- If the project uses Tailwind, check the version (v3 vs v4) before modifying config.- If the project has no framework, use vanilla CSS.- Keep changes reviewable and focused. Small, targeted improvements over big rewrites.

除视觉样式外,该 Skill 还会改写页面内容、人物身份、指标、日期和头像,因此其实际作用可能延伸到用户看到的事实性或商业信息。

查看原文
SKILL.md:79来自说明文档打开原文件
- **Generic names like "John Doe" or "Jane Smith".** Use diverse, realistic-sounding names.- **Fake round numbers like `99.99%`, `50%`, `$100.00`.** Use organic, messy data: `47.2%`, `$99.00`, `+1 (312) 847-1928`.- **Placeholder company names like "Acme Corp", "Nexus", "SmartFlow".** Invent contextual, believable brand names.- **AI copywriting cliches.** Never use "Elevate", "Seamless", "Unleash", "Next-Gen", "Game-changer", "Delve", "Tapestry", or "In the world of...". Write plain, specific language.- **Exclamation marks in success messages.** Remove them. Be confident, not loud.- **"Oops!" error messages.** Be direct: "Connection failed. Please try again."- **Passive voice.** Use active voice: "We couldn't save your changes" instead of "Mistakes were made."- **All blog post dates identical.** Randomize dates to appear real.- **Same avatar image for multiple users.** Use unique assets for every distinct person.- **Lorem Ipsum.** Never use placeholder latin text. Write real draft copy.
从这里开始 · 工作说明SKILL.md
redesign-existing-projects
连线表示工作说明包含的模块,不是实际运行顺序。点击模块可查看原文。
文件与检查记录1 个文件

检查范围与遗漏

逐文件查看涉及的内容

下方列出本次涉及的原文范围;纳入检查不代表已查清所有问题。

  • SKILL.md已纳入全文

这份报告只针对上方版本。我们看了拿到的代码和说明文件,没有实际运行 Skill,也没有检查它另外安装的软件包。因此,这不是“保证安全”的承诺;换了版本或使用环境,结果也可能不同。

  • SKILL.md工作说明

代码和说明中提到的操作

连接外部网站
SKILL.md:43来自说明文档打开原文件
- **Random dark sections in a light mode page (or vice versa).** A single dark-background section breaking an otherwise light page looks like a copy-paste accident. Either commit to a full dark mode or keep a consistent background tone thro - **Empty, flat sections with no visual depth.** Sections that are just text on a plain background feel unfinished. Add high-quality background imagery (blurred, overlaid, or masked), subtle patterns, or ambient gradients. Use reliable placeholder sources like `https://picsum.photos/seed/{name}/1920/1080` when real assets are not available. Experiment with background images behind hero sections, feature blocks, or CTAs — even a subtle full-width photo at low opacity adds presence.
读取了多少行
179
文件校验值(用于核对版本)
777c305daf97303dd180fec1d2df7d3bca64264d83cbf291a20881859032c2a2