WhatsApp Chats

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill 'whatsapp-chats' is designed to list, search, and analyze WhatsApp conversations from the local Baileys session cache. The `scripts/chats.js` file accesses files within the `OPENCLAW_STATE_DIR/credentials/whatsapp/default` directory, which is consistent with its stated purpose. It performs read-only operations on these files (session data, sender keys, contacts.json) and outputs structured JSON. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts in SKILL.md. Argument handling in the Node.js script is safe, preventing shell injection. The behavior is fully aligned with the skill's description.