Mia Polymarket Trader
Analysis
This skill is openly for automated Polymarket trading, but it asks for wallet/private-key authority and references an undeclared trading command without reviewed code or enforceable limits.
Findings (4)
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.
AI agent that autonomously trades on Polymarket prediction markets... Automated trade execution... mia-polymarket trade --market-id "xxx" --position "yes" --amount 10
The artifact describes autonomous financial trading and provides an execution command, but does not require per-trade approval, define bounded market/amount controls, or explain how losses can be contained.
Source: unknown ... No install spec — this is an instruction-only skill. ... No code files present
The reviewed artifacts provide no implementation, pinned package, or install source for the referenced trading command, which is material because the command would handle private keys and financial trades.
## Safety - Max 5% portfolio per trade - Stop-loss at 20% - Daily reporting
The artifact asserts safety controls, but no code, install spec, or configuration is provided to show these controls are enforced.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export POLYMARKET_API_KEY="your-key" export POLYMARKET_PRIVATE_KEY="your-wallet-key"
The skill instructs users to expose both a platform API key and a wallet private key, while the registry declares no required credentials or environment variables and the artifact does not describe scope, storage, or handling.
