PandaDoc

PassAudited by ClawScan on May 6, 2026.

Overview

The skill appears legitimate for PandaDoc use, but it requires trusting ClawLink and approving PandaDoc access before it can change documents.

Before installing, make sure you trust the ClawLink plugin and the claw-link.dev domain, review the PandaDoc OAuth permissions, never paste raw credentials into chat, and confirm previews carefully before allowing document or workflow changes.

Findings (4)

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

If the user approves the wrong preview, the agent could create or alter PandaDoc documents, folders, attachments, or workflows.

Why it was flagged

The skill can invoke PandaDoc write tools through ClawLink, but it explicitly requires preview and user confirmation before writes.

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

Review each preview carefully, especially for bulk, destructive, or external-facing workflow actions.

What this means

Connected ClawLink tools may be able to act with the PandaDoc permissions the user grants.

Why it was flagged

The skill relies on OAuth authorization to let ClawLink act against the user's PandaDoc account.

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

Approve only the permissions you expect, use least-privilege accounts where possible, and revoke the ClawLink/PandaDoc connection when no longer needed.

What this means

The actual plugin implementation and updates are outside this skill review.

Why it was flagged

The reviewed skill has no code, but its operation depends on an external plugin that is not included in these artifacts.

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

Install the plugin only from the expected ClawHub source and verify ClawLink's source or publisher if your environment requires supply-chain review.

What this means

PandaDoc-related requests and tool actions may pass through ClawLink as part of the integration flow.

Why it was flagged

The skill routes tool discovery and execution through a third-party integration gateway, so tool metadata and requests depend on ClawLink.

Skill content
ClawLink provides tools dynamically based on what the user has connected. You do not need to know tool names or schemas in advance.
Recommendation

Use the official ClawLink domain, avoid pasting raw credentials into chat, and ensure your organization is comfortable with ClawLink as the integration intermediary.