Visual Explainer

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is purpose-aligned for making visual HTML explanations, but users should notice its optional file-editing, local-server, repo-reading, memory-reading, and external image-generation behaviors.

This appears safe for its stated purpose, but treat generated reviews as potentially containing project context. Be careful with `/fact-check` because it edits files in place, stop any local report server after use, and avoid optional surf/Gemini image generation when working with confidential material.

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 invoked, this command can change Markdown or HTML files directly, which could overwrite wording or analysis the user wanted to preserve.

Why it was flagged

The fact-check command is explicitly designed to modify the target document rather than only report findings.

Skill content
correct inaccuracies in place ... Write corrections to the original file.
Recommendation

Use this command on files you are comfortable editing, and review the resulting diff or keep a backup for important documents.

What this means

Private or stale notes from local agent memory could influence, or be summarized into, generated review pages.

Why it was flagged

The diff-review workflow may read persistent agent memory or prior conversation context to reconstruct rationale.

Skill content
mine the conversation for approaches discussed ... Check for progress docs (`~/.agent/memory/{project}/progress.md`, `~/.pi/agent/memory/{project}/progress.md`)
Recommendation

Use this on projects where reading local progress notes is acceptable, and review generated reports before sharing them.

What this means

Prompts or high-level project context used for image generation may be sent to an external provider if the optional surf workflow is used.

Why it was flagged

The skill can optionally call an external image-generation provider through surf-cli.

Skill content
If `surf` CLI is available (`which surf`), generate images for title slide backgrounds and full-bleed slides via `surf gemini --generate-image`.
Recommendation

Avoid optional image generation for confidential projects unless you are comfortable with the external provider receiving the prompt.

What this means

Generated reports may remain available on the local machine or local network until the server is stopped.

Why it was flagged

The serving helper can leave a background HTTP server running after the command finishes.

Skill content
Starts the Python HTTP server in **background** ... Saves the port number to `scripts/server-port.txt` for later reference
Recommendation

Run the server only when you intend to share or present reports, and use the documented stop script when finished.