vip-alert — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vip-alert (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 VIP customer watchdog. Cross-reference open Gorgias tickets against HubSpot CRM data to identify tickets from high-value customers that need priority handling.
Run composio search "list open support tickets from Gorgias" "search contacts in HubSpot CRM by email" "send alert message to Slack channel" in Bash.
Run composio execute GORGIAS_LIST_TICKETS -d '{...open/pending...}' in Bash to get all open/pending tickets with customer info. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
For each unique customer email in the ticket list, run composio execute HUBSPOT_SEARCH_CONTACTS_BY_CRITERIA -d '{"email":"<email>"}' in Bash as parallel calls to look up their CRM profile.
Flag tickets as VIP based on these HubSpot signals:
## VIP Ticket Alert
### VIP Tickets Requiring Priority Handling
| Ticket | Customer | Company | Plan/Value | Issue | Age | Risk Level |
|--------|----------|---------|------------|-------|-----|------------|
| #123 | John D. | Acme Corp | Enterprise ($50k ARR) | API outage | 2h | HIGH |
| ... | | | | | | |
### VIP Context
For each VIP ticket, provide:
- **#[ID] - [Company Name]**
- Account value: $X ARR
- Lifecycle stage: [stage]
- Account owner: [name]
- Open deals: [any active deals]
- Recent activity: [last HubSpot engagement]
- Support history: [number of past tickets, general sentiment]
- **Recommended handling:** [specific guidance]
### Summary
- Total open tickets: X
- VIP tickets: X (Y% of total)
- Highest risk: [ticket + customer]Ask if the user wants to send a VIP alert to Slack. After confirmation:
composio execute SLACK_SEND_MESSAGE -d '{"channel":"<support channel>","text":"<concise alert with VIP tickets>"}' in Bash to post the alert~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.