可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
polymarket-48h-equity-strike-trader
Trades structural mispricings in equity/stock price-threshold markets on Polymarket by detecting monotonicity breaks and range-sum inconsistencies in strike ladders.
A straightforward Polymarket strike-ladder arbitrage trading bot with clean code, safe defaults, and no malicious behavior detected.
技能名称polymarket-48h-equity-strike-trader
分析耗时23.4s
引擎pi
可以安装
No action needed. The skill is safe to use. Consider pinning the simmer-sdk dependency to a specific version in a requirements.txt for supply-chain stability.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file operations in trader.py
网络访问 READ READ ✓ 一致 Uses SimmerClient from simmer-sdk for API calls; no raw sockets or direct IP req…
命令执行 NONE NONE No subprocess, os.system, or shell command execution
环境变量 READ READ ✓ 一致 Only reads SIMMER_API_KEY and tunables; no iteration over os.environ
技能调用 NONE NONE No inter-skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access

目录结构

3 文件 · 28.9 KB · 785 行
Python 1f · 567L Markdown 1f · 131L JSON 1f · 87L
├─ 📋 clawhub.json JSON 87L · 1.8 KB
├─ 📝 SKILL.md Markdown 131L · 5.6 KB
└─ 🐍 trader.py Python 567L · 21.5 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * pip Version not pinned; depends on a third-party package from PyPI/GitHub

安全亮点

✓ No shell execution or subprocess calls
✓ No credential harvesting beyond the declared SIMMER_API_KEY
✓ No file I/O operations (filesystem: NONE aligned)
✓ No obfuscation (base64, eval, atob)
✓ No network calls to raw IPs or suspicious endpoints
✓ Safe by default: paper trading mode (venue=sim) unless --live flag is explicitly provided
✓ Clear and accurate SKILL.md documentation matching code behavior
✓ No auto-start or cron configuration; must be explicitly configured
✓ All risk parameters exposed as tunables with sensible defaults
✓ Flips and slippage safeguards implemented via context_ok()