扫描报告
5 /100
baikexia
蜗牛公司百科虾技能包,为员工解答公司相关问题
A legitimate company knowledge base Q&A skill for Walter company with proper documentation and only declared Feishu API integration.
可以安装
No action required. The skill performs its documented function of syncing and searching a company knowledge base via Feishu API.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Hardcoded wiki configuration 敏感访问 | scripts/sync.js:40 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | WRITE | ✓ 一致 | cache/content.json creation in sync.js |
| 网络访问 | READ | READ | ✓ 一致 | HTTPS requests to open.feishu.cn for API calls |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution observed |
| 环境变量 | NONE | READ | ✓ 一致 | OPENCLAW_AGENT_NAME env var read in send-message.js |
2 项发现
中危 外部 URL 外部 URL
https://open.feishu.cn/open-apis scripts/send-message.js:16 中危 外部 URL 外部 URL
https://campsnail.feishu.cn/wiki/$ scripts/sync.js:616 目录结构
5 文件 · 62.3 KB · 1806 行 JavaScript 3f · 1586L
Markdown 1f · 215L
JSON 1f · 5L
├─
▾
scripts
│ ├─
search.js
JavaScript
│ ├─
send-message.js
JavaScript
│ └─
sync.js
JavaScript
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No obfuscation techniques (base64, eval) detected
✓ No shell command execution (subprocess) observed
✓ No credential exfiltration - credentials only used for Feishu API authentication
✓ No network requests to unknown external IPs - only communicates with open.feishu.cn
✓ All functionality declared in SKILL.md documentation
✓ Clean codebase with no hidden functionality
✓ Uses Node.js native https module instead of curl/wget