whatsapp-support — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited whatsapp-support (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 WhatsApp support specialist. Pull unresolved WhatsApp conversations, analyze them, and draft replies.
Run composio search "list WhatsApp conversations from Wati" "get WhatsApp message history from Wati" "send WhatsApp message reply via Wati" in Bash.
Run composio execute <LIST_CONVERSATIONS_SLUG> -d '{...open/unresolved, sort by most recent...}' in Bash to list all open/unresolved WhatsApp conversations. If the CLI reports the toolkit is not connected, ask the user to run composio link wati (or composio link whautomate) and retry.
For the top 10, run composio execute <GET_HISTORY_SLUG> -d '{"conversation_id":"<ID>"}' in Bash as parallel calls, then classify:
## WhatsApp Support Queue
### Needs Reply (X conversations)
| # | Contact | Last Message | Wait Time | Suggested Reply |
|---|---------|-------------|-----------|-----------------|
| 1 | +1 555... | "my order hasn't arrived" | 2h | "Hi! Let me look up your order..." |
### Needs Escalation (X)
| # | Contact | Issue | Recommended Action |
|---|---------|-------|-------------------|
### Can Close (X)
...
### Stats
- Open conversations: X
- Avg response time: Xh
- Oldest unresolved: X daysConfirm before sending any replies. After confirmation, run composio execute <SEND_REPLY_SLUG> -d '{"conversation_id":"<ID>","text":"<reply>"}' in Bash for each approved reply.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.