order-risk-report

Installation
SKILL.md

Purpose

Queries recent orders and surfaces those with high or medium fraud risk scores, including the specific risk indicators flagged by Shopify (billing/shipping address mismatch, risky email domain, high-risk IP, etc.). Produces a prioritized review queue for manual fraud assessment. Read-only — no mutations.

Prerequisites

  • Authenticated Shopify CLI session: shopify store auth --store <domain> --scopes read_orders
  • API scopes: read_orders

Parameters

Parameter Type Required Default Description
store string yes Store domain (e.g., mystore.myshopify.com)
risk_level string no high Minimum risk level to include: high, medium, or all
days_back integer no 7 Lookback window for orders to review
min_order_value float no 0 Only include orders above this value (USD)
format string no human Output format: human or json

Safety

Related skills
Installs
1
GitHub Stars
139
First Seen
Apr 12, 2026