Scan Report
20 /100
initiation_of_coverage_or_deep_dive
依托东方财富数据库,生成上市公司首次覆盖报告或深度研究报告
EastMoney 上市公司研究报告生成技能,功能正常,未发现明确恶意行为,存在轻微文档缺失问题。
Safe to install
可正常使用。建议补充 MX_SAAS_BASE_URL 环境变量的文档说明。
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| Low | 未声明的 MX_SAAS_BASE_URL 环境变量 | scripts/generate_deep_research_report.py:52 |
| Info | API端点可配置性 | scripts/generate_deep_research_report.py:52 |
| Info | API Key 通过 HTTP Header 传输 | scripts/generate_deep_research_report.py:89 |
| Info | Base64 解码文件写入 | scripts/generate_deep_research_report.py:65 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md:23 声明写入附件目录,scripts/generate_deep_research_report.py:97-109 实现 base64 解… |
| Environment | READ | READ | ✓ Aligned | SKILL.md:9 声明读取 EM_API_KEY,scripts/generate_deep_research_report.py:55-56 读取 EM_… |
| Network | READ | READ | ✓ Aligned | SKILL.md 声明调用 eastmoney.com,scripts/generate_deep_research_report.py:52-53 允许 MX… |
1 High 2 findings
High API Key 疑似硬编码凭证
API_KEY="your_api_key_here" SKILL.md:47 Medium External URL 外部 URL
https://ai-saas.eastmoney.com scripts/generate_deep_research_report.py:72 File Tree
3 files · 16.4 KB · 400 lines Python 1f · 220L
Markdown 1f · 175L
JSON 1f · 5L
├─
▾
scripts
│ └─
generate_deep_research_report.py
Python
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
httpx | * | pip | No | 无版本锁定,但 httpx 库本身安全性良好 |
Security Positives
✓ 代码逻辑清晰,无混淆或混淆的字符串
✓ 无 base64|bash 管道、裸 IP 请求、eval(atob(...)) 等高危模式
✓ 无访问 ~/.ssh、~/.aws、.env 等敏感路径
✓ 无外部数据外传行为
✓ 依赖简洁,仅使用 httpx 库
✓ API 凭证仅发送到声明的 eastmoney.com(默认情况)