zenTable

PassAudited by ClawScan on May 1, 2026.

Overview

ZenTable is a coherent table-to-image helper, but users should notice that it relies on local execution and external runnable code from a pinned GitHub release.

This looks purpose-aligned for rendering tables to images. Before installing, review the pinned GitHub release code, confirm first-time execution, and run it in a controlled environment if the tables or screenshots contain sensitive data.

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

Installing and running the skill requires trusting code that is outside the provided artifact bundle.

Why it was flagged

The actual runnable scripts are expected to be downloaded separately from GitHub rather than being included in the reviewed package.

Skill content
This ClawHub package is text-only. Use the pinned GitHub release for runnable code.
Recommendation

Download only the pinned release, review the referenced scripts before running, and use a controlled environment for first-time execution.

What this means

When invoked, the agent may run local renderer commands and create output files on the machine.

Why it was flagged

The skill asks for local command execution and file read/write access, which is expected for rendering PNG files but still grants meaningful local authority.

Skill content
allowed-tools: ["exec", "read", "write"]
Recommendation

Use the skill only for intended table-rendering tasks, review any first-time commands, and avoid pointing it at sensitive files unless needed.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

Typing the shortcut may cause the agent to process recent text or images as table input without asking additional questions.

Why it was flagged

The skill defines a shorthand that changes the agent's normal clarification behavior and can cause immediate rendering from current or previous context.

Skill content
When user input is `Zx`, treat it as a strong render intent: Execute rendering directly by default (no preliminary Q&A).
Recommendation

Use `Zx` only when you intentionally want immediate rendering; otherwise give explicit instructions or ask the agent to confirm first.

What this means

If you use the OCR deployment, image contents may be sent to a local OCR API container for processing.

Why it was flagged

Optional deployment uses local FastAPI services for OCR, meaning screenshots or photos may be passed to a separate local service.

Skill content
Connect them via internal Docker network. Expose only required ports. ... POST /ocr ... POST /ocr/base64
Recommendation

Keep OCR services bound to localhost or an internal Docker network, avoid exposing them publicly, and do not submit sensitive screenshots unless appropriate.