claw2ui

PassAudited by ClawScan on May 1, 2026.

Overview

Claw2UI’s artifacts are coherent for building and publishing web pages, but users should remember that published content goes to a public URL and relies on an external CLI/service.

Install only if you are comfortable using the external Claw2UI CLI/server. Before publishing, review the generated page, remove private data, confirm the public URL action, use TTLs for temporary content, protect ~/.claw2ui.json, and keep any self-hosted backup dataset private.

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

Anything included in the generated dashboard or report may be visible to anyone with the published link.

Why it was flagged

Publishing to a public URL is central to the skill and clearly disclosed, but it is a sensitive action if the page includes private or confidential data.

Skill content
Every published page is accessible via a public URL. Never publish without explicit user approval.
Recommendation

Only publish after reviewing the content, remove secrets or personal data, and use a TTL for temporary or sensitive pages.

What this means

A local token file can grant access to the configured Claw2UI server if another process or person reads it.

Why it was flagged

The skill stores an authentication token locally so the CLI can publish to the configured server; this is disclosed and expected for the workflow.

Skill content
Writes ~/.claw2ui.json (server URL and API token for authentication)
Recommendation

Protect ~/.claw2ui.json, avoid sharing it, and revoke or rotate the token if it may have been exposed.

What this means

The actual executable behavior comes from the external CLI package rather than code included in this skill artifact.

Why it was flagged

The reviewed artifact is instruction-only and relies on an external claw2ui CLI installation, so users should verify the npm package and source before installing.

Skill content
Code file presence: No code files present — this is an instruction-only skill. Required binaries (all must exist): node, claw2ui
Recommendation

Install only from the expected npm package/source, review the linked repository if needed, and keep the CLI updated from trusted channels.

What this means

If self-hosted backup is enabled, page content and token metadata are stored in an external dataset and could be exposed if the dataset is public or misconfigured.

Why it was flagged

The self-hosting guide documents optional backup of page data and token metadata to a Hugging Face Dataset when backup environment variables are set.

Skill content
When enabled, Claw2UI automatically: ... On mutation: debounced (5s) upload of pages and token metadata to `backup.json`
Recommendation

Use a private dataset for backups, limit HF token permissions, and avoid enabling backup for sensitive page content unless storage controls are understood.