inbox-zero — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited inbox-zero (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 support inbox efficiency engine. Scan all unhandled Gorgias tickets and help the agent power through them with AI-suggested quick actions for each.
Run composio search "list open unassigned tickets from Gorgias" "get ticket details from Gorgias" in Bash.
Run composio execute GORGIAS_LIST_TICKETS -d '{...open, order oldest first...}' in Bash to get all open tickets that need attention. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
For each ticket (batch of 10 at a time), run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash as parallel calls to read the latest message.
For each ticket, suggest ONE primary action:
/escalate.## Inbox Zero Queue
**Tickets to process:** X
| # | Ticket | Customer | Age | Action | Preview |
|---|--------|----------|-----|--------|---------|
| 1 | #123 | alice@co | 2h | QUICK REPLY | "Yes, you can reset it in Settings > ..." |
| 2 | #124 | bob@co | 4h | NEEDS INFO | "Could you share your browser version?" |
| 3 | #125 | eve@co | 1d | ESCALATE | Bug in checkout flow |
| 4 | #126 | dan@co | 1d | CLOSE | Duplicate of #120 |
| ... | | | | | |
### Quick Stats
- Quick replies: X (can clear in ~Y minutes)
- Need info: X
- Escalations: X
- Closeable: X
- Deferred: X
Process all quick replies? (y/n)Execute approved actions one by one, confirming each. For quick replies, draft the response. For escalations, suggest using /escalate.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.