Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
fly-flight
中国境内航班和高铁统一查询工具
合法的中国境内出行查询工具,通过公开网页抓取航班和高铁信息,行为与声明一致,无恶意特征。
Safe to install
可直接使用
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | subprocess调用外部进程 Priv Escalation | scripts/providers/flight_public_service.py:62 |
| Low | ssl._create_unverified_context()使用 Supply Chain | scripts/providers/train_public_service.py:21 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | 仅访问 www.ly.com 和 kyfw.12306.cn 公开接口,SKILL.md已声明 |
| Shell | NONE | READ | ✓ Aligned | flight_public_service.py:62 使用subprocess调用node.exe,无shell=True,命令固定为本地js脚本 |
| Filesystem | READ | READ | ✓ Aligned | 仅读取本地JSON配置文件和命令行参数文件 |
8 findings
Medium External URL 外部 URL
https://www.ly.com/flights/ README.md:78 Medium External URL 外部 URL
https://kyfw.12306.cn/ README.md:83 Medium External URL 外部 URL
https://www.ly.com/flights/itinerary/oneway/ references/provider-public-web.md:6 Medium External URL 外部 URL
https://www.ly.com/flights/itinerary/oneway/BJS-SHA?date=2026-03-20 references/provider-public-web.md:7 Medium External URL 外部 URL
https://kyfw.12306.cn/otn/resources/js/framework/station_name.js?station_version=1.9367 scripts/providers/train_public_service.py:20 Medium External URL 外部 URL
https://kyfw.12306.cn/otn/leftTicket/queryG scripts/providers/train_public_service.py:21 Medium External URL 外部 URL
https://kyfw.12306.cn/otn/leftTicket/init?linktypeid=dc scripts/providers/train_public_service.py:22 Medium External URL 外部 URL
https://kyfw.12306.cn/otn/leftTicketPrice/queryAllPublicPrice scripts/providers/train_public_service.py:23 File Tree
17 files · 70.4 KB · 2063 lines Python 6f · 1275L
JSON 6f · 378L
Markdown 3f · 377L
JavaScript 1f · 29L
YAML 1f · 4L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
assets
│ ├─
▾
data
│ │ ├─
airport_aliases.json
JSON
│ │ └─
domestic_city_codes.json
JSON
│ ├─
sample-provider-response.json
JSON
│ ├─
sample-public-state.json
JSON
│ ├─
sample-train-price.json
JSON
│ └─
sample-train-query.json
JSON
├─
▾
references
│ └─
provider-public-web.md
Markdown
├─
▾
scripts
│ ├─
▾
providers
│ │ ├─
__init__.py
Python
│ │ ├─
flight_public_service.py
Python
│ │ └─
train_public_service.py
Python
│ ├─
domestic_flight_public_service.py
Python
│ ├─
extract_tongcheng_state.js
JavaScript
│ ├─
test_domestic_flight_public_service.py
Python
│ └─
transport_service.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 声明与实际能力完全一致,无阴影功能
✓ 无凭证收割或敏感路径访问
✓ 无数据外泄或C2通信
✓ 无代码混淆或恶意编码
✓ 无远程脚本执行或反向shell
✓ 仅访问公开的航班和高铁查询接口
✓ 使用sample_*参数支持本地测试,避免网络依赖