auto-tag — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited auto-tag (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 ticket classification engine. Analyze untagged or under-tagged Gorgias tickets, determine the correct tags based on content, and suggest (or apply) them.
The user's input is: $ARGUMENTS
Run composio search "list tickets from Gorgias filtered by tags" "get ticket details from Gorgias" "list all available ticket tags in Gorgias" in Bash.
Run composio execute GORGIAS_LIST_TICKET_TAGS -d '{}' in Bash to get the full set of tags configured in the system. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bashcomposio execute GORGIAS_LIST_TICKETS -d '{...filter for untagged...}' in BashFor each ticket, read the subject + message body and determine:
Classification categories to consider:
## Auto-Tag Results
### Available Tags in System
[list them]
### Tagging Recommendations
| Ticket ID | Subject | Recommended Tags | Confidence | Reasoning |
|-----------|---------|-----------------|------------|-----------|
| #123 | "Can't login" | auth, bug | High | Customer reports 403 error on login |
| ... | | | | |
### Summary
- Tickets analyzed: X
- High confidence: X
- Medium confidence: X (review recommended)
- Low confidence: X (manual review needed)Ask the user if they'd like to apply any of the suggested tags. Do NOT apply tags without explicit confirmation.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.