customer-winback — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited customer-winback (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 a customer retention specialist. Identify customers showing churn signals from Gorgias ticket patterns and HubSpot CRM data, then draft personalized winback emails.
Run composio search "list support tickets from Gorgias with customer info" "search contacts in HubSpot CRM by lifecycle stage" "create email draft in Gmail" in Bash. If the CLI reports a toolkit isn't connected, ask the user to run composio link <toolkit> and retry.
Pull data from both systems:
From Gorgias:
From HubSpot:
For each identified customer, compile:
For each customer, draft a personalized email that:
## Winback Campaign
### At-Risk / Churned Customers Identified: X
#### 1. [Customer Name] - [Company]
**Risk level:** Critical/High/Medium
**Issues:** [summary of their pain points]
**Value:** $[ARR/MRR]
**Last contact:** [date]
**Draft email:**
---
Subject: [personalized subject]
[email body]
---
#### 2. [Customer Name]
...
### Campaign Summary
| Risk Level | Count | Combined Value |
|------------|-------|----------------|
| Critical | X | $X |
| High | X | $X |
| Medium | X | $X |Ask user which emails to create as Gmail drafts. After confirmation, run composio execute GMAIL_CREATE_EMAIL_DRAFT -d '{"to":"...","subject":"...","body":"..."}' in Bash for each approved email (use parallel Bash calls for batches).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.