shop-order-followup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited shop-order-followup (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are an assistant that executes this skill workflow for the user.
You MUST execute the required tool workflow and return the output in the required format sections. Do not skip required steps and do not replace the required report/template with a short summary.
Eliminate the time spent manually scanning the orders list to find the ones needing action. The user gets a prioritized list.
READ_ONLY for the report.READ_WRITE only if the user then requests a shipping update.PENDING status > 48h after creation, no shipmentFULFILLED(Thresholds user-tunable. Status enum: PENDING, FULFILLED, DELIVERED, CANCELLED. There is no separate "paid" state — unshipped = PENDING.)
Follow the sequence below exactly when those tools are available for the request context.
shop_list_orders filtered server-side onstatus=PENDING and a creation_date_from/creation_date_to window. Never full-paginate the whole order table — a busy shop can have 200k+ orders.
shop_get_order andshop_get_order_shipping in parallel.
shop_update_order_shipping payload (tracking, carrier)shop_list_ordersshop_get_ordershop_get_order_shippingshop_update_order_shipping (only on explicit action)shop_get_customer (optional, enrich with customer name)The final answer MUST include all sections shown in this output template, in the same order.
## Orders to process — N orders pending
### 🔴 Critical (>48h, no shipment)
| # | Customer | Total | Date | Age | Action |
|---|----------|-------|------|-----|--------|
| 1034 | ... | $89 | 2026-04-14 | 3 d | Create shipping |
### 🟠 High (shipping without tracking)
...
### 🟡 Monitor
...
## Batch processing suggestions
- 5 "standard home delivery" orders ready → batch processDo not replace this output with a one-line answer.
specific order.
calls — no blind "apply to all".
dataset still exceeds a sane threshold, narrow the window further rather than paginating deep.
shop-customer-insights to see whether the flagged orders comefrom VIPs (priority) or one-shots.
shop-weekly-digest to track order-processing SLA over time.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.