可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
polymarket-cybersecurity-trader
Trades Polymarket prediction markets on major cyberattacks, ransomware incidents, data breaches, zero-day exploits, and national cybersecurity legislation.
A legitimate Polymarket trading skill that reads environment variables for config, makes API calls via the simmer-sdk, and contains no shell execution, obfuscation, credential theft, or hidden functionality.
技能名称polymarket-cybersecurity-trader
分析耗时32.7s
引擎pi
可以安装
No action needed. The skill is safe to use with paper trading default.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE trader.py:1-405 — no file I/O operations
网络访问 READ READ ✓ 一致 trader.py:58-64 — SimmerClient API calls only
命令执行 NONE NONE trader.py:1-405 — no subprocess/os.system/os.popen calls
环境变量 READ READ ✓ 一致 trader.py:24-30 — reads SIMMER_* env vars for config only
技能调用 NONE NONE No inter-skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access

目录结构

3 文件 · 31.1 KB · 617 行
Python 1f · 405L Markdown 1f · 139L JSON 1f · 73L
├─ 📋 clawhub.json JSON 73L · 1.2 KB
├─ 📝 SKILL.md Markdown 139L · 10.0 KB
└─ 🐍 trader.py Python 405L · 19.9 KB

依赖分析 1 项

包名版本来源已知漏洞备注
simmer-sdk * PyPI Version not pinned — minor supply chain noise only

安全亮点

✓ Safe-by-default paper trading (venue=sim) with no auto-start
✓ Live trades require explicit --live flag — prevents accidental real trading
✓ No shell execution, subprocess, or system command calls
✓ No credential harvesting beyond SIMMER_API_KEY (required for trading API)
✓ No sensitive file/path access (~/.ssh, ~/.aws, .env)
✓ No obfuscation (base64, eval, atob) or anti-analysis techniques
✓ No hidden functionality — code behavior matches SKILL.md documentation
✓ No data exfiltration or C2 communication
✓ No cron/scheduled task persistence hooks
✓ Explicit API key requirement is documented and necessary for the trading function