扫描报告
35 /100
stremio-cli
Stremio automation via browser + Torrentio on Mac Mini
stremio_cast.py 脚本与文档描述不一致,声称'不使用'但实际是唯一脚本;存在未声明的 subprocess 执行和硬编码第三方服务器地址。
谨慎使用
更新文档以反映实际使用的脚本和权限,移除硬编码的第三方服务器地址或明确声明其必要性。
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | 文档与代码不一致 文档欺骗 | SKILL.md:28 |
| 低危 | 未声明的shell执行 权限提升 | scripts/stremio_cast.py:62 |
| 低危 | 依赖未版本锁定 供应链 | requirements.txt:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 浏览器 | WRITE | WRITE | ✓ 一致 | scripts/stremio_cast.py:24 |
| 命令执行 | NONE | WRITE | ✗ 越权 | scripts/stremio_cast.py:62 subprocess.Popen调用 |
| 网络访问 | READ | READ | ✓ 一致 | 访问stremio服务器 |
2 项发现
中危 外部 URL 外部 URL
https://app.strem.io/shell-v4.4/?streamingServer=https%3A%2F%2F192-168-15-162.519b6502d940.stremio.rocks%3A12470#/ scripts/stremio_cast.py:10 提示 邮箱 邮箱地址
[email protected] SKILL.md:12 目录结构
3 文件 · 5.3 KB · 135 行 Python 1f · 88L
Markdown 1f · 42L
JSON 1f · 5L
├─
▾
scripts
│ └─
stremio_cast.py
Python
├─
_meta.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
playwright | * | pip | 否 | 无版本锁定 |
安全亮点
✓ 代码结构清晰,错误处理完善
✓ 无凭证外泄行为
✓ 无持久化机制
✓ 无混淆或隐藏代码