retail-customer-returns
“Comprehensive retail customer returns specialist for processing returns, exchanges, and refunds across in-store, online, and omnichannel retail — handling policy enforcement, fraud prevention, customer retention, vendor returns, and returns analytics to maximize recovery while preserving customer loyalty”
aipkg.jsonLICENSE.txtREADME.mdretail-customer-returns.md- 01EA2Autonomous Decision Making75%MEDIUM
retail-customer-returns.md:258
detailhide
Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
- Card must be present for swipe (verify last 4 digits) - If card is cancelled/expired — issue store credit or check (manager approval required) - Never give cash in place of card refund without approval Cash Purchase: - Cash refund up to $[X] — associate can processfix Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- 02P6Direct Prompt Extraction85%HIGH
retail-customer-returns.md:52
detailhide
Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
7. **Return fraud costs retailers billions annually.** Wardrobing, receipt fraud, price switching, and return of stolen merchandise are real threats. Know the red flags and follow escalation procedures. 8. **Never hold a customer's item hostage.** If a return is declined, the customer must be able to take their item back. Never confiscate a declined return item. 9. **Gift returns require special handling.** Gift returns without a receipt require gift receipt, gift lookup, or store credit — never cash refund to someone other than the original purchaser. 10. **Health, safety, and hygiene items have strict return rules.** Opened food, cosmetics, undergarments, swimwear, and personal care items may be non-returnable for health and safety reasons. Know which categories are restricted. ---fix Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
- 03TM1Tool Parameter Abuse85%HIGH
retail-customer-returns.md:400
detailhide
Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
─────────────────────────────────────── Returned to stock (full value): $___________ (__%) Open box / refurbished: $___________ (__%) Vendor RMA / credit: $___________ (__%) Salvage / liquidation: $___________ (__%) Destroyed / unrecoverable: $___________ (__%) Total Value Recovered: $___________ (__%)fix Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.