Source profileQuality 81/100

affaan-m/ECC/skills/prediction-market-risk-review/SKILL.md

prediction-market-risk-review

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.

Source repository stars
234,327
Declared platforms
0
Static risk flags
0
Last source update
2026-07-27
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Use this skill before a prediction-market workflow touches user financial context, venue authentication, portfolio data, automation, or execution-capable tools.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/affaan-m/ECC --skill "skills/prediction-market-risk-review"
    Safe inspection promptEditorial

    Inspect the Agent Skill "prediction-market-risk-review" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/skills/prediction-market-risk-review/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Review Gates

      Confirm the output is informational.

      Confirm the output is informational.Remove buy/sell/hold/size recommendations.Keep manual user decision points explicit.
    2. 02

      Advice Boundary

      Confirm the output is informational.

      Confirm the output is informational.Remove buy/sell/hold/size recommendations.Keep manual user decision points explicit.
    3. 03

      Venue And Regulatory Boundary

      Identify venue terms, geography restrictions, account limits, and API rules.

      Identify venue terms, geography restrictions, account limits, and API rules.Flag betting, derivatives, securities, or commodities ambiguity for legalDo not bypass venue restrictions or rate limits.
    4. 04

      Data Quality

      Check market liquidity, spread, resolution rules, stale prices, and source

      Check market liquidity, spread, resolution rules, stale prices, and sourceSeparate public venue data from Itô gated data.Do not mix public and private sources without labels.

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score81/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars234,327SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    affaan-m/ECC
    Skill path
    skills/prediction-market-risk-review/SKILL.md
    Commit
    4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    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.

    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.

    Alternatives

    Compare before choosing