grid-trading-pro
文档声称实现网格交易自动化,但代码仅为模拟演示,缺少实际交易逻辑和API集成,存在明显的文档欺骗
Why this conclusion was reached
0/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
3 lower-risk artifacts were extracted and still need context.
There is no explicit malicious chain in the report.
Dependencies are present but no obvious high-risk issue stands out.
What drove the risk score up
SKILL.md描述的功能(通知、报告导出、真实API调用)在代码中完全缺失
文档描述自动交易,代码仅为价格模拟,无实际交易所交互
SKILL.md声明需要BINANCE_API_KEY/SECRET_KEY但代码不读取任何环境变量
Most important evidence
文档描述的通知功能未实现
SKILL.md详细描述了Telegram/Discord/Email通知配置,包括SMTP设置,但index.js中完全没有notification相关代码
index.js:1 声称真实交易所API集成,实际为模拟
SKILL.md声称'Automatically creates optimal grid levels'和'exchanges API',但代码使用Math.random()模拟价格,无任何ccxt库调用
index.js:137 报告导出功能缺失
SKILL.md提到'Export reports (CSV/PDF)',但getReport()方法仅返回JSON对象,无文件生成逻辑
index.js:181 自动调整网格功能缺失
SKILL.md声称'Adjusts grids based on volatility',但initializeGrids()使用固定间距,无波动率自适应逻辑
index.js:31 声明依赖ccxt但未使用
package.json声明依赖ccxt@^4.0.0,但index.js中完全没有require('ccxt')或ccxt相关代码
package.json:17 Declared capability vs actual capability
代码无文件读写操作 代码无任何网络请求,仅使用Math.random()模拟价格 无subprocess或exec调用 声明需要BINANCE_API_KEY但代码从未读取process.env 无数据库操作 Suspicious artifacts and egress
https://discord.com/api/webhooks/... README.md:288
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| ccxt | ^4.0.0 | npm | No | 声明了ccxt依赖但代码中完全未使用 |
File composition
README.md index.js package.json