可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
polymarket-macro-weekend-momentum-trader
Trades altcoin (ETH/SOL/XRP) Up/Down markets based on BTC weekend price threshold momentum drift on Polymarket.
Legitimate Polymarket weekend momentum trading strategy with transparent paper-trading defaults and no malicious behavior detected.
技能名称polymarket-macro-weekend-momentum-trader
分析耗时28.2s
引擎pi
可以安装
No action needed. The skill is safe to use. Ensure SIMMER_API_KEY is stored securely and only use --live flag when you understand the financial risk.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file operations beyond loading the script itself
网络访问 NONE READ ✓ 一致 SDK makes API calls to Polymarket; documented in SKILL.md
命令执行 NONE NONE No subprocess or shell execution found
环境变量 NONE READ ✓ 一致 Reads SIMMER_* tunables and SIMMER_API_KEY; all are declared in SKILL.md and cla…
技能调用 NONE NONE No cross-skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access

目录结构

3 文件 · 24.9 KB · 645 行
Python 1f · 433L Markdown 1f · 125L JSON 1f · 87L
├─ 📋 clawhub.json JSON 87L · 1.8 KB
├─ 📝 SKILL.md Markdown 125L · 6.4 KB
└─ 🐍 trader.py Python 433L · 16.7 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * pip Version not pinned; verify source is SpartanLabsXyz GitHub

安全亮点

✓ Paper trading (venue='sim') is the safe default; real trades require explicit --live flag
✓ autostart=false and cron=null prevent unattended execution
✓ No subprocess, shell execution, or system command calls
✓ No base64, eval, or obfuscated code
✓ No sensitive path access (~/.ssh, ~/.aws, .env files)
✓ No credential harvesting beyond the required SIMMER_API_KEY for trading
✓ No network IOCs or suspicious external IP connections
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ No prompt injection or hidden instructions
✓ Clear documentation of all tunable risk parameters
✓ Single, pinned dependency (simmer-sdk) from a known source
✓ Strategy logic is transparent and matches documentation