Trusted — Risk Score 0/100
Last scan:2 days ago Rescan
0 /100
mx_stocks_screener
东方财富妙想选股工具,支持A股/港股/美股/基金/ETF/可转债/板块的自然语言筛选
东方财富选股工具,代码与文档声明一致,无恶意行为,仅调用官方API进行股票筛选并输出CSV文件。
Skill Namemx_stocks_screener
Duration30.2s
Enginepi
Safe to install
可直接使用。SKILL.md:78的API_KEY是文档占位符示例,非真实凭证泄露。
ResourceDeclaredInferredStatusEvidence
Network READ READ ✓ Aligned scripts/get_data.py:280-289 调用 eastmoney API
Filesystem WRITE WRITE ✓ Aligned scripts/get_data.py:260-262 创建CSV和描述文件
Environment READ READ ✓ Aligned scripts/get_data.py:47 仅读取EM_API_KEY
Shell NONE NONE 无subprocess调用
1 High 3 findings
🔑
High API Key 疑似硬编码凭证
API_KEY="your_api_key_here"
SKILL.md:78
🔗
Medium External URL 外部 URL
https://ai.eastmoney.com/mxClaw
SKILL.md:31
🔗
Medium External URL 外部 URL
https://ai-saas.eastmoney.com/proxy/b/mcp/tool/selectSecurity
scripts/get_data.py:74

File Tree

2 files · 22.1 KB · 600 lines
Python 1f · 432L Markdown 1f · 168L
├─ 📁 scripts
│ └─ 🐍 get_data.py Python 432L · 16.8 KB
└─ 📝 SKILL.md Markdown 168L · 5.4 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
httpx * pip No 无版本锁定但风险低(仅HTTP客户端)

Security Positives

✓ 功能与文档声明完全一致,无影子功能
✓ 仅使用声明的EM_API_KEY环境变量
✓ 网络请求指向东方财富官方API (ai-saas.eastmoney.com)
✓ 无凭证收割、环境变量遍历等高危行为
✓ 无shell执行、无敏感路径访问
✓ 依赖简单(仅httpx),无版本锁定风险极低