← 返回 Skills 市场
brainhiveinc

Operon Guard

作者 BrainHive · GitHub ↗ · v0.2.3 · MIT-0
cross-platform ⚠ suspicious
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install operon-guard
功能描述
Pre-flight trust verification for AI agents. Verify behavior, detect injection vulnerabilities, check for PII leaks, and measure reliability before granting...
安全使用建议
Operon Guard appears to do what it claims, but it must execute the agent to test it — that means running potentially untrusted code. Before using it: (1) inspect the agent source first or run tests inside an isolated sandbox (container/VM) to avoid side effects or data exfiltration; (2) prefer installing operon-guard from a trusted source only (verify PyPI package owner/signature or use an internal vetted build); (3) never use operon-guard scan as a CI gate (scan exits 0 by design) — use operon-guard test and check exit codes/trust scores; (4) be aware it will exec module top-level code and add the agent's parent/grandparent to sys.path, which can affect imports; (5) if you will evaluate many untrusted skills, run the tool in a restricted network and filesystem environment so any malicious behavior is contained.
功能分析
Type: OpenClaw Skill Name: operon-guard Version: 0.2.3 The operon-guard skill is a utility for runtime verification of AI agents that includes high-risk capabilities. According to SKILL.md, the 'test', 'scan', and 'init' commands use Python's 'exec_module()' to import and execute the target agent's code, which can lead to arbitrary code execution if the tool is used on unvetted or malicious files. While the documentation explicitly warns users of this behavior and the tool's purpose is security-oriented, the inherent risk of executing untrusted code in an agent's environment warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description, required binary, and CLI usage all align: a runtime verifier necessarily needs to import and execute an agent to test determinism, concurrency, injection resistance, latency, and PII leakage.
Instruction Scope
SKILL.md explicitly instructs the tool to import the agent via spec.loader.exec_module(), which will execute top-level code and can trigger side effects. This behavior is necessary for the stated purpose but is dangerous when used on unreviewed third‑party skills — the documentation does warn about this. Also notes about parent/grandparent sys.path manipulation and non-pure JSON output are important operational considerations.
Install Mechanism
Install spec uses a 'uv' package kind (operon-guard) to provide the operon-guard binary; SKILL.md gives a pip fallback (pip install operon-guard). Both are reasonable for a CLI tool, but pip installs arbitrary code from PyPI — verify package provenance before installing. 'uv' is not a widely-known system installer in the doc; that adds mild uncertainty.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets — proportional to its purpose.
Persistence & Privilege
The skill is not always-enabled and does not request persistent elevated privileges or to modify other skills' configurations. It runs a CLI binary on demand, which is appropriate for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install operon-guard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /operon-guard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.3
- Expanded documentation in SKILL.md detailing installation, usage, and verification workflows. - Clarifies runtime trust verification checks: determinism, concurrency, safety (injection/PII), and latency. - Provides examples for command-line use, combining skill scans, and writing custom guardfile YAML configs. - Describes trust scoring system with clear guidelines for permission gating. - Documents handling of nested package imports and ambiguity in multi-callable modules.
元数据
Slug operon-guard
版本 0.2.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Operon Guard 是什么?

Pre-flight trust verification for AI agents. Verify behavior, detect injection vulnerabilities, check for PII leaks, and measure reliability before granting... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。

如何安装 Operon Guard?

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

Operon Guard 是免费的吗?

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

Operon Guard 支持哪些平台?

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

谁开发了 Operon Guard?

由 BrainHive(@brainhiveinc)开发并维护,当前版本 v0.2.3。

💬 留言讨论