← 返回 Skills 市场
andyxinweiminicloud

Update Signature Verifier

作者 andyxinweiminicloud · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
514
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install update-signature-verifier
功能描述
Helps verify the cryptographic integrity of skill updates by checking whether each version is signed by the same key as the original install, detecting key c...
安全使用建议
This skill is conceptually coherent: it describes how to audit signature continuity and doesn't request secrets. However, it is instruction-only and has no source, homepage, or shipped code — that means you don't have verifiable provenance or an executable implementation to inspect. Before using it in an automated or high-risk context: 1) ask the publisher (or the installer) for the exact implementation or scripts the agent will run (concrete curl/python commands, URLs contacted, and signature verification steps); 2) do not supply private keys or credentials to the skill; 3) if the agent will fetch JWKS or version artifacts, verify those endpoints are the legitimate publisher endpoints; and 4) if you need higher assurance, run the verification offline yourself by providing the version/signature metadata to the agent rather than allowing it to fetch artifacts autonomously. If you cannot obtain implementation details or provenance, treat this as a useful guide but limit its autonomous privileges and network access.
功能分析
Type: OpenClaw Skill Name: update-signature-verifier Version: 1.0.0 The skill's stated purpose is to verify the cryptographic integrity of skill updates, a legitimate security function. The `SKILL.md` clearly describes this purpose, its checks, and usage, without any evidence of prompt injection attempts against the agent. While it requires `curl` and `python3`, these are standard binaries and their use is consistent with the stated security auditing purpose. There are no indicators of malicious intent such as data exfiltration, unauthorized execution, persistence, or obfuscation within the provided files.
能力评估
Purpose & Capability
The skill documents a signature-continuity auditor which plausibly needs network fetches and signature verification; the declared required binaries (curl, python3) are reasonable for those tasks but the SKILL.md does not show concrete commands or code that use them. Because the skill is instruction-only, the binary list is advisory rather than enforced — acceptable but worth noting.
Instruction Scope
The instructions describe the inputs needed (skill id, version metadata) and the outputs (per-version fingerprint comparisons, chain status). There are no instructions to read unrelated files, access environment variables, or exfiltrate data to unexpected endpoints. The SKILL.md does not instruct the agent to request private keys or other credentials.
Install Mechanism
No install spec and no code files are present (instruction-only). That minimizes installation risk — nothing will be downloaded or written by an installer as part of a declared install step.
Credentials
No environment variables, credentials, or config paths are required. That is proportional for a verification/audit skill which only needs version and signing metadata as input.
Persistence & Privilege
always is false and model invocation is not disabled (normal defaults). The skill does not declare any persistent system-level changes or access to other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install update-signature-verifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /update-signature-verifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of update-signature-verifier (v1.0.0). - Detects cryptographic signature continuity across skill updates, flagging key changes, signature gaps, and unsigned versions. - Reports on signing key provenance and whether each version is signed by the same key as the original install. - Outputs a detailed audit including chain-of-custody status and recommended actions for gaps or anomalies. - Aims to surface supply chain risks that occur via update channels, not just at install time.
元数据
Slug update-signature-verifier
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Update Signature Verifier 是什么?

Helps verify the cryptographic integrity of skill updates by checking whether each version is signed by the same key as the original install, detecting key c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 514 次。

如何安装 Update Signature Verifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install update-signature-verifier」即可一键安装,无需额外配置。

Update Signature Verifier 是免费的吗?

是的,Update Signature Verifier 完全免费(开源免费),可自由下载、安装和使用。

Update Signature Verifier 支持哪些平台?

Update Signature Verifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Update Signature Verifier?

由 andyxinweiminicloud(@andyxinweiminicloud)开发并维护,当前版本 v1.0.0。

💬 留言讨论