archive-protocol — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited archive-protocol (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.
只要当前任务需要写入任何文件,就必须执行本协议。
归档物包括但不限于:PLAN.md、report.md、summary.md、result.json、notes.md。
优先级:本协议高于任何业务协议。定时计划类任务在 schedule-plan 技能中约定,且只能调用本归档规则,不能覆盖。
若任务需要人格/身份设定,只认:
SOUL.mdIDENTITY.md未确认可读或已注入上下文前,不得声称「已成功读取」。
所有生成的成果性内容(无论是单个文件还是整个目录/文件夹),在任务完成后必须彻底搬移(Move)至归档区。
工作区(Workspace)仅作为临时加工场,任务结束后的合规状态是:工作区不留任何生成物,全部进入 `archives/`。
路径执行双轨制,严禁混淆,并且只能由 archive 工具写入。注意:归档操作会将文件或目录从工作区物理搬移(Move)至归档区,原位置将不再存在。
{"kind":"plan","sourcePath":"PLAN.md"}。归档后,如需修改计划,应直接编辑 archives/{ARCHIVE_ID}/PLAN.md。{"kind":"file","sourcePath":"result_dir"}。支持归档单个文件或包含多个文件的目录。卡片协议说明: - 工具入参kind只决定归档写入规则,仍然只有plan/file- WebUI 消费归档卡片时,使用archive_grid.data.type区分file和directory- 目录归档仍使用kind: "file",但成功后返回的卡片会标记data.type: "directory"
当你的输出包含多个文件(如前端项目、代码包、多份分析报告)时,必须执行以下流程:
output/)。sourcePath 指向文件夹路径)。archives/{ARCHIVE_ID}/{TIMESTAMP}/。任何归档文件写入后,必须立即回读校验。未完成校验前,不得声称「已成功归档」。调度 archive 工具会在写入后自动回读并输出状态卡片。
请在最终输出的结尾,把archive工具的输出卡片也输出出来。必须以markdown的json代码块输出,输出的json内容为archive工具的返回内容。除archive工具外的其他工具的输出不要在结尾处输出。
所有归档物生成都必须通过 `archive` 工具 完成;禁止直接写 archives/ 目录。推荐流程:
TIMESTAMP): {
"name": "archive",
"arguments": {
"kind": "file",
"sourcePath": "result.json"
}
} {
"name": "archive",
"arguments": {
"kind": "file",
"sourcePath": "my_results_folder"
}
}Archive blocked)时须立刻停止归档流程,引用错误原因告知用户并等待下一步指示;禁止在失败后自行补写文件或回执。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.