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

Imagegen Frontend Mobile Skill 安全审计

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

Elite mobile app image-generation skill for creating premium, app-native screen concepts and flows. Designed for iOS, Android, and cross-platform mobile products. Prioritizes clean hierarchy, comfortably readable text, strong multi-screen consistency, controlled color palettes, non-generic creative direction, textured surfaces, image-led composition, tasteful custom iconography, and clean phone mo

第三方安全检查结论

发现安全风险

已检查文件
1
发现的风险
1
会不会运行危险命令?检查是否下载程序后直接运行、让他人远程控制电脑,或藏起要运行的命令。未发现风险
会不会泄露文件和密钥?检查是否发送含密码或密钥的文件,以及代码里是否直接写了密钥。未发现风险
会不会删除文件或一直在后台运行?检查是否大范围删除文件、改写磁盘,或设置自动启动。未发现风险
会不会绕过安全保护?检查是否跳过网站安全验证、开放过多文件权限,或取消操作前的确认。未发现风险
会不会误导 AI 或隐藏内容?检查工作说明是否要求 AI 忽略你的指令、干扰检查结果,或夹带看不见的文字。未发现风险
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。发现 1 项风险
中风险

自动增加屏幕和反复重生成可能消耗超出用户预期的付费额度

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

该 Skill 不仅按要求生成画面,还要求在认为流程需要时增加屏幕、生成额外细节图,并持续重生成到质量达标;这些扩展无需先取得用户对数量或预算的确认。

为什么需要注意

如果底层图像服务按次计费或受配额限制,一次模糊的“应用概念”请求可能触发多张图片和多轮重试,增加费用、耗尽额度或延长任务时间。

这是生效中的默认行为,而非示例:Skill 将图像生成积极度设为最高,并要求在其判断有助于流程时增加屏幕和细节图;对较弱结果还要求继续重生成。若所用图像服务按次计费或受额度限制,这些未预先设定数量上限、也未要求预算确认的额外生成可能增加费用或耗尽额度。源码未说明具体服务价格,因此只能确认这种条件性风险,不能断言已产生收费。用户可要求作者加入生成数量、重试次数和预算上限,并在超限前征求确认。

SKILL.md:98来自说明文档打开原文件
  `(1 = repeated screen templates, 10 = clearly differentiated screen rhythm)`- IMAGE_GENERATION_EAGERNESS: 10    `(1 = minimal screens, 10 = generate as many screens and detail views as needed)`- SPACING_GENEROSITY: 9  
查看另外 4 个位置
SKILL.md:137来自说明文档打开原文件
- If the user says "fintech", "health", or "productivity", increase trust, calmness, and structural clarity.- Do not be lazy with screen count.- If more screens would make the flow better, generate more screens.- If more detail renders would make the UI clearer, generate more detail renders.- Default toward richer art direction than standard AI mobile output.
SKILL.md:1262来自说明文档打开原文件
## 34. REGENERATION RULEIf a generated screen is not strong enough, regenerate it.
SKILL.md:1287来自说明文档打开原文件
Do not settle for the first mediocre render.Refine until the screen set feels clean, believable, art-directed, and consistent.
SKILL.md:1340来自说明文档打开原文件
9. lock an internal design bible for consistency10. generate the required screen images11. generate more screens if needed for a believable flow12. generate extra detail renders if needed13. keep the first screen especially clean

Skill 逻辑拆解

8 个说明模块

该 Skill 的实际指令范围是生成移动应用界面图和多屏流程图,并明确禁止编写代码或切换到实现模式。

查看原文
SKILL.md:77来自说明文档打开原文件
IMPORTANT:This skill generates images only.Do not switch into coding mode.Do not describe code.Do not build SwiftUI, React Native, Flutter, or HTML.Generate mobile screen images and screen-flow images only.

它会自行推断应用类别、平台和屏幕数量,并在多屏任务中维持同一设计系统和逻辑流程。

查看原文
SKILL.md:1330来自说明文档打开原文件
When the user asks for a mobile app image concept:1. infer app category2. infer platform mode3. infer number of screens4. choose a strong visual direction5. choose an image art direction bias6. choose a texture / surface treatment7. choose tasteful decorative assets8. choose a clean palette logic9. lock an internal design bible for consistency10. generate the required screen images11. generate more screens if needed for a believable flow12. generate extra detail renders if needed13. keep the first screen especially clean

提供的完整来源只有 SKILL.md;其中没有安装步骤、脚本、命令、凭据请求、网络上传或文件修改指令。此结论仅限于已提供内容,不代表实际图像生成工具或未展示的运行环境没有风险。

查看原文
SKILL.md:32来自说明文档打开原文件
- desktop dashboards- image-to-code- frontend implementation- code generation
SKILL.md:1433来自说明文档打开原文件
This skill should create strong mobile app image concepts and flow images only.It should not write code.It should not behave like a website skill.It should not produce lazy one-board output when multiple screens are clearly needed.
从这里开始 · 工作说明SKILL.md
imagegen-frontend-mobile
连线表示工作说明包含的模块,不是实际运行顺序。点击模块可查看原文。 另有 30 个章节,可在原文件中查看。
文件与检查记录1 个文件

检查范围与遗漏

逐文件查看涉及的内容

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

  • SKILL.md已纳入全文

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

  • SKILL.md工作说明
读取了多少行
1,466
文件校验值(用于核对版本)
a17e963ed5b0c05aa586023ccdf657f20a335a90e54e9c9a81c18c1fdda6e25d