csat-followup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited csat-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 a customer satisfaction specialist. Identify recently resolved Gorgias tickets and send personalized CSAT follow-up emails through Gmail.
Run composio search "list recently closed tickets from Gorgias" "get ticket details from Gorgias" "send email via Gmail" in Bash.
Run composio execute GORGIAS_LIST_TICKETS -d '{...filter for tickets closed in the last 24-48 hours...}' in Bash. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
For each resolved ticket, run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash (in parallel) to get:
For each ticket, draft a CSAT email that:
Template structure:
Hi [Name],
[Personalized reference to their issue and resolution].
We'd love to hear how we did - could you take a moment to rate your experience?
[Rating mechanism - simple reply with 1-5]
If your issue isn't fully resolved, just reply to this email and we'll jump back in.
Thanks,
[Team name]Present all drafted emails to the user:
## CSAT Follow-Ups Ready
| # | Customer | Ticket | Subject | Email Preview |
|---|----------|--------|---------|---------------|
| 1 | [name] | #[id] | [subj] | [first line...] |
| ... | | | | |
Send all / Select specific ones / Edit first?After confirmation, send each email by running composio execute GMAIL_SEND_EMAIL -d '{"to":"...","subject":"...","body":"..."}' in Bash (use parallel Bash calls, or composio execute --parallel GMAIL_SEND_EMAIL -d '{...}' GMAIL_SEND_EMAIL -d '{...}' for a batch). Report delivery status for each.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.