Scan Report
35 /100
stremio-cli
Stremio automation via browser + Torrentio on Mac Mini
stremio_cast.py 脚本与文档描述不一致,声称'不使用'但实际是唯一脚本;存在未声明的 subprocess 执行和硬编码第三方服务器地址。
Use with caution
更新文档以反映实际使用的脚本和权限,移除硬编码的第三方服务器地址或明确声明其必要性。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | 文档与代码不一致 Doc Mismatch | SKILL.md:28 |
| Low | 未声明的shell执行 Priv Escalation | scripts/stremio_cast.py:62 |
| Low | 依赖未版本锁定 Supply Chain | requirements.txt:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Browser | WRITE | WRITE | ✓ Aligned | scripts/stremio_cast.py:24 |
| Shell | NONE | WRITE | ✗ Violation | scripts/stremio_cast.py:62 subprocess.Popen调用 |
| Network | READ | READ | ✓ Aligned | 访问stremio服务器 |
2 findings
Medium External 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 Info Email 邮箱地址
[email protected] SKILL.md:12 File Tree
3 files · 5.3 KB · 135 lines Python 1f · 88L
Markdown 1f · 42L
JSON 1f · 5L
├─
▾
scripts
│ └─
stremio_cast.py
Python
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
playwright | * | pip | No | 无版本锁定 |
Security Positives
✓ 代码结构清晰,错误处理完善
✓ 无凭证外泄行为
✓ 无持久化机制
✓ 无混淆或隐藏代码