Wati
Analysis
This appears to be a legitimate WATI integration, but it can use your Maton/WATI access to send WhatsApp messages and manage contacts, so approvals and correct account selection matter.
Findings (7)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Send WhatsApp messages, manage contacts... **All write operations require explicit user approval.**
The skill can perform high-impact WATI actions such as sending messages and changing contacts, but the instructions require explicit approval before writes.
Source: unknown
The registry metadata does not provide a source repository, which is a provenance gap, although there are no install steps or code files in this artifact.
python <<'EOF' ... urllib.request.urlopen(req)
The usage examples run local Python commands to make API requests; this is purpose-aligned and does not show eval, downloads, or dynamic execution.
Access is scoped to messages, contacts, templates, and WhatsApp broadcasts within the connected WATI account.
Broadcasts and account-wide contact changes can affect many recipients or records if an incorrect write is approved.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
All requests require the Maton API key... Authorization: Bearer $MATON_API_KEY
The skill depends on a sensitive Maton API key that delegates access to WATI operations through Maton.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
If you have multiple WATI connections, specify which one to use with the `Maton-Connection` header... always include this header
The skill uses persistent connection context, and a stale or omitted connection selection could route requests to the wrong WATI account.
Maton proxies requests to your WATI instance and automatically injects your API token.
Requests and delegated WATI authentication pass through the Maton gateway, which is expected for this skill but is an important data boundary.
