返回顶部
t

tophant-clawvault顶爪安全系统

AI security system for protecting agents from prompt injection, data leakage, and dangerous commands

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.3
安全检测
已通过
161
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

tophant-clawvault

ClawVault 技能

用于 OpenClaw 的 AI 安全系统,具备安装、规则生成、检测和监控功能。

防护能力:

  • - 提示注入攻击
  • 数据泄露(PII、凭据、API 密钥)
  • 危险命令执行
  • 越狱尝试

命令

/clawvault start

启动 ClawVault 服务。

bash
clawvault start # 默认:仅本地主机(安全)
clawvault start --mode strict # 严格模式

/clawvault install

安装 ClawVault。

bash
/clawvault install --mode quick # 推荐
/clawvault install --mode standard # 交互式
/clawvault install --mode advanced # 完全控制

/clawvault health

检查服务健康状态。

bash
/clawvault health

/clawvault generate-rule

从自然语言生成安全规则。

bash
/clawvault generate-rule 阻止所有 AWS 凭据
/clawvault generate-rule --scenario customer_service --apply

场景: customer_service、development、production、finance

/clawvault status

获取运行状态和统计信息。

bash
/clawvault status

/clawvault test

运行检测测试。

bash
/clawvault test --category all
/clawvault test --category sensitive

类别: all、sensitive、injection、commands

/clawvault uninstall

卸载 ClawVault。

bash
/clawvault uninstall
/clawvault uninstall --keep-config # 保留配置

快速示例

bash

安装


/clawvault install --mode quick

生成规则

/clawvault generate-rule 检测数据库密码 --apply

应用场景

/clawvault generate-rule --scenario customer_service --apply

检查健康状态

/clawvault health

要求

  • - Python 3.10+
  • 端口 8765、8766 可用

权限

  • - executecommand - 运行安装和 ClawVault 命令
  • writefiles - 创建配置文件
  • read_files - 读取配置
  • network - 下载包和 API 调用

安全注意事项

⚠️ 重要: ClawVault 作为一个本地 HTTP 代理运行,用于检查 AI 流量。

这意味着什么:

  • - ClawVault 可以看到 API 请求、响应和 API 密钥
  • 这是有意为之,也是威胁检测所必需的
  • 所有数据都保留在您的本地机器上

仪表盘安全:

  • - 默认:绑定到 127.0.0.1(仅本地主机)✅ 安全
  • 对于远程访问: 使用 SSH 隧道而不是暴露仪表盘
  • 示例:ssh -L 8766:localhost:8766 user@server

安装前:

  • - 查看 SECURITY.md 文档
  • 了解 ClawVault 将检查所有代理流量
  • 确保仪表盘绑定适合您的环境
  • 对于敏感用例,考虑在隔离环境中运行

生产环境:

  • - 使用仅本地主机仪表盘
  • 启用严格模式:--mode strict
  • 配置审计日志保留
  • 定期检查检测日志

完整安全文档请参见 SECURITY.md

文档

  • - 完整指南:https://github.com/tophant-ai/ClawVault/blob/main/doc/OPENCLAWSKILL.md
  • 中文文档:https://github.com/tophant-ai/ClawVault/blob/main/doc/zh/OPENCLAWSKILL.md
  • 仓库:https://github.com/tophant-ai/ClawVault

许可证

MIT © 2026 Tophant SPAI Lab

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tophant-clawvault-1776199202 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tophant-clawvault-1776199202 技能

通过命令行安装

skillhub install tophant-clawvault-1776199202

下载

⬇ 下载 tophant-clawvault v0.1.3(免费)

文件大小: 13.34 KB | 发布时间: 2026-4-17 16:23

v0.1.3 最新 2026-4-17 16:23
ClawVault 0.1.3

- Updated documentation with detailed command usage, security considerations, and requirements.
- Clarified installation modes, rule generation options, and testing categories in SKILL.md.
- Expanded examples and provided clear guidance for production and remote access.
- Added explicit permissions and network/security transparency notes.
- Linked to full guides and security documentation for reference.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部