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

Using Agent Skills Skill 安全审计

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

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

第三方安全检查结论

发现安全风险

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

元技能将未提供、未审计的其他技能设为强制工作流

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

该文件声称自己管理所有技能的发现与调用,并要求代理在开始工作前检查适用技能、按顺序执行且不得跳过步骤。完整功能的示例链还延伸到迁移、版本控制和发布。由于这些被调用技能的正文未提供,用户无法从本次来源判断它们是否会运行命令、修改仓库、访问网络或执行部署。

为什么需要注意

如果代理自动选择并执行已安装的其他技能,任务范围可能从用户请求扩展到额外的代码修改、提交、迁移或发布流程。此文件本身没有执行这些操作,也不能证明任何操作已经发生。

该元技能确实要求代理在工作前寻找其他技能,并将其步骤和验证设为强制流程;它还给出了可延伸到版本控制、迁移和部署的完整链。虽然文件明确说并非每项任务都需要全部技能,因此不会无条件部署,但被引用技能的内容未随来源提供,用户无法核查它们会执行哪些命令、联网或修改。用户可要求作者提供所有依赖技能及权限清单,并限制未经逐项授权的网络、提交、迁移和部署操作。

SKILL.md:3来自说明文档打开原文件
name: using-agent-skillsdescription: Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.---
查看另外 2 个位置
SKILL.md:133来自说明文档打开原文件
1. **Check for an applicable skill before starting work.** Skills encode processes that prevent common mistakes.2. **Skills are workflows, not suggestions.** Follow the steps in order. Don't skip verification steps.3. **Multiple skills can apply.** A feature implementation might involve `idea-refine` → `spec-driven-development` → `planning-and-task-breakdown` → `incremental-implementation` → `test-driven-development` → `code-review-and-quality` → `code-simplification` → `shipping-and-launch` in sequence.4. **When in doubt, start with a spec.** If the task is non-trivial and there's no spec, begin with `spec-driven-development`.
SKILL.md:156来自说明文档打开原文件
10. test-driven-development     → Prove each slice works11. code-review-and-quality     → Review before merge12. code-simplification         → Reduce unnecessary complexity while preserving behavior13. git-workflow-and-versioning → Clean commit history14. documentation-and-adrs      → Document decisions15. deprecation-and-migration   → Retire old systems and move users safely when needed16. shipping-and-launch         → Deploy safely```Not every task needs every skill. A bug fix might only need: `debugging-and-error-recovery` → `test-driven-development` → `code-review-and-quality`.
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。未发现风险

Skill 逻辑拆解

7 个说明模块

这是一个元工作流技能:它要求代理先按任务阶段选择其他技能,而不是直接完成任务。实际后续行为取决于被选中的技能;本次来源未提供那些技能的内容。

查看原文
SKILL.md:3来自说明文档打开原文件
name: using-agent-skillsdescription: Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.---
SKILL.md:14来自说明文档打开原文件
When a task arrives, identify the development phase and apply the corresponding skill:

文档包含一些有利于限制意外改动的规则:只修改用户要求的范围,不进行附带重构、删除或添加未要求的功能。

查看原文
SKILL.md:97来自说明文档打开原文件
### 5. Maintain Scope DisciplineTouch only what you're asked to touch.Do NOT:- Remove comments you don't understand- "Clean up" code orthogonal to the task- Refactor adjacent systems as a side effect- Delete code that seems unused without explicit approval- Add features not in the spec because they "seem useful"Your job is surgical precision, not unsolicited renovation.

它要求通过测试、构建或运行时数据验证变更,并引用了一个未包含在本次来源中的外部 Definition of Done 文件,因此该附加要求无法从现有证据核查。

查看原文
SKILL.md:112来自说明文档打开原文件
Every skill includes a verification step. A task is not complete until verification passes. "Seems right" is never sufficient — there must be evidence (passing tests, build output, runtime data).Per-skill verification is the local check. The project-wide bar that applies to *every* change, regardless of which skill is active, is the Definition of Done: tests pass, no regressions, behavior verified at runtime, docs updated. See `../../references/definition-of-done.md`. It complements each task's acceptance criteria rather than replacing them.
从这里开始 · 工作说明SKILL.md
using-agent-skills
连线表示工作说明包含的模块,不是实际运行顺序。点击模块可查看原文。
文件与检查记录1 个文件

检查范围与遗漏

逐文件查看涉及的内容

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

  • SKILL.md已纳入全文

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

  • SKILL.md工作说明
读取了多少行
193
文件校验值(用于核对版本)
47ed420eb547ebfc1cd85d742e0891c1369d5d6d0502c48d451ca59ee60de7e6