Canva

AdvisoryAudited by Static analysis on May 13, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

Using the skill requires trusting the ClawLink plugin as the integration layer for Canva actions.

Why it was flagged

The skill is instruction-only but depends on installing an external plugin to provide the actual Canva tooling.

Skill content
Install the verified ClawLink plugin: `openclaw plugins install clawhub:clawlink-plugin`
Recommendation

Install the plugin only from the stated ClawHub source and review ClawLink before pairing it with your account.

What this means

Approving the connection may allow ClawLink/OpenClaw tools to read or modify Canva content according to the granted scopes.

Why it was flagged

The skill requires delegated Canva account access through OAuth, which is expected for the stated integration but is still sensitive authority.

Skill content
ClawLink's hosted page runs the Canva OAuth flow — the user clicks through the Canva login and authorization screen.
Recommendation

Review the Canva authorization screen, connect only the intended account, and revoke access later if you no longer need the integration.

What this means

If approved, the agent may upload assets, import files, resize designs, or otherwise change Canva resources.

Why it was flagged

The skill can perform write actions in Canva, but it explicitly requires preview and confirmation for writes or confirmation-marked actions.

Skill content
For writes or anything marked as requiring confirmation, call `clawlink_preview_tool` first, then confirm with the user.
Recommendation

Check previews and confirmations carefully, especially for bulk, external-facing, or destructive Canva changes.

What this means

Canva connection metadata and tool interactions may be mediated by ClawLink rather than happening directly inside the skill.

Why it was flagged

The skill routes integration setup and dynamic Canva tool access through an external gateway, which is disclosed and central to the design.

Skill content
Powered by ClawLink, an integration hub for OpenClaw that handles hosted connection flows and credentials
Recommendation

Review ClawLink's documentation and privacy/security posture before using it with sensitive Canva assets.