返回顶部
o

openclaw-egress开爪出口

# OpenClaw Egress

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

openclaw-egress

OpenClaw Egress

针对智能体工作空间的网络数据泄露防护。扫描技能和文件中的出站URL、数据外泄端点及网络函数调用。

问题所在

技能可能向外发送数据。被攻破的技能可以将你的工作空间内容、API密钥或对话历史通过POST请求发送到外部服务器。目前没有任何机制监控你的技能连接了哪些URL,或它们可能发送了什么数据。

命令

完整扫描

扫描工作空间中所有出站网络风险。

bash
python3 {baseDir}/scripts/egress.py scan --workspace /path/to/workspace

仅扫描技能

bash
python3 {baseDir}/scripts/egress.py scan --skills-only --workspace /path/to/workspace

域名映射

列出工作空间中引用的所有外部域名。

bash
python3 {baseDir}/scripts/egress.py domains --workspace /path/to/workspace

快速状态

bash
python3 {baseDir}/scripts/egress.py status --workspace /path/to/workspace

检测内容

风险等级模式
严重URL中的Base64/十六进制载荷、pastebin/文件分享服务、请求捕获器、动态DNS
网络函数调用(requests、urllib、curl、wget、fetch)、webhook/回调URL | | 警告 | 可疑顶级域名(.xyz、.tk、.ml)、URL缩短器、IP地址端点 | | 信息 | 不在安全域名列表中的任何外部URL |

退出代码

  • - 0 — 干净
  • 1 — 检测到网络调用(需要审查)
  • 2 — 检测到数据外泄风险(需要处理)

无外部依赖

仅使用Python标准库。无需pip安装。无网络调用。一切在本地运行。

跨平台

兼容OpenClaw、Claude Code、Cursor以及任何使用智能体技能规范的工具。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-egress-1776360357 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-egress-1776360357 技能

通过命令行安装

skillhub install openclaw-egress-1776360357

下载

⬇ 下载 openclaw-egress v1.0.2(免费)

文件大小: 9.35 KB | 发布时间: 2026-4-17 14:54

v1.0.2 最新 2026-4-17 14:54
- Removed references and instructions for upgrading to "openclaw-egress-pro" in documentation.
- Updated SKILL.md and README.md to clarify current feature set (no mention of blocking or premium features).
- No code logic changes; updates focus on making documentation accurate and concise.

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

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

p2p_official_large
返回顶部