Prediction Market Arbitrage

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is a disclosed instruction-only arbitrage-alert workflow, but it asks for trade-capable credentials and broad upstream skill updates that users should control carefully.

This skill appears purpose-aligned and instruction-only. Before installing, review the upstream skills, avoid broad updates unless you want them, and do not provide a live trading API key unless you intend to use execution features with explicit human confirmation.

Findings (2)

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.

What this means

If a live-capable key is available and the user later asks for execution, trades or account-impacting actions could occur through the referenced tools.

Why it was flagged

The skill discloses use of a Simmer API key and references live execution capability. That is expected for optional trading workflows, but it gives the agent access to financially meaningful account authority if configured.

Skill content
Requires `SIMMER_API_KEY`.
- Supports dry-run and live execution modes.
- Demonstrates guarded trading workflow and position checks.
Recommendation

Use alert-only or dry-run mode by default, provide the narrowest possible API key, and require manual confirmation of market, side, size, and maximum loss before any live trade.

What this means

Updating all installed skills could change other agent behavior or pull newer upstream code that was not part of this review.

Why it was flagged

The setup is user-directed, but it fetches latest versions and includes an update-all command that can modify more than this skill's immediate dependencies.

Skill content
npx -y clawhub@latest install topic-monitor
npx -y clawhub@latest install polymarket-odds
npx -y clawhub@latest install simmer-weather
npx -y clawhub@latest update --all
Recommendation

Install only the required skills, avoid `update --all` unless intended, and prefer pinned or reviewed versions before enabling a trading workflow.