git-sync — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-sync (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
将 skill 代码规范化推送到码云(Gitee)、GitHub,并生成 ZIP 安装包。
~/.workbuddy/workbuddy-skills/正向触发:
否定条件:
📚 渐进式加载:本技能采用渐进式 MD 体系,SKILL.md为入口(≤230行),详细内容拆分到references/*.md按需加载。
.dist/ 目录_meta.json / SKILL.md frontmatter / changelogsecrets/regex/telemetry| 文件名 | 分类 | 包含内容 | 审计关联 |
|---|---|---|---|
references/LICENSE.md | 许可协议 | 开源许可证声明(MIT)。包含:MIT 许可证完整文本。 | R-26 |
references/antipatterns.md | 规范指南 | skill 编写中的常见反模式。包含:错误做法示例、正确做法示例、避坑指引。 | R-18 |
references/changelog.md | 版本管理 | 版本更新日志。包含:版本号、变更类型、修复项、升级说明。 | R-24 |
references/faq.md | 常见问题 | 常见疑问与解答。包含:问题分类、原因分析、解决方案。 | R-19, R-25 C-19 |
references/guide.md | 使用指南 | 三种执行模式操作教程。包含:audit/create/refactor 流程、参数说明、注意事项。 | 无 |
references/permissions.md | 权限与测试 | 权限扫描说明与测试结论。包含:风险等级、高权限操作说明、测试概览、计时统计。 | R-15, R-16 |
references/reference.md | 命令参考 | CLI 完整命令参考。包含:所有参数、子命令、选项、示例用法。 | 无 |
场景:推送单个技能到双平台
场景:仅打包不推送
?. 触发判断 → 输入 用户请求同步/推送/打包 skill → 输出 触发/不触发决策 ?. 安全校验 → 输入 目标路径+skill名称 → 输出 校验通过/拒绝 ?. 清单检查 → 输入 本地manifest.json版本 → 输出 升级/跳过/冲突 ?. 文件同步 → 输入 源skill目录 → 输出 同步到workrepo/ ?. 敏感信息脱敏 → 输入 文件列表 → 输出 脱敏后的副本 ?. 更新README → 输入 skills/目录 → 输出 README.md ?. 提交推送 → 输入 提交信息 → 输出 推送状态 ?. 打包索引 → 输入 技能目录 → 输出 .zip+index.html
本技能的数据文件存放在:
skills/.standardization/git-sync/
├── data/
│ ├── config.json # 平台配置(用户名、仓库名、分支等)
│ └── manifest.json # 技能同步状态清单
└── backup/ # 改造/更新前的自动备份安装目录 skills/git-sync/ 只保留 SKILL.md 和 scripts/。
📚 渐进式加载:本技能采用渐进式 MD 体系,SKILL.md为轻量入口(≤230行),详细内容拆分到references/*.md按需加载。完整文件清单见「核心能力 → 渐进式文件索引」表格。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.