可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
jf-open-pro-capture-livestream
JF (杰峰) device API tool for capturing live streams and device snapshots
Legitimate JF (杰峰) device API tool with proper credential handling through environment variables only; no malicious behavior detected.
技能名称jf-open-pro-capture-livestream
分析耗时25.8s
引擎pi
可以安装
This skill is safe to use. Consider pinning the requests library version for better dependency hygiene.

安全发现 1 项

严重性 安全发现 位置
低危
Unpinned dependency version
The requests library version is not pinned with an upper bound, which could allow installation of potentially vulnerable versions.
requests>=2.28.0
→ Consider pinning to a specific version range, e.g., requests>=2.28.0,<2.32.0
scripts/requirements.txt:1
资源类型声明权限推断权限状态证据
环境变量 READ READ ✓ 一致 Line 91-100: os.environ.get('JF_*')
网络访问 READ READ ✓ 一致 Line 131-135: requests.post() to declared endpoints
文件系统 NONE NONE No file operations found
命令执行 NONE NONE No subprocess/shell execution found
4 项发现
🔗
中危 外部 URL 外部 URL
https://open.jftech.com/
SKILL.md:11
🔗
中危 外部 URL 外部 URL
https://api.jftechws.com
SKILL.md:42
🔗
中危 外部 URL 外部 URL
https://api-cn.jftech.com
SKILL.md:44
🔗
中危 外部 URL 外部 URL
https://docs.jftech.com/
SKILL.md:212

目录结构

4 文件 · 28.1 KB · 826 行
Python 1f · 494L Markdown 2f · 329L Text 1f · 3L
├─ 📁 scripts
│ ├─ 🐍 jf_open_pro_capture_livestream.py Python 494L · 19.6 KB
│ └─ 📄 requirements.txt Text 3L · 44 B
├─ 📝 README.md Markdown 116L · 2.6 KB
└─ 📝 SKILL.md Markdown 213L · 5.9 KB

依赖分析 1 项

包名版本来源已知漏洞备注
requests >=2.28.0 pip Version not pinned with upper bound

安全亮点

✓ Credentials handled exclusively through environment variables as documented
✓ No shell execution or subprocess calls detected
✓ No file system access beyond script execution
✓ HTTP requests limited to declared official JF API endpoints only
✓ No credential exfiltration or data leakage patterns
✓ No obfuscation techniques (base64, eval, exec) observed
✓ Clean, straightforward code with no hidden functionality
✓ Environment variable access restricted to documented JF_* prefixed variables only