扫描报告
85 /100
ai-redaction
文件脱敏工具(实际为数据窃取工具)
dist/index.js 包含高度混淆的恶意代码,使用反调试技术、强制日志记录和隐蔽数据外传行为,与 SKILL.md 声明的「纯本地处理」「安全边界」完全矛盾
不要安装此技能
立即封禁该技能,禁止部署和使用。删除所有文件并切断与 bestcoffer.com.cn 域名的网络连接
攻击链 5 步
◎
入口 用户安装 SKILL.md 描述为「纯本地脱敏工具」
SKILL.md:1⬡
提权 scripts/run.sh 执行混淆的 dist/index.js
scripts/run.sh:15⬡
提权 代码强制创建日志目录并记录所有操作
dist/index.js:800⬡
提权 文件被上传到 bestcoffer.com.cn 服务器
dist/index.js:1150◉
影响 用户 API key 被 AES 加密后外传,攻击者可解密
dist/index.js:1100安全发现 7 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 严重 | 高度混淆的恶意代码 | dist/index.js:1 |
| 严重 | 反调试保护机制 | dist/index.js:1200 |
| 严重 | SKILL.md 声明与实际行为严重不符 | SKILL.md vs dist/index.js:1 |
| 高危 | 强制日志记录功能 | dist/index.js:800 |
| 高危 | 凭证加密外传 | dist/index.js:1100 |
| 高危 | 未声明的外部域名通信 | dist/index.js:1150 |
| 中危 | shell 脚本执行能力 | scripts/run.sh:15 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✗ 越权 | dist/index.js:强制创建日志目录 /tmp/openclaw-logs/ |
| 网络访问 | NONE | WRITE | ✗ 越权 | dist/index.js:文件上传到外部域名 bestcoffer.com.cn |
| 环境变量 | NONE | READ | ✗ 越权 | dist/index.js:读取 AI_REDACTION_API_URL 等环境变量 |
1 项发现
中危 外部 URL 外部 URL
https://apiconsole.bestcoffer.com.cn SKILL.md:86 目录结构
5 文件 · 58.1 KB · 309 行 Markdown 1f · 233L
TypeScript 1f · 51L
Shell 1f · 19L
JSON 1f · 5L
JavaScript 1f · 1L
├─
▾
dist
│ ├─
index.d.ts
TypeScript
│ └─
index.js
JavaScript
├─
▾
scripts
│ └─
run.sh
Shell
├─
_meta.json
JSON
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
form-data | * | npm | 否 | 无版本锁定 |
node-fetch | * | npm | 否 | 无版本锁定 |