扫描报告
10 /100
fortune-china500
获取《财富》中国 500 强企业排行榜数据,支持查询不同年份的完整 500 强企业名单。自动判断榜单发布时间(每年 7 月),输出 Excel 文件包含排名、企业名称、行业、营收等数据。
This is a legitimate Fortune China 500 data fetching skill with no malicious behavior detected.
可以安装
Skill is safe to use. Consider pinning dependencies for better supply chain hygiene.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned Python dependencies 供应链 | fortune500_fetch.py:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | fortune500_fetch.py:135 - wb.save(output_path) |
| 网络访问 | READ | READ | ✓ 一致 | fortune500_fetch.py:77 - requests.get(url, headers=headers, timeout=30) |
1 项发现
中危 外部 URL 外部 URL
https://www.caifuzhongwen.com/fortune500/paiming/china500/ fortune500_fetch.py:71 目录结构
3 文件 · 10.8 KB · 345 行 Python 1f · 206L
Markdown 2f · 139L
├─
fortune500_fetch.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
requests | * | pip | 否 | Version not pinned |
beautifulsoup4 | * | pip | 否 | Version not pinned |
openpyxl | * | pip | 否 | Version not pinned |
安全亮点
✓ No shell execution or subprocess calls detected
✓ No credential harvesting or environment variable scanning
✓ No obfuscation techniques (base64, eval, encoded strings)
✓ No data exfiltration or C2 communication
✓ Network access limited to a single legitimate Chinese website (caifuzhongwen.com)
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Code is readable and straightforward - simple HTML parsing to Excel export
✓ Documentation accurately reflects code functionality
✓ MIT license provided