Figma

PassAudited by VirusTotal on May 3, 2026.

Overview

Type: OpenClaw Skill Name: figma-design Version: 0.1.0 The skill provides a legitimate integration for Figma using the ClawLink service (claw-link.dev). The instructions in SKILL.md guide the agent through a standard OAuth-like pairing process and emphasize security best practices, such as requiring user confirmation for destructive actions and ensuring credentials are not exposed in chat. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.

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

After approval, the agent could make visible changes in Figma or create webhooks tied to Figma file events.

Why it was flagged

These are account-mutating or external-facing Figma actions. The same artifact also instructs the agent to preview and confirm writes, so the capability is disclosed and bounded by user approval.

Skill content
- Post comments to files or branches
- Create webhooks for file events
- Attach development resources to nodes
Recommendation

Confirm each write or webhook action carefully, and review the target file, branch, node, destination, and expected effect before approving.

What this means

Granting access lets the integration act within the permissions approved in Figma and ClawLink.

Why it was flagged

The skill uses delegated OAuth/account access and a persistent local device credential. This is expected for the Figma integration and is disclosed, but it is still sensitive authority.

Skill content
ClawLink's hosted page runs the Figma OAuth flow ... The resulting device credential is stored locally in OpenClaw's plugin config and is only sent to `claw-link.dev`.
Recommendation

Review the Figma OAuth scopes during connection, use the least-privileged account practical, and revoke the ClawLink/Figma connection when no longer needed.

What this means

The safety of actual Figma operations depends partly on the installed ClawLink plugin and live ClawLink tool catalog.

Why it was flagged

Runtime behavior depends on an external plugin and dynamic ClawLink tools that are not included in this one-file skill review. The install is user-directed and central to the stated purpose.

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

Install only the named verified plugin, check the ClawLink verification/source links, and avoid similarly named packages.

What this means

Figma requests and authorization handling depend on ClawLink, so sensitive design data or account actions may pass through that integration path.

Why it was flagged

The skill routes Figma integration setup and tool access through the third-party ClawLink gateway. This is disclosed and purpose-aligned, but users should understand the data and credential boundary.

Skill content
Powered by [ClawLink](https://claw-link.dev), an integration hub ... that handles hosted connection flows and credentials
Recommendation

Use this only if you trust ClawLink for the relevant Figma workspace data, and review ClawLink's documentation, verification page, and connected-account controls.