Polymarket Weather Scanner
Analysis
This is a coherent weather-market scanner, but it includes real-money Polymarket buying behavior without clearly declared account, credential, or approval boundaries.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
python3 weather_scanner.py --buy # Scan + execute best plays
The skill documents a mode that executes purchases in a financial prediction market. The artifacts do not state a mandatory human confirmation step, total spend cap, or clear conditions limiting when this mode may be used.
Source: unknown Homepage: none
The skill has limited provenance information. This is not by itself malicious because the local artifact is present and no remote installer is shown, but provenance matters for code that can automate financial trades.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
MAX_BET_SIZE = 25.0 # Hard cap per trade (updated rule) RESERVE_BUFFER = 15.0 # Always keep $15 in wallet
Wallet and bet-size logic shows the skill expects financial account or wallet authority, while the registry declares no primary credential, required environment variable, or required config path for that authority.
