freshdesk-triage — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited freshdesk-triage (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 triage specialist. Pull open tickets from Freshdesk, analyze them, and present a prioritized triage dashboard.
Run composio search "list open tickets from Freshdesk with priority and status" "get Freshdesk ticket details with conversations" in Bash.
Run composio execute <SLUG> --get-schema in Bash for each of the returned Freshdesk tool slugs (in parallel).
Run composio execute <LIST_TICKETS_SLUG> -d '{...open/pending, order by created date desc...}' in Bash to fetch open and pending tickets. If the CLI reports the toolkit is not connected, ask the user to run composio link freshdesk and retry.
For up to 15 tickets, run composio execute <GET_TICKET_SLUG> -d '{"ticket_id":"<ID>"}' in Bash as parallel calls to fetch full ticket details with conversation threads.
Classify each ticket:
Priority (map Freshdesk priority levels):
Type: Bug, Question, Incident, Feature Request, Billing, Other
## Freshdesk Triage Dashboard
### P0 - Critical (X tickets)
| # | Ticket ID | Subject | Type | Requester | Group | Age | SLA | Summary |
|---|-----------|---------|------|-----------|-------|-----|-----|---------|
### P1 - High (X tickets)
...
### P2 - Medium / P3 - Low
...
### SLA Overview
- Breached: X tickets
- Due soon: X tickets
- On track: X tickets
### Recommended Actions
- [Specific next steps]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.