可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
polymarket-macro-risk-regime-trader
Detects macro risk regimes across Polymarket categories and trades lagging markets. Paper trading by default.
A legitimate Polymarket macro risk regime trading bot that defaults to safe paper trading mode, uses a standard SDK, and has no malicious indicators.
技能名称polymarket-macro-risk-regime-trader
分析耗时30.8s
引擎pi
可以安装
This skill is safe to use. The paper trading default (venue="sim") ensures zero financial risk unless the explicit --live flag is passed.

安全发现 1 项

严重性 安全发现 位置
低危
Unpinned dependency 供应链
simmer-sdk is not version-pinned in SKILL.md metadata, making builds non-reproducible
simmer-sdk by Simmer Markets (SpartanLabsXyz)
→ Consider pinning: simmer-sdk==X.Y.Z to ensure reproducible builds
SKILL.md:95
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No filesystem operations in code
网络访问 READ READ ✓ 一致 SDK calls to Polymarket API (read-only market data)
命令执行 NONE NONE No subprocess/shell invocation
环境变量 READ READ ✓ 一致 Reads SIMMER_* tunables only; SIMMER_API_KEY for auth
技能调用 NONE NONE No cross-skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access

目录结构

3 文件 · 22.8 KB · 565 行
Python 1f · 364L JSON 1f · 103L Markdown 1f · 98L
├─ 📋 clawhub.json JSON 103L · 2.2 KB
├─ 📝 SKILL.md Markdown 98L · 6.1 KB
└─ 🐍 trader.py Python 364L · 14.5 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk latest (unpinned) PyPI Legitimate trading SDK from Simmer Markets; version not pinned in metadata

安全亮点

✓ Paper trading is the default mode (venue="sim") -- zero financial risk without --live flag
✓ All environment variables (SIMMER_*) are declared in SKILL.md with descriptions
✓ No shell execution, subprocess, or system command invocation
✓ No obfuscation (base64, eval, atob) detected
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No credential exfiltration or data theft
✓ All trading operations properly gated by regime logic and context checks
✓ Source SDK (simmer-sdk) is from a legitimate PyPI package
✓ No hidden functionality -- code matches documentation