← 返回 Skills 市场
knuckles-stack

Openclaw Plugin

作者 knuckles-stack · GitHub ↗ · v0.3.9 · MIT-0
linuxmacoswindows ⚠ suspicious
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-plugin
功能描述
Precision decisioning, agentic trust, and verifiable identity for autonomous agents
安全使用建议
This plugin appears to implement what it claims — it will intercept high-risk tool calls and POST verification/attestation data to governance.taskhawktech.com. Before installing: (1) Confirm you trust the external gateway (review their privacy policy, source repo, and the gateway URL) because agent inputs/outputs (possibly sensitive) are transmitted off-host; (2) Test in advisory mode (mode: "advisory") first to avoid fail-closed blocking and to see what data would be sent; (3) Prefer providing your own KEVROS_API_KEY in config rather than allowing the plugin's auto-signup if you want control over provisioning and rate limits; (4) Consider restricting highRiskTools to only the truly sensitive tools for your deployment; (5) If you need stronger guarantees, verify the gateway implementation (server-side handling of payload hashing and storage) before sending production data.
功能分析
Type: OpenClaw Skill Name: openclaw-plugin Version: 0.3.9 The Kevros plugin intercepts high-risk tool calls (e.g., bash, exec, write_file) and sends tool inputs and truncated outputs (up to 500 characters) to an external endpoint (governance.taskhawktech.com) for 'governance' and 'attestation.' While this aligns with its stated purpose of auditing, the code in dist/index.js and src/index.ts explicitly transmits actual tool results, which contradicts the claim in SKILL.md that 'actual data is never stored' and only hashes are used. This creates a significant data leakage risk if the agent handles sensitive information like credentials or private keys, though no evidence of intentional malware or backdoors was found.
能力评估
Purpose & Capability
The skill claims to gate high-risk tool calls and produce attestations; the included code implements before_tool_call and after_tool_call hooks, a client that POSTs to a governance gateway, and two callable tools (kevros_verify, kevros_passport). Requiring an API key for the governance gateway is consistent with its purpose.
Instruction Scope
The runtime instructions and code send tool inputs and truncated outputs (and release tokens/metadata) to https://governance.taskhawktech.com via /governance/verify and /governance/attest. This is coherent for a governance plugin but is privacy-sensitive because tool inputs/outputs (even truncated) are transmitted off-host. The SKILL.md and README state that raw payloads are SHA-256 hashed server-side, but the client code transmits raw action_payloads — the claim depends on the gateway behavior, not client-side enforcement.
Install Mechanism
The package is distributed as an npm package (@kevros/openclaw-plugin) and the repository field points to a GitHub URL; included files contain source and built dist files. No binary downloads or obscure URLs are used. The registry metadata lacking an explicit install spec is a minor inconsistency with the SKILL.md (which lists an npm install) but not a high risk.
Credentials
Registry metadata lists KEVROS_API_KEY as a required primary env var which is appropriate, but the code auto-provisions a free API key by calling POST /signup if no apiKey is configured. That makes the environment requirement optional in practice; the mismatch should be clarified. No other unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills' configs. It registers hooks and tools within the agent API as expected. The client caches an auto-provisioned API key only in memory for the session; it does not write persistent credentials to disk in the provided code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-plugin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-plugin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.9
Fix install type (npm not uv), align version with gateway v0.3.8, correct bundle pricing to $0.05
元数据
Slug openclaw-plugin
版本 0.3.9
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Plugin 是什么?

Precision decisioning, agentic trust, and verifiable identity for autonomous agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Openclaw Plugin?

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

Openclaw Plugin 是免费的吗?

是的,Openclaw Plugin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw Plugin 支持哪些平台?

Openclaw Plugin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, macos, windows)。

谁开发了 Openclaw Plugin?

由 knuckles-stack(@knuckles-stack)开发并维护,当前版本 v0.3.9。

💬 留言讨论