Use when review prediction-market, basket, oracle, and trading-agent workflows for compliance, safety, data-quality, privacy, and execution risk. Use before any workflow handles venue auth, user portfolio data, API keys, or trade planning. Triggers on \"prediction-market-risk-review\", \"prediction market risk review\", \"review\".
Scanned 9/19/2026
Install to Claude Code
npx -y skills add majinmagros/magros.ai-skills --skill prediction-market-risk-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Prediction Market Risk Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majinmagros-prediction-market-risk-review)More formats (shields.io, HTML) on the badges page.
---
name: prediction-market-risk-review
description: "Use when review prediction-market, basket, oracle, and trading-agent workflows for compliance, safety, data-quality, privacy, and execution risk. Use before any workflow handles venue auth, user portfolio data, API keys, or trade planning. Triggers on \"prediction-market-risk-review\", \"prediction market risk review\", \"review\"."
metadata:
origin: ECC
---
# Prediction Market Risk Review
Use this skill before a prediction-market workflow touches user financial
context, venue authentication, portfolio data, automation, or execution-capable
tools.
## When to Activate
- Before a workflow touches venue auth or API keys
- Before handling user portfolio data
- Before adding automation near execution
- When scoping a trade-planning worksheet
- When unsure a step crosses into advice or execution
## Example
```text
Scope: venue comparison worksheet
Verdict: WARN — resolution rules differ per venue (mitigation: label sources)
Blocked: order placement (needs separate plan + approval)
```
## Review Gates
### Advice Boundary
- Confirm the output is informational.
- Remove buy/sell/hold/size recommendations.
- Keep manual user decision points explicit.
### Venue And Regulatory Boundary
- Identify venue terms, geography restrictions, account limits, and API rules.
- Flag betting, derivatives, securities, or commodities ambiguity for legal
review when relevant.
- Do not bypass venue restrictions or rate limits.
### Data Quality
- Check market liquidity, spread, resolution rules, stale prices, and source
timestamps.
- Separate public venue data from Itô gated data.
- Do not mix public and private sources without labels.
### Security
- Do not request or store private keys, seed phrases, or passwords.
- Keep `ITO_API_KEY` and venue API keys out of logs and docs.
- Use read-only scopes by default.
- Require circuit breakers, spend limits, dry runs, and human approval before
any private implementation adds execution.
### Privacy
- Minimize user portfolio, financial, and knowledge-base data.
- Redact private sources in public artifacts.
- Preserve only the fields needed for the review.
## Output Contract
Return:
1. scope reviewed
2. pass/warn/fail findings
3. blocked actions
4. required mitigations
5. safe next step
If any execution-capable step is requested, require a separate implementation
plan and explicit user approval.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!