扫描报告
5 /100
tradfri-lights
Control IKEA TRÅDFRI lights and groups through a local TRÅDFRI gateway using node-tradfri-client
A legitimate smart home control skill for IKEA TRÅDFRI lights with no malicious indicators - all capabilities are documented, no credential exfiltration, no shell execution, and network access is restricted to the local gateway.
可以安装
This skill is safe to use. No action required.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Missing package.json 供应链 | scripts/tradfri.js:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | Only reads config.json for gateway credentials |
| 网络访问 | READ | READ | ✓ 一致 | Only connects to local TRÅDFRI gateway via node-tradfri-client |
| 命令执行 | NONE | NONE | — | No shell commands or subprocess calls in code |
| 环境变量 | NONE | READ | ✓ 一致 | Reads TRADFRI_* env vars for gateway credentials; documented in SKILL.md |
目录结构
4 文件 · 22.6 KB · 623 行 JavaScript 1f · 449L
Markdown 2f · 169L
JSON 1f · 5L
├─
▾
references
│ └─
setup.md
Markdown
├─
▾
scripts
│ └─
tradfri.js
JavaScript
├─
config.json
⚠
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
node-tradfri-client | * | npm | 否 | Version not pinned - no package.json present |
安全亮点
✓ No credential exfiltration - gateway credentials only used for local authentication
✓ No shell command execution or subprocess calls
✓ No external network connections beyond local TRÅDFRI gateway
✓ No obfuscation, base64 encoding, or hidden execution paths
✓ Documentation fully matches implemented functionality
✓ No sensitive path access (no ~/.ssh, ~/.aws, .env reading)
✓ Clean error handling with no silent failures
✓ Credentials are local-only, not transmitted externally