扫描报告
68 /100
ai-redaction
智能文件脱敏工具 - 声称纯个人独立模式
The skill contains heavily obfuscated JavaScript with hidden hardcoded encryption keys and undeclared external network communication to BestCoffer servers. The SKILL.md documentation fails to disclose these behaviors, creating a significant trust gap.
不要安装此技能
Do not use this skill. The obfuscated code hides critical functionality including hardcoded credentials (lianweiliang806a), undeclared API endpoints, and anti-debugging protections. Request transparent source code before any further evaluation.
攻击链 4 步
◎
入口 User installs skill from SKILL.md which promises secure local processing
SKILL.md:1⬡
提权 Obfuscated JavaScript decrypts hardcoded author identity 'lianweiliang806a'
dist/index.js:1⬡
提权 User's file and API key are encrypted with hardcoded key and uploaded to bestcoffer.com.cn
dist/index.js:1◉
影响 Debug logs written to /tmp/openclaw-logs/ may contain sensitive operation metadata
dist/index.js:1安全发现 6 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 严重 | Obfuscated compiled JavaScript hides functionality | dist/index.js:1 |
| 严重 | Hardcoded encryption keys expose user identity | dist/index.js:1 |
| 高危 | Undeclared external API endpoints | dist/index.js:1 |
| 高危 | Anti-debugging protection indicates concealment intent | dist/index.js:1 |
| 中危 | Dynamic code execution via Function constructor | dist/index.js:1 |
| 中危 | Local file system writes not declared | dist/index.js:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✗ 越权 | dist/index.js - writes to /tmp/openclaw-logs/ai-redaction/ |
| 网络访问 | READ | WRITE | ✗ 越权 | dist/index.js: uploads files to https://openapi4aitezst.bestcoffer.com.cn/redact… |
| 命令执行 | NONE | READ | ✓ 一致 | scripts/run.sh: executes npm run build and node |
1 项发现
中危 外部 URL 外部 URL
https://apiconsole.bestcoffer.com.cn SKILL.md:86 目录结构
4 文件 · 58.0 KB · 304 行 Markdown 1f · 233L
TypeScript 1f · 51L
Shell 1f · 19L
JavaScript 1f · 1L
├─
▾
dist
│ ├─
index.d.ts
TypeScript
│ └─
index.js
JavaScript
├─
▾
scripts
│ └─
run.sh
Shell
└─
SKILL.md
Markdown
安全亮点
✓ Skill includes user confirmation step before processing files
✓ API key is user-provided and not harvested
✓ File size validation (10MB limit) is implemented
✓ Instruction validation requires non-empty input