Scan Report
5 /100
polymarket-macro-inflation-chain-trader
Three-step macro chain reaction trader for Polymarket. Chains commodity pressure through inflation and rate expectations to equity-threshold markets.
A legitimate Polymarket macro trading skill with no malicious behavior detected. Clean Python codebase with paper-trading safety defaults, clear credential handling, and well-documented trading logic.
Safe to install
No action needed. Skill is safe to use. Optionally pin the simmer-sdk version for reproducible builds.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | simmer-sdk dependency not version-pinned Supply Chain | clawhub.json:5 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access detected in code |
| Network | NONE | NONE | — | All network calls go through simmer-sdk SimmerClient |
| Shell | NONE | NONE | — | No subprocess/os.system calls found |
| Environment | READ | READ | ✓ Aligned | trader.py:37-50 reads SIMMER_* env vars via os.environ.get() |
| Skill Invoke | NONE | NONE | — | No skill invocation detected |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
1 findings
Info Email 邮箱地址
[email protected] SKILL.md:146 File Tree
3 files · 29.0 KB · 745 lines Python 1f · 486L
Markdown 1f · 148L
JSON 1f · 111L
├─
clawhub.json
JSON
├─
SKILL.md
Markdown
└─
trader.py
Python
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
simmer-sdk | * | pip (PyPI) | No | Version not pinned. Publisher documented ([email protected]), GitHub source linked in SKILL.md |
Security Positives
✓ No subprocess, os.system, or any shell execution detected
✓ No credential theft: only reads SIMMER_API_KEY from environment, no harvesting of ~/.ssh, ~/.aws, or other sensitive paths
✓ No data exfiltration: no external network calls besides the simmer-sdk API client
✓ No obfuscation: clean, readable Python with no base64, eval, or anti-analysis techniques
✓ No persistence mechanisms: no cron jobs, startup hooks, or backdoor installation
✓ Paper trading is the safe default (venue='sim'), live trading requires explicit --live flag
✓ Flip-flop and slippage safeguards implemented for trading safety
✓ Spread and days-to-resolution gates prevent low-liquidity trades
✓ SKILL.md accurately describes the skill's behavior with clear safety disclaimers
✓ Dependency publisher is documented with PyPI and GitHub links, with source-review recommendation for live credentials
✓ Skill does not download or install any external scripts at runtime