扫描报告
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.
可以安装
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
├─
SKILL.md
Markdown
└─
trader.py
Python
依赖分析 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