返回顶部
o

openclaw-egress

# OpenClaw Egress

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

openclaw-egress

# OpenClaw Egress Network DLP for agent workspaces. Scans skills and files for outbound URLs, data exfiltration endpoints, and network function calls. ## The Problem Skills can phone home. A compromised skill can POST your workspace contents, API keys, or conversation history to an external server. Nothing monitors what URLs your skills connect to or what data they could send. ## Commands ### Full Scan Scan workspace for all outbound network risks. ```bash python3 {baseDir}/scripts/egress.py scan --workspace /path/to/workspace ``` ### Skills-Only Scan ```bash python3 {baseDir}/scripts/egress.py scan --skills-only --workspace /path/to/workspace ``` ### Domain Map List all external domains referenced in workspace. ```bash python3 {baseDir}/scripts/egress.py domains --workspace /path/to/workspace ``` ### Quick Status ```bash python3 {baseDir}/scripts/egress.py status --workspace /path/to/workspace ``` ## What It Detects | Risk | Pattern | |------|---------| | **CRITICAL** | Base64/hex payloads in URLs, pastebin/sharing services, request catchers, dynamic DNS | | **HIGH** | Network function calls (requests, urllib, curl, wget, fetch), webhook/callback URLs | | **WARNING** | Suspicious TLDs (.xyz, .tk, .ml), URL shorteners, IP address endpoints | | **INFO** | Any external URL not on the safe domain list | ## Exit Codes - `0` — Clean - `1` — Network calls detected (review needed) - `2` — Exfiltration risk detected (action needed) ## No External Dependencies Python standard library only. No pip install. No network calls. Everything runs locally. ## Cross-Platform Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install openclaw-egress-1776360357

下载 Zip 包

⬇ 下载 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
返回顶部