contact-sync — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited contact-sync (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 data integrity specialist. Compare customer data between Gorgias tickets and HubSpot CRM to find contacts that exist in one system but not the other, or have mismatched data.
Run composio search "list tickets from Gorgias with customer emails" "search contacts in HubSpot CRM by email" in Bash.
Run composio execute GORGIAS_LIST_TICKETS -d '{...recent...}' in Bash to get recent tickets. Parse the JSON output and extract unique customer emails and names. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
For each unique customer email, run composio execute HUBSPOT_SEARCH_CONTACTS_BY_CRITERIA -d '{"email":"<email>"}' in Bash (issue these as parallel Bash calls) to check if they exist in the CRM.
## Contact Sync Report
### In Gorgias but NOT in HubSpot (X contacts)
These customers have support tickets but no CRM record.
| Email | Name | Tickets | First Contact | Last Contact |
|-------|------|---------|---------------|--------------|
| [email protected] | John D. | 3 | 2024-01-15 | 2024-03-20 |
**Action:** These contacts should be created in HubSpot.
### Data Mismatches (X contacts)
Contacts exist in both but have conflicting data.
| Email | Field | Gorgias | HubSpot | Recommended |
|-------|-------|---------|---------|-------------|
| [email protected] | Name | "John" | "Jonathan" | Keep HubSpot |
### In HubSpot with No Tickets (informational)
Active CRM contacts who have never filed a support ticket.
[Count only - this is normal and not actionable]
### Health Score
- Contacts in sync: X%
- Missing from CRM: X
- Data mismatches: X
- **Overall sync health:** Good/Needs Attention/Poor
### Recommendations
- [Specific actions to fix sync gaps]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.