← 返回 Skills 市场
mindbomber

AANA Guardrail Skill Bundled Helper Variant

作者 mindbomber · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
84
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install aana-guardrail-bundled
功能描述
Provides a local Python helper to send minimal review payloads to a trusted AANA HTTP bridge for policy guidance inside the skill package.
使用说明 (SKILL.md)

AANA Guardrail Skill Bundled Helper Variant

Use this variant only when the user or administrator wants a bundled, inspectable helper inside the skill package.

This package includes a small Python helper at bin/aana_guardrail_check.py. The helper does not implement AANA policy itself. It only sends a minimal review payload to a separately running AANA HTTP bridge on localhost.

Safety Boundary

  • Do not run the helper unless the user explicitly approves using the configured AANA bridge for this task.
  • Do not send payloads to remote hosts. The bundled helper rejects non-localhost URLs.
  • Do not include API keys, bearer tokens, passwords, full payment numbers, unnecessary account records, or unrelated private messages.
  • Prefer redacted summaries over raw sensitive content.
  • Treat AANA recommendations as advisory unless the bridge and policy are trusted and auditable.
  • If the helper or bridge is unavailable, use manual review.

Review Payload

Use a minimal JSON payload:

{
  "adapter_id": "support_reply",
  "request_summary": "draft a refund support reply",
  "candidate_summary": "reply would promise refund eligibility",
  "evidence_summary": ["refund eligibility is unknown"],
  "allowed_actions": ["accept", "revise", "ask", "defer", "refuse"]
}

Helper Behavior

The helper:

  • reads one JSON payload file,
  • validates that it is a JSON object,
  • blocks obvious secret-like keys,
  • sends the payload to a localhost AANA bridge,
  • prints the JSON result,
  • exits nonzero if the result recommends anything other than accept.

The helper does not:

  • install dependencies,
  • execute other scripts,
  • infer checker paths,
  • contact remote hosts,
  • create event files,
  • delete user files.

Decision Rule

  • If recommended_action is accept, proceed.
  • If recommended_action is revise, revise before acting.
  • If recommended_action is ask, ask the user for missing information.
  • If recommended_action is defer, route to a stronger tool or human review.
  • If recommended_action is refuse, pause, explain the reason, and ask for review when the decision affects important work.

If no trusted bridge is configured, do not use this helper.

安全使用建议
This skill appears safe and consistent with its stated purpose. Before installing or using it, make sure the localhost AANA bridge is one you trust, keep review payloads short and redacted, and use only the approved bridge URL.
功能分析
Type: OpenClaw Skill Name: aana-guardrail-bundled Version: 1.0.1 The skill bundle provides a helper script for interfacing with a local guardrail service (AANA bridge). It demonstrates strong security practices, including restricting network communication to 'localhost' only, scanning JSON payloads for sensitive keys (e.g., 'api_key', 'password') to prevent accidental leakage, and using only the Python standard library to avoid supply chain risks. The instructions in SKILL.md and the logic in bin/aana_guardrail_check.py are consistent, safety-oriented, and lack any indicators of malicious intent or significant vulnerabilities.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose matches the bundled code: it reads a review JSON file, sends a redacted event to a localhost AANA bridge, and prints the bridge response. The external bridge itself is not included, so its trustworthiness remains outside this package.
Instruction Scope
The instructions explicitly require user approval before using the helper, forbid secrets and unrelated private data in payloads, and state that AANA recommendations are advisory unless the bridge is trusted.
Install Mechanism
There is no install script, no dependency installation, and requirements.txt is intentionally empty. The single Python helper is bundled and readable.
Credentials
The helper makes an HTTP POST to localhost and reads one user-specified payload file, which is proportionate for the guardrail purpose. Capability signals mentioning purchases or credentials are not supported by the file contents, which instead say not to include payment details or secrets.
Persistence & Privilege
The artifacts show no persistence, credential use, background service creation, event-file writing, deletion, or privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aana-guardrail-bundled
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aana-guardrail-bundled 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added compiled Python helper file: bin/__pycache__/aana_guardrail_check.cpython-313.pyc. - Updated documentation to clarify the helper sends review payloads only to localhost (removed reference to 127.0.0.1).
v1.0.0
Initial release of the bundled AANA Guardrail helper skill. - Provides a minimal Python helper script to send review payloads to a locally running AANA HTTP bridge. - The helper validates payloads, blocks obvious secret keys, and only contacts localhost addresses. - Printed results include gate recommendations; exits nonzero when the action is not accepted. - Includes example payload, schema, and detailed usage/safety documentation. - No dependencies are installed; remote hosts and sensitive data are strictly excluded by default.
元数据
Slug aana-guardrail-bundled
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

AANA Guardrail Skill Bundled Helper Variant 是什么?

Provides a local Python helper to send minimal review payloads to a trusted AANA HTTP bridge for policy guidance inside the skill package. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 AANA Guardrail Skill Bundled Helper Variant?

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

AANA Guardrail Skill Bundled Helper Variant 是免费的吗?

是的,AANA Guardrail Skill Bundled Helper Variant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AANA Guardrail Skill Bundled Helper Variant 支持哪些平台?

AANA Guardrail Skill Bundled Helper Variant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AANA Guardrail Skill Bundled Helper Variant?

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

💬 留言讨论