扫描报告
5 /100
excel-ai-analyzer
智能 Excel 数据分析技能 - 自动分析、统计、报告生成
This is a clean, legitimate Excel analysis skill with no malicious indicators. All functionality is declared in SKILL.md, code is readable with no obfuscation, and no sensitive resource access is performed.
可以安装
This skill is safe to use. Optionally pin the xlsx dependency to a specific version for reproducibility.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Dependency version not pinned 供应链 | package.json:15 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | index.js:14 - fs.existsSync and XLSX.readFile for Excel parsing |
| 网络访问 | NONE | NONE | — | No network requests found |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution found |
| 环境变量 | NONE | NONE | — | No environment variable access found |
| 技能调用 | EXECUTE | EXECUTE | ✓ 一致 | index.js:180 - module.exports.execute() |
9 项发现
中危 外部 URL 外部 URL
https://registry.npmmirror.com/adler-32/-/adler-32-1.3.1.tgz package-lock.json:17 中危 外部 URL 外部 URL
https://registry.npmmirror.com/cfb/-/cfb-1.2.2.tgz package-lock.json:26 中危 外部 URL 外部 URL
https://registry.npmmirror.com/codepage/-/codepage-1.15.0.tgz package-lock.json:39 中危 外部 URL 外部 URL
https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz package-lock.json:48 中危 外部 URL 外部 URL
https://registry.npmmirror.com/frac/-/frac-1.1.2.tgz package-lock.json:60 中危 外部 URL 外部 URL
https://registry.npmmirror.com/ssf/-/ssf-0.11.2.tgz package-lock.json:69 中危 外部 URL 外部 URL
https://registry.npmmirror.com/wmf/-/wmf-1.0.2.tgz package-lock.json:81 中危 外部 URL 外部 URL
https://registry.npmmirror.com/word/-/word-0.3.0.tgz package-lock.json:90 中危 外部 URL 外部 URL
https://registry.npmmirror.com/xlsx/-/xlsx-0.18.5.tgz package-lock.json:99 目录结构
8 文件 · 20.2 KB · 763 行 JavaScript 2f · 356L
Markdown 4f · 267L
JSON 2f · 140L
├─
index.js
JavaScript
├─
package-lock.json
JSON
├─
package.json
JSON
├─
PUBLISH_CHECKLIST.md
Markdown
├─
README.md
Markdown
├─
SKILL.md
Markdown
├─
test-report.md
Markdown
└─
test.js
JavaScript
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
xlsx | 0.18.5 | npm | 否 | Caret range ^0.18.5 - recommend exact pin |
安全亮点
✓ All functionality explicitly declared in SKILL.md - no hidden behavior
✓ No network requests, shell execution, or credential access
✓ Clean, readable code with no obfuscation or base64 encoding
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Standard xlsx library for Excel parsing - well-known, audited dependency
✓ No C2 communication, reverse shells, or data exfiltration
✓ Only legitimate filesystem:READ for file path operations