可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
0 /100
kalshi-crypto-volatility-skew-trader
Bitcoin price bin trading strategy using volatility skew detection on Kalshi markets
Legitimate crypto trading skill that compares BTC market-implied volatility to historical vol to identify mispriced Kalshi bin markets. All functionality is documented, defaults to safe dry-run mode, and uses only the declared simmer-sdk dependency.
技能名称kalshi-crypto-volatility-skew-trader
分析耗时28.6s
引擎pi
可以安装
Safe to use. Ensure SIMMER_API_KEY is kept confidential. Review simmer-sdk source code before providing live trading credentials.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 trader.py:36 - load_config() reads config files
文件系统 WRITE WRITE ✓ 一致 trader.py:36 - update_config() writes config files
网络访问 READ READ ✓ 一致 trader.py:217 - _request() to /api/sdk/markets
环境变量 READ READ ✓ 一致 trader.py:69 - os.environ.get() for API keys
命令执行 NONE NONE No subprocess usage found
2 项发现
🔗
中危 外部 URL 外部 URL
https://simmer.markets/skills
SKILL.md:10
📧
提示 邮箱 邮箱地址
[email protected]
SKILL.md:117

目录结构

3 文件 · 32.5 KB · 913 行
Python 1f · 709L Markdown 1f · 119L JSON 1f · 85L
├─ 📋 clawhub.json JSON 85L · 1.6 KB
├─ 📝 SKILL.md Markdown 119L · 5.1 KB
└─ 🐍 trader.py Python 709L · 25.8 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * PyPI Published by Simmer Markets, github: SpartanLabsXyz/simmer-sdk

安全亮点

✓ Default mode is dry-run - no real trades execute without --live flag
✓ Cron automation is explicitly disabled (autostart: false, cron: null)
✓ Only one external dependency: simmer-sdk from PyPI (verifiable source)
✓ All sensitive operations require explicit --live flag
✓ Config system allows safe parameter adjustment without code changes
✓ Trade journal integration is optional and fails gracefully
✓ Clear safeguards: slippage checks, liquidity checks, time-to-resolution checks
✓ No credential exfiltration - API keys only used for authentication
✓ Reputation tagging (TRADE_SOURCE, SKILL_SLUG) provides audit trail