Scan Report
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 install this skill
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.
Attack Chain 4 steps
◎
Entry User installs skill from SKILL.md which promises secure local processing
SKILL.md:1⬡
Escalation Obfuscated JavaScript decrypts hardcoded author identity 'lianweiliang806a'
dist/index.js:1⬡
Escalation User's file and API key are encrypted with hardcoded key and uploaded to bestcoffer.com.cn
dist/index.js:1◉
Impact Debug logs written to /tmp/openclaw-logs/ may contain sensitive operation metadata
dist/index.js:1Findings 6 items
| Severity | Finding | Location |
|---|---|---|
| Critical | Obfuscated compiled JavaScript hides functionality | dist/index.js:1 |
| Critical | Hardcoded encryption keys expose user identity | dist/index.js:1 |
| High | Undeclared external API endpoints | dist/index.js:1 |
| High | Anti-debugging protection indicates concealment intent | dist/index.js:1 |
| Medium | Dynamic code execution via Function constructor | dist/index.js:1 |
| Medium | Local file system writes not declared | dist/index.js:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✗ Violation | dist/index.js - writes to /tmp/openclaw-logs/ai-redaction/ |
| Network | READ | WRITE | ✗ Violation | dist/index.js: uploads files to https://openapi4aitezst.bestcoffer.com.cn/redact… |
| Shell | NONE | READ | ✓ Aligned | scripts/run.sh: executes npm run build and node |
1 findings
Medium External URL 外部 URL
https://apiconsole.bestcoffer.com.cn SKILL.md:86 File Tree
4 files · 58.0 KB · 304 lines 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
Security Positives
✓ 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