Scan Report
5 /100
china-top-doctor-referral
三甲医院主任/副主任级医生推荐,支持按科室/疾病/症状匹配专家并预约高端私立医院门诊,同时支持联系专属客服
合法的三甲医院医生推荐技能,功能与文档描述一致,无恶意行为
Safe to install
可直接使用,但注意联系客服功能会转发用户消息至第三方
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | 环境变量访问 | scripts/refer.py:28 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | scripts/refer.py:32 读取 experts.json |
| Filesystem | WRITE | WRITE | ✓ Aligned | scripts/refer.py:44 创建并写入 pending_ctx.json |
| Network | READ+WRITE | READ+WRITE | ✓ Aligned | scripts/refer.py:135 urllib POST/GET 到 pe-t.ihaola.com.cn |
| Environment | NONE | READ | ✓ Aligned | scripts/refer.py:28-32 读取 .env 获取 USER_ID(用于本地测试标识,非敏感凭证) |
4 findings
Medium External URL 外部 URL
https://www.ihaola.com.cn SKILL.md:5 Medium External URL 外部 URL
https://pe-t.ihaola.com.cn SKILL.md:8 Medium External URL 外部 URL
https://www.ihaola.com.cn/privacy SKILL.md:29 Medium External URL 外部 URL
https://t.ihaola.com.cn config/api.js:15 File Tree
4 files · 156.8 KB · 3572 lines JSON 1f · 3005L
Python 1f · 292L
Markdown 1f · 239L
JavaScript 1f · 36L
├─
▾
config
│ └─
api.js
JavaScript
├─
▾
reference
│ └─
experts.json
JSON
├─
▾
scripts
│ └─
refer.py
Python
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
openpyxl | * | pip | No | 可选依赖,用于解析 xlsx 文件,本代码未直接使用 |
Security Positives
✓ 文档详细描述了数据流向和第三方服务用途
✓ 代码使用标准库 urllib.request,无额外依赖风险
✓ 客服接口域名与文档声明一致(pe-t.ihaola.com.cn)
✓ 无 shell 执行、子进程调用或敏感路径访问
✓ 用户标识符为随机 UUID,无凭证收集行为