polymarket-weather-trader

Warn

Audited by Socket on Feb 27, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

Functionally the skill aligns with its stated purpose (automated weather-based trading via NOAA forecasts and Simmer SDK). The primary security concerns are: (1) requiring users to store raw wallet private keys in environment variables, which significantly raises the risk of credential theft and account takeover if the environment, SDK, or CI is compromised; (2) reliance on a third-party SDK/API (simmer-sdk and api.simmer.markets) without provided source or integrity verification, creating a supply-chain risk where malicious updates could exfiltrate keys or perform unauthorized trades; and (3) autonomous live trading capability increases potential financial impact. I recommend: avoid storing long-term private keys in environment variables; prefer hardware wallets or ephemeral signing if supported; audit and pin the simmer-sdk package, review its source to confirm client-side signing and absence of key exfiltration; add explicit human approval gates for live trades or smaller default caps; and document secure logging and key rotation practices.

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Feb 27, 2026, 05:45 AM
Package URL
pkg:socket/skills-sh/moltbot%2Fskills%2Fpolymarket-weather-trader%2F@3ee16e4a88d20606545d30041fc3a2e825b5f4b0